COLOR #3FAE91

HEX: #3FAE91
RGB: (63,174,145)

Color info

#3FAE91 contains mainly green and blue colors. Web safe color of #3FAE91 is #339999 (or #399).

RGB color model

#3FAE91 color RGB value is (63,174,145).

  • red value is 63;
  • green value is 174;
  • blue value is 145.
RGB:
(63,174,145)
(25%,68%,57%)

RGB channels and saturation

R 63 of 255 = 25%
G 174 of 255 = 68%
B 145 of 255 = 57%

63
174
145

R + G + B ~ 50%. #3FAE91 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
63 + 174 + 145 = 382 (100%)
R 63 of 382 ~ 16.49%
G 174 of 382 ~ 45.55%
B 145 of 382 ~ 37.96%

%16.49
%45.55
%37.96

CMYK color model

#3FAE91 color CMYK value is (64,0,17,32).

  • cyan value is 63.79%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 31.76%
CMYK:
(64,0,17,32)
C64M0Y17K32 
(64%,0%,17%,32%)
(0.64/0.00/0.17/0.32)	

CMYK percentages

%63.79
%0
%16.67
%31.76

Codes

Color #3FAE91 in popluar color models

3FAE91
RGB63174145
HSL164°46.84%46.47%
HSB/HSV164°63.79%68.24%
CMYK63.79%0.00%16.67%
31.76%

Color #3FAE91 in popluar number systems.

HEX3FAE91
Decimal63174145
Binary1111111010111010010001
Octal77256221

Shades and tints

Shades of #3FAE91

#3FAE91
(63,174,145)
#3A9F84
(58,159,132)
#359077
(53,144,119)
#30816A
(48,129,106)
#2B725D
(43,114,93)
#266350
(38,99,80)
#215443
(33,84,67)
#1C4536
(28,69,54)
#173629
(23,54,41)
#12271C
(18,39,28)
#0D180F
(13,24,15)
#000000
(0,0,0)

Tints of #3FAE91

#3FAE91
(63,174,145)
#50B59B
(80,181,155)
#61BCA5
(97,188,165)
#72C3AF
(114,195,175)
#83CAB9
(131,202,185)
#94D1C3
(148,209,195)
#A5D8CD
(165,216,205)
#B6DFD7
(182,223,215)
#C7E6E1
(199,230,225)
#D8EDEB
(216,237,235)
#E9F4F5
(233,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3FAE91 color. Also use rgb(63,174,145) instead hex code.

Text Font Color

.myTextColor { color: #3FAE91; }

<p style="color:#3FAE91">This sample text font color is #3FAE91.</p>

This text font color is #3FAE91.


Background Color

.myBgColor { background-color: #3FAE91; }

<div style="background-color:#3FAE91">Inner text</div>

This div background color is #3FAE91.


Border color

.myBorderColor { border: 1px solid #3FAE91; }

<div style="border:3px solid #3FAE91">Div</div>

This div border color is #3FAE91.


Opacity

.myOpacity80 { color: #3FAE91; opacity: 0.8; }

<p style="color:#3FAE91;opacity:0.8;">80%</p>

Text with #3FAE91 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #3FAE91;}

<p style="text-shadow: 3px 3px 1px #3FAE91">Text here.</p>

This text has shadow with #3FAE91 color.

.textShadow {text-shadow: 3px 3px 1px #3FAE91, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #3FAE91, 5px 5px 20px red">Text here.</p>

This text has shadow with #3FAE91 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#3FAE91, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#3FAE91, Direction=45, Strength=4)">Text</p>

This text has shadow with #3FAE91 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #3FAE91;
  -webkit-box-shadow:	1px 1px 3px 2px #3FAE91;
  box-shadow:		1px 1px 3px 2px #3FAE91;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #3FAE91;
-webkit-box-shadow: 1px 1px 3px 2px #3FAE91;
box-shadow:1px 1px 3px 2px #3FAE91;">
Div content here</div>
This div box has shadow with color #3FAE91.

Preview

Color preview on black background

This text has color #3FAE91 on black background.


Color preview on white background

This text has color #3FAE91 on white background.



Black color preview on #3FAE91 background

This text has black color on #3FAE91 background.


White color preview on #3FAE91 background

This text has white color on #3FAE91 background.