COLOR #5F7326

HEX: #5F7326
RGB: (95,115,38)

Color info

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

RGB color model

#5F7326 color RGB value is (95,115,38).

  • red value is 95;
  • green value is 115;
  • blue value is 38.
RGB:
(95,115,38)
(37%,45%,15%)

RGB channels and saturation

R 95 of 255 = 37%
G 115 of 255 = 45%
B 38 of 255 = 15%

95
115
38

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

Portions of RGB colors in percentages

R + G + B =
95 + 115 + 38 = 248 (100%)
R 95 of 248 ~ 38.31%
G 115 of 248 ~ 46.37%
B 38 of 248 ~ 15.32%

%38.31
%46.37
%15.32

CMYK color model

#5F7326 color CMYK value is (17,0,67,55).

  • cyan value is 17.39%
  • magenta value is 0.00%
  • yellow value is 66.96%
  • key color value is 54.90%
CMYK:
(17,0,67,55)
C17M0Y67K55 
(17%,0%,67%,55%)
(0.17/0.00/0.67/0.55)	

CMYK percentages

%17.39
%0
%66.96
%54.9

Codes

Color #5F7326 in popluar color models

5F7326
RGB9511538
HSL76°50.33%30.00%
HSB/HSV76°66.96%45.10%
CMYK17.39%0.00%66.96%
54.90%

Color #5F7326 in popluar number systems.

HEX5F7326
Decimal9511538
Binary10111111110011100110
Octal13716346

Shades and tints

Shades of #5F7326

#5F7326
(95,115,38)
#576923
(87,105,35)
#4F5F20
(79,95,32)
#47551D
(71,85,29)
#3F4B1A
(63,75,26)
#374117
(55,65,23)
#2F3714
(47,55,20)
#272D11
(39,45,17)
#1F230E
(31,35,14)
#17190B
(23,25,11)
#0F0F08
(15,15,8)
#000000
(0,0,0)

Tints of #5F7326

#5F7326
(95,115,38)
#6D7F39
(109,127,57)
#7B8B4C
(123,139,76)
#89975F
(137,151,95)
#97A372
(151,163,114)
#A5AF85
(165,175,133)
#B3BB98
(179,187,152)
#C1C7AB
(193,199,171)
#CFD3BE
(207,211,190)
#DDDFD1
(221,223,209)
#EBEBE4
(235,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F7326; }

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

This text font color is #5F7326.


Background Color

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

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

This div background color is #5F7326.


Border color

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

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

This div border color is #5F7326.


Opacity

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

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

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

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

This text has shadow with #5F7326 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F7326 on black background.


Color preview on white background

This text has color #5F7326 on white background.



Black color preview on #5F7326 background

This text has black color on #5F7326 background.


White color preview on #5F7326 background

This text has white color on #5F7326 background.