COLOR #5F7511

HEX: #5F7511
RGB: (95,117,17)

Color info

#5F7511 contains mainly red and green colors. Web safe color of #5F7511 is #666600 (or #660).

RGB color model

#5F7511 color RGB value is (95,117,17).

  • red value is 95;
  • green value is 117;
  • blue value is 17.
RGB:
(95,117,17)
(37%,46%,7%)

RGB channels and saturation

R 95 of 255 = 37%
G 117 of 255 = 46%
B 17 of 255 = 7%

95
117
17

R + G + B ~ 30%. #5F7511 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 117 + 17 = 229 (100%)
R 95 of 229 ~ 41.48%
G 117 of 229 ~ 51.09%
B 17 of 229 ~ 7.42%

%41.48
%51.09

CMYK color model

#5F7511 color CMYK value is (19,0,85,54).

  • cyan value is 18.80%
  • magenta value is 0.00%
  • yellow value is 85.47%
  • key color value is 54.12%
CMYK:
(19,0,85,54)
C19M0Y85K54 
(19%,0%,85%,54%)
(0.19/0.00/0.85/0.54)	

CMYK percentages

%18.8
%0
%85.47
%54.12

Codes

Color #5F7511 in popluar color models

5F7511
RGB9511717
HSL73°74.63%26.27%
HSB/HSV73°85.47%45.88%
CMYK18.80%0.00%85.47%
54.12%

Color #5F7511 in popluar number systems.

HEX5F7511
Decimal9511717
Binary1011111111010110001
Octal13716521

Shades and tints

Shades of #5F7511

#5F7511
(95,117,17)
#576B10
(87,107,16)
#4F610F
(79,97,15)
#47570E
(71,87,14)
#3F4D0D
(63,77,13)
#37430C
(55,67,12)
#2F390B
(47,57,11)
#272F0A
(39,47,10)
#1F2509
(31,37,9)
#171B08
(23,27,8)
#0F1107
(15,17,7)
#000000
(0,0,0)

Tints of #5F7511

#5F7511
(95,117,17)
#6D8126
(109,129,38)
#7B8D3B
(123,141,59)
#899950
(137,153,80)
#97A565
(151,165,101)
#A5B17A
(165,177,122)
#B3BD8F
(179,189,143)
#C1C9A4
(193,201,164)
#CFD5B9
(207,213,185)
#DDE1CE
(221,225,206)
#EBEDE3
(235,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F7511 color. Also use rgb(95,117,17) instead hex code.

Text Font Color

.myTextColor { color: #5F7511; }

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

This text font color is #5F7511.


Background Color

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

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

This div background color is #5F7511.


Border color

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

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

This div border color is #5F7511.


Opacity

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

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

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

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

This text has shadow with #5F7511 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F7511 on black background.


Color preview on white background

This text has color #5F7511 on white background.



Black color preview on #5F7511 background

This text has black color on #5F7511 background.


White color preview on #5F7511 background

This text has white color on #5F7511 background.