COLOR #5F722D

HEX: #5F722D
RGB: (95,114,45)

Color info

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

RGB color model

#5F722D color RGB value is (95,114,45).

  • red value is 95;
  • green value is 114;
  • blue value is 45.
RGB:
(95,114,45)
(37%,45%,18%)

RGB channels and saturation

R 95 of 255 = 37%
G 114 of 255 = 45%
B 45 of 255 = 18%

95
114
45

R + G + B ~ 33%. #5F722D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 114 + 45 = 254 (100%)
R 95 of 254 ~ 37.4%
G 114 of 254 ~ 44.88%
B 45 of 254 ~ 17.72%

%37.4
%44.88
%17.72

CMYK color model

#5F722D color CMYK value is (17,0,61,55).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 60.53%
  • key color value is 55.29%
CMYK:
(17,0,61,55)
C17M0Y61K55 
(17%,0%,61%,55%)
(0.17/0.00/0.61/0.55)	

CMYK percentages

%16.67
%0
%60.53
%55.29

Codes

Color #5F722D in popluar color models

5F722D
RGB9511445
HSL77°43.40%31.18%
HSB/HSV77°60.53%44.71%
CMYK16.67%0.00%60.53%
55.29%

Color #5F722D in popluar number systems.

HEX5F722D
Decimal9511445
Binary10111111110010101101
Octal13716255

Shades and tints

Shades of #5F722D

#5F722D
(95,114,45)
#576829
(87,104,41)
#4F5E25
(79,94,37)
#475421
(71,84,33)
#3F4A1D
(63,74,29)
#374019
(55,64,25)
#2F3615
(47,54,21)
#272C11
(39,44,17)
#1F220D
(31,34,13)
#171809
(23,24,9)
#0F0E05
(15,14,5)
#000000
(0,0,0)

Tints of #5F722D

#5F722D
(95,114,45)
#6D7E40
(109,126,64)
#7B8A53
(123,138,83)
#899666
(137,150,102)
#97A279
(151,162,121)
#A5AE8C
(165,174,140)
#B3BA9F
(179,186,159)
#C1C6B2
(193,198,178)
#CFD2C5
(207,210,197)
#DDDED8
(221,222,216)
#EBEAEB
(235,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F722D color. Also use rgb(95,114,45) instead hex code.

Text Font Color

.myTextColor { color: #5F722D; }

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

This text font color is #5F722D.


Background Color

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

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

This div background color is #5F722D.


Border color

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

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

This div border color is #5F722D.


Opacity

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

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

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

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

This text has shadow with #5F722D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F722D on black background.


Color preview on white background

This text has color #5F722D on white background.



Black color preview on #5F722D background

This text has black color on #5F722D background.


White color preview on #5F722D background

This text has white color on #5F722D background.