COLOR #5F7732

HEX: #5F7732 RGB: (95,119,50)

Color info

#5F7732 contains mainly red and green colors. Web safe color of #5F7732 is #666633 (or #663).

RGB color model

#5F7732 color RGB value is (95,119,50).

RGB: (95,119,50) (37%, 47%, 20%)

RGB channels and saturation

R 95 of 255 = 37%
G 119 of 255 = 47%
B 50 of 255 = 20%

95
119
50

R + G + B ~ 35%. #5F7732 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 95 + 119 + 50 = 264 (100%)
R 95 of 264 ~ 35.98%
G 119 of 264 ~ 45.08%
B 50 of 264 ~ 18.94'%

%35.98
%45.08
%18.94

CMYK color model

#5F7732 color CMYK value is (20,0,58,53).

  • cyan value is 20.17%
  • magenta value is 0.00%
  • yellow value is 57.98%
  • key color value is 53.33%

CMYK: (20,0,58,53)
C20M0Y58K53 (20%, 0%, 58%, 53%)
(0.20 / 0.00 / 0.58 / 0.53)

CMYK percentages

%20.17
%0
%57.98
%53.33

Codes

Color #5F7732 in popluar color models

5F 77 32
RGB 95 119 50
HSL 81° 40.83% 33.14%
HSB/HSV 81° 57.98% 46.67%
CMYK 20.17% 0.00% 57.98%
53.33%

Color #5F7732 in popluar number systems.

HEX 5F 77 32
Decimal 95 119 50
Binary 1011111 1110111 110010
Octal 137 167 62

Shades and tints

Shades of #5F7732

#5F7732
(95,119,50)
#576D2E
(87,109,46)
#4F632A
(79,99,42)
#475926
(71,89,38)
#3F4F22
(63,79,34)
#37451E
(55,69,30)
#2F3B1A
(47,59,26)
#273116
(39,49,22)
#1F2712
(31,39,18)
#171D0E
(23,29,14)
#0F130A
(15,19,10)
#000000
(0,0,0)

Tints of #5F7732

#5F7732
(95,119,50)
#6D8344
(109,131,68)
#7B8F56
(123,143,86)
#899B68
(137,155,104)
#97A77A
(151,167,122)
#A5B38C
(165,179,140)
#B3BF9E
(179,191,158)
#C1CBB0
(193,203,176)
#CFD7C2
(207,215,194)
#DDE3D4
(221,227,212)
#EBEFE6
(235,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F7732 color. Also use rgb(95,119,50) instead hex code.

Text Font Color

.myTextColor { color: #5F7732; }

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

This text font color is #5F7732.

Background Color

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

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

This div background color is #5F7732.

Border color

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

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

This div border color is #5F7732.

Opacity

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

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

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

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

This text has shadow with #5F7732 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F7732.

Preview

Color preview on black background

This text has color #5F7732 on black background.


Color preview on white background

This text has color #5F7732 on white background.


Black color preview on #5F7732 background

This text has black color on #5F7732 background.


White color preview on #5F7732 background

This text has white color on #5F7732 background.


Related colors

Complementary color

Complementary color for #hex is #A088CD.


I love getcolorcode.com

Triadic colors

1 #325F77 and #77325F with #5F7732 are triadic colors.

2 #32775F and #775F32 with #5F7732 are triadic colors.