COLOR #5F680B

HEX: #5F680B
RGB: (95,104,11)

Color info

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

RGB color model

#5F680B color RGB value is (95,104,11).

  • red value is 95;
  • green value is 104;
  • blue value is 11.
RGB:
(95,104,11)
(37%,41%,4%)

RGB channels and saturation

R 95 of 255 = 37%
G 104 of 255 = 41%
B 11 of 255 = 4%

95
104
11

R + G + B ~ 27%. #5F680B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 104 + 11 = 210 (100%)
R 95 of 210 ~ 45.24%
G 104 of 210 ~ 49.52%
B 11 of 210 ~ 5.24%

%45.24
%49.52

CMYK color model

#5F680B color CMYK value is (9,0,89,59).

  • cyan value is 8.65%
  • magenta value is 0.00%
  • yellow value is 89.42%
  • key color value is 59.22%
CMYK:
(9,0,89,59)
C9M0Y89K59 
(9%,0%,89%,59%)
(0.09/0.00/0.89/0.59)	

CMYK percentages

%8.65
%0
%89.42
%59.22

Codes

Color #5F680B in popluar color models

5F680B
RGB9510411
HSL66°80.87%22.55%
HSB/HSV66°89.42%40.78%
CMYK8.65%0.00%89.42%
59.22%

Color #5F680B in popluar number systems.

HEX5F680B
Decimal9510411
Binary101111111010001011
Octal13715013

Shades and tints

Shades of #5F680B

#5F680B
(95,104,11)
#575F0A
(87,95,10)
#4F5609
(79,86,9)
#474D08
(71,77,8)
#3F4407
(63,68,7)
#373B06
(55,59,6)
#2F3205
(47,50,5)
#272904
(39,41,4)
#1F2003
(31,32,3)
#171702
(23,23,2)
#0F0E01
(15,14,1)
#000000
(0,0,0)

Tints of #5F680B

#5F680B
(95,104,11)
#6D7521
(109,117,33)
#7B8237
(123,130,55)
#898F4D
(137,143,77)
#979C63
(151,156,99)
#A5A979
(165,169,121)
#B3B68F
(179,182,143)
#C1C3A5
(193,195,165)
#CFD0BB
(207,208,187)
#DDDDD1
(221,221,209)
#EBEAE7
(235,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F680B color. Also use rgb(95,104,11) instead hex code.

Text Font Color

.myTextColor { color: #5F680B; }

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

This text font color is #5F680B.


Background Color

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

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

This div background color is #5F680B.


Border color

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

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

This div border color is #5F680B.


Opacity

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

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

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

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

This text has shadow with #5F680B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F680B on black background.


Color preview on white background

This text has color #5F680B on white background.



Black color preview on #5F680B background

This text has black color on #5F680B background.


White color preview on #5F680B background

This text has white color on #5F680B background.