COLOR #5F7321

HEX: #5F7321 RGB: (95,115,33)

Color info

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

RGB color model

#5F7321 color RGB value is (95,115,33).

RGB: (95,115,33) (37%, 45%, 13%)

RGB channels and saturation

R 95 of 255 = 37%
G 115 of 255 = 45%
B 33 of 255 = 13%

95
115
33

R + G + B ~ 32%. #5F7321 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 95 + 115 + 33 = 243 (100%)
R 95 of 243 ~ 39.09%
G 115 of 243 ~ 47.33%
B 33 of 243 ~ 13.58'%

%39.09
%47.33
%13.58

CMYK color model

#5F7321 color CMYK value is (17,0,71,55).

  • cyan value is 17.39%
  • magenta value is 0.00%
  • yellow value is 71.30%
  • key color value is 54.90%

CMYK: (17,0,71,55)
C17M0Y71K55 (17%, 0%, 71%, 55%)
(0.17 / 0.00 / 0.71 / 0.55)

CMYK percentages

%17.39
%0
%71.3
%54.9

Codes

Color #5F7321 in popluar color models

5F 73 21
RGB 95 115 33
HSL 75° 55.41% 29.02%
HSB/HSV 75° 71.30% 45.10%
CMYK 17.39% 0.00% 71.30%
54.90%

Color #5F7321 in popluar number systems.

HEX 5F 73 21
Decimal 95 115 33
Binary 1011111 1110011 100001
Octal 137 163 41

Shades and tints

Shades of #5F7321

#5F7321
(95,115,33)
#57691E
(87,105,30)
#4F5F1B
(79,95,27)
#475518
(71,85,24)
#3F4B15
(63,75,21)
#374112
(55,65,18)
#2F370F
(47,55,15)
#272D0C
(39,45,12)
#1F2309
(31,35,9)
#171906
(23,25,6)
#0F0F03
(15,15,3)
#000000
(0,0,0)

Tints of #5F7321

#5F7321
(95,115,33)
#6D7F35
(109,127,53)
#7B8B49
(123,139,73)
#89975D
(137,151,93)
#97A371
(151,163,113)
#A5AF85
(165,175,133)
#B3BB99
(179,187,153)
#C1C7AD
(193,199,173)
#CFD3C1
(207,211,193)
#DDDFD5
(221,223,213)
#EBEBE9
(235,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F7321 color. Also use rgb(95,115,33) instead hex code.

Text Font Color

.myTextColor { color: #5F7321; }

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

This text font color is #5F7321.

Background Color

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

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

This div background color is #5F7321.

Border color

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

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

This div border color is #5F7321.

Opacity

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

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

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

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

This text has shadow with #5F7321 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F7321.

Preview

Color preview on black background

This text has color #5F7321 on black background.


Color preview on white background

This text has color #5F7321 on white background.


Black color preview on #5F7321 background

This text has black color on #5F7321 background.


White color preview on #5F7321 background

This text has white color on #5F7321 background.


Related colors

Complementary color

Complementary color for #hex is #A08CDE.


I love getcolorcode.com

Triadic colors

1 #215F73 and #73215F with #5F7321 are triadic colors.

2 #21735F and #735F21 with #5F7321 are triadic colors.