COLOR #5F9B5C

HEX: #5F9B5C RGB: (95,155,92)

Color info

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

RGB color model

#5F9B5C color RGB value is (95,155,92).

RGB: (95,155,92) (37%, 61%, 36%)

RGB channels and saturation

R 95 of 255 = 37%
G 155 of 255 = 61%
B 92 of 255 = 36%

95
155
92

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

Portions of RGB colors in percentages

R + G + B = 95 + 155 + 92 = 342 (100%)
R 95 of 342 ~ 27.78%
G 155 of 342 ~ 45.32%
B 92 of 342 ~ 26.9'%

%27.78
%45.32
%26.9

CMYK color model

#5F9B5C color CMYK value is (39,0,41,39).

  • cyan value is 38.71%
  • magenta value is 0.00%
  • yellow value is 40.65%
  • key color value is 39.22%

CMYK: (39,0,41,39)
C39M0Y41K39 (39%, 0%, 41%, 39%)
(0.39 / 0.00 / 0.41 / 0.39)

CMYK percentages

%38.71
%0
%40.65
%39.22

Codes

Color #5F9B5C in popluar color models

5F 9B 5C
RGB 95 155 92
HSL 117° 25.51% 48.43%
HSB/HSV 117° 40.65% 60.78%
CMYK 38.71% 0.00% 40.65%
39.22%

Color #5F9B5C in popluar number systems.

HEX 5F 9B 5C
Decimal 95 155 92
Binary 1011111 10011011 1011100
Octal 137 233 134

Shades and tints

Shades of #5F9B5C

#5F9B5C
(95,155,92)
#578D54
(87,141,84)
#4F7F4C
(79,127,76)
#477144
(71,113,68)
#3F633C
(63,99,60)
#375534
(55,85,52)
#2F472C
(47,71,44)
#273924
(39,57,36)
#1F2B1C
(31,43,28)
#171D14
(23,29,20)
#0F0F0C
(15,15,12)
#000000
(0,0,0)

Tints of #5F9B5C

#5F9B5C
(95,155,92)
#6DA46A
(109,164,106)
#7BAD78
(123,173,120)
#89B686
(137,182,134)
#97BF94
(151,191,148)
#A5C8A2
(165,200,162)
#B3D1B0
(179,209,176)
#C1DABE
(193,218,190)
#CFE3CC
(207,227,204)
#DDECDA
(221,236,218)
#EBF5E8
(235,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F9B5C color. Also use rgb(95,155,92) instead hex code.

Text Font Color

.myTextColor { color: #5F9B5C; }

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

This text font color is #5F9B5C.

Background Color

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

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

This div background color is #5F9B5C.

Border color

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

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

This div border color is #5F9B5C.

Opacity

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

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

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

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

This text has shadow with #5F9B5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F9B5C.

Preview

Color preview on black background

This text has color #5F9B5C on black background.


Color preview on white background

This text has color #5F9B5C on white background.


Black color preview on #5F9B5C background

This text has black color on #5F9B5C background.


White color preview on #5F9B5C background

This text has white color on #5F9B5C background.


Related colors

Complementary color

Complementary color for #hex is #A064A3.


I love getcolorcode.com

Triadic colors

1 #5C5F9B and #9B5C5F with #5F9B5C are triadic colors.

2 #5C9B5F and #9B5F5C with #5F9B5C are triadic colors.