COLOR #5FAE6E

HEX: #5FAE6E
RGB: (95,174,110)

Color info

#5FAE6E contains mainly green color. Web safe color of #5FAE6E is #669966 (or #696).

RGB color model

#5FAE6E color RGB value is (95,174,110).

  • red value is 95;
  • green value is 174;
  • blue value is 110.
RGB:
(95,174,110)
(37%,68%,43%)

RGB channels and saturation

R 95 of 255 = 37%
G 174 of 255 = 68%
B 110 of 255 = 43%

95
174
110

R + G + B ~ 49%. #5FAE6E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
95 + 174 + 110 = 379 (100%)
R 95 of 379 ~ 25.07%
G 174 of 379 ~ 45.91%
B 110 of 379 ~ 29.02%

%25.07
%45.91
%29.02

CMYK color model

#5FAE6E color CMYK value is (45,0,37,32).

  • cyan value is 45.40%
  • magenta value is 0.00%
  • yellow value is 36.78%
  • key color value is 31.76%
CMYK:
(45,0,37,32)
C45M0Y37K32 
(45%,0%,37%,32%)
(0.45/0.00/0.37/0.32)	

CMYK percentages

%45.4
%0
%36.78
%31.76

Codes

Color #5FAE6E in popluar color models

5FAE6E
RGB95174110
HSL131°32.78%52.75%
HSB/HSV131°45.40%68.24%
CMYK45.40%0.00%36.78%
31.76%

Color #5FAE6E in popluar number systems.

HEX5FAE6E
Decimal95174110
Binary1011111101011101101110
Octal137256156

Shades and tints

Shades of #5FAE6E

#5FAE6E
(95,174,110)
#579F64
(87,159,100)
#4F905A
(79,144,90)
#478150
(71,129,80)
#3F7246
(63,114,70)
#37633C
(55,99,60)
#2F5432
(47,84,50)
#274528
(39,69,40)
#1F361E
(31,54,30)
#172714
(23,39,20)
#0F180A
(15,24,10)
#000000
(0,0,0)

Tints of #5FAE6E

#5FAE6E
(95,174,110)
#6DB57B
(109,181,123)
#7BBC88
(123,188,136)
#89C395
(137,195,149)
#97CAA2
(151,202,162)
#A5D1AF
(165,209,175)
#B3D8BC
(179,216,188)
#C1DFC9
(193,223,201)
#CFE6D6
(207,230,214)
#DDEDE3
(221,237,227)
#EBF4F0
(235,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FAE6E color. Also use rgb(95,174,110) instead hex code.

Text Font Color

.myTextColor { color: #5FAE6E; }

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

This text font color is #5FAE6E.


Background Color

.myBgColor { background-color: #5FAE6E; }

<div style="background-color:#5FAE6E">Inner text</div>

This div background color is #5FAE6E.


Border color

.myBorderColor { border: 1px solid #5FAE6E; }

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

This div border color is #5FAE6E.


Opacity

.myOpacity80 { color: #5FAE6E; opacity: 0.8; }

<p style="color:#5FAE6E;opacity:0.8;">80%</p>

Text with #5FAE6E 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 #5FAE6E;}

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

This text has shadow with #5FAE6E color.

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

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

This text has shadow with #5FAE6E primary color and red secondary color.


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

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

This text has shadow with #5FAE6E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FAE6E on black background.


Color preview on white background

This text has color #5FAE6E on white background.



Black color preview on #5FAE6E background

This text has black color on #5FAE6E background.


White color preview on #5FAE6E background

This text has white color on #5FAE6E background.