COLOR #5F762F

HEX: #5F762F RGB: (95,118,47)

Color info

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

RGB color model

#5F762F color RGB value is (95,118,47).

RGB: (95,118,47) (37%, 46%, 18%)

RGB channels and saturation

R 95 of 255 = 37%
G 118 of 255 = 46%
B 47 of 255 = 18%

95
118
47

R + G + B ~ 34%. #5F762F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 95 + 118 + 47 = 260 (100%)
R 95 of 260 ~ 36.54%
G 118 of 260 ~ 45.38%
B 47 of 260 ~ 18.08'%

%36.54
%45.38
%18.08

CMYK color model

#5F762F color CMYK value is (19,0,60,54).

  • cyan value is 19.49%
  • magenta value is 0.00%
  • yellow value is 60.17%
  • key color value is 53.73%

CMYK: (19,0,60,54)
C19M0Y60K54 (19%, 0%, 60%, 54%)
(0.19 / 0.00 / 0.60 / 0.54)

CMYK percentages

%19.49
%0
%60.17
%53.73

Codes

Color #5F762F in popluar color models

5F 76 2F
RGB 95 118 47
HSL 79° 43.03% 32.35%
HSB/HSV 79° 60.17% 46.27%
CMYK 19.49% 0.00% 60.17%
53.73%

Color #5F762F in popluar number systems.

HEX 5F 76 2F
Decimal 95 118 47
Binary 1011111 1110110 101111
Octal 137 166 57

Shades and tints

Shades of #5F762F

#5F762F
(95,118,47)
#576C2B
(87,108,43)
#4F6227
(79,98,39)
#475823
(71,88,35)
#3F4E1F
(63,78,31)
#37441B
(55,68,27)
#2F3A17
(47,58,23)
#273013
(39,48,19)
#1F260F
(31,38,15)
#171C0B
(23,28,11)
#0F1207
(15,18,7)
#000000
(0,0,0)

Tints of #5F762F

#5F762F
(95,118,47)
#6D8241
(109,130,65)
#7B8E53
(123,142,83)
#899A65
(137,154,101)
#97A677
(151,166,119)
#A5B289
(165,178,137)
#B3BE9B
(179,190,155)
#C1CAAD
(193,202,173)
#CFD6BF
(207,214,191)
#DDE2D1
(221,226,209)
#EBEEE3
(235,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F762F color. Also use rgb(95,118,47) instead hex code.

Text Font Color

.myTextColor { color: #5F762F; }

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

This text font color is #5F762F.

Background Color

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

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

This div background color is #5F762F.

Border color

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

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

This div border color is #5F762F.

Opacity

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

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

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

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

This text has shadow with #5F762F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F762F.

Preview

Color preview on black background

This text has color #5F762F on black background.


Color preview on white background

This text has color #5F762F on white background.


Black color preview on #5F762F background

This text has black color on #5F762F background.


White color preview on #5F762F background

This text has white color on #5F762F background.


Related colors

Complementary color

Complementary color for #hex is #A089D0.


I love getcolorcode.com

Triadic colors

1 #2F5F76 and #762F5F with #5F762F are triadic colors.

2 #2F765F and #765F2F with #5F762F are triadic colors.