COLOR #5F7121

HEX: #5F7121
RGB: (95,113,33)

Color info

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

RGB color model

#5F7121 color RGB value is (95,113,33).

  • red value is 95;
  • green value is 113;
  • blue value is 33.
RGB:
(95,113,33)
(37%,44%,13%)

RGB channels and saturation

R 95 of 255 = 37%
G 113 of 255 = 44%
B 33 of 255 = 13%

95
113
33

R + G + B ~ 31%. #5F7121 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 113 + 33 = 241 (100%)
R 95 of 241 ~ 39.42%
G 113 of 241 ~ 46.89%
B 33 of 241 ~ 13.69%

%39.42
%46.89
%13.69

CMYK color model

#5F7121 color CMYK value is (16,0,71,56).

  • cyan value is 15.93%
  • magenta value is 0.00%
  • yellow value is 70.80%
  • key color value is 55.69%
CMYK:
(16,0,71,56)
C16M0Y71K56 
(16%,0%,71%,56%)
(0.16/0.00/0.71/0.56)	

CMYK percentages

%15.93
%0
%70.8
%55.69

Codes

Color #5F7121 in popluar color models

5F7121
RGB9511333
HSL74°54.79%28.63%
HSB/HSV74°70.80%44.31%
CMYK15.93%0.00%70.80%
55.69%

Color #5F7121 in popluar number systems.

HEX5F7121
Decimal9511333
Binary10111111110001100001
Octal13716141

Shades and tints

Shades of #5F7121

#5F7121
(95,113,33)
#57671E
(87,103,30)
#4F5D1B
(79,93,27)
#475318
(71,83,24)
#3F4915
(63,73,21)
#373F12
(55,63,18)
#2F350F
(47,53,15)
#272B0C
(39,43,12)
#1F2109
(31,33,9)
#171706
(23,23,6)
#0F0D03
(15,13,3)
#000000
(0,0,0)

Tints of #5F7121

#5F7121
(95,113,33)
#6D7D35
(109,125,53)
#7B8949
(123,137,73)
#89955D
(137,149,93)
#97A171
(151,161,113)
#A5AD85
(165,173,133)
#B3B999
(179,185,153)
#C1C5AD
(193,197,173)
#CFD1C1
(207,209,193)
#DDDDD5
(221,221,213)
#EBE9E9
(235,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F7121; }

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

This text font color is #5F7121.


Background Color

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

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

This div background color is #5F7121.


Border color

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

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

This div border color is #5F7121.


Opacity

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

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

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

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

This text has shadow with #5F7121 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F7121 on black background.


Color preview on white background

This text has color #5F7121 on white background.



Black color preview on #5F7121 background

This text has black color on #5F7121 background.


White color preview on #5F7121 background

This text has white color on #5F7121 background.