COLOR #5F683B

HEX: #5F683B
RGB: (95,104,59)

Color info

#5F683B contains red, green and blue colors in about the same proportion. Web safe color of #5F683B is #666633 (or #663).

RGB color model

#5F683B color RGB value is (95,104,59).

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

RGB channels and saturation

R 95 of 255 = 37%
G 104 of 255 = 41%
B 59 of 255 = 23%

95
104
59

R + G + B ~ 34%. #5F683B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 104 + 59 = 258 (100%)
R 95 of 258 ~ 36.82%
G 104 of 258 ~ 40.31%
B 59 of 258 ~ 22.87%

%36.82
%40.31
%22.87

CMYK color model

#5F683B color CMYK value is (9,0,43,59).

  • cyan value is 8.65%
  • magenta value is 0.00%
  • yellow value is 43.27%
  • key color value is 59.22%
CMYK:
(9,0,43,59)
C9M0Y43K59 
(9%,0%,43%,59%)
(0.09/0.00/0.43/0.59)	

CMYK percentages

%8.65
%0
%43.27
%59.22

Codes

Color #5F683B in popluar color models

5F683B
RGB9510459
HSL72°27.61%31.96%
HSB/HSV72°43.27%40.78%
CMYK8.65%0.00%43.27%
59.22%

Color #5F683B in popluar number systems.

HEX5F683B
Decimal9510459
Binary10111111101000111011
Octal13715073

Shades and tints

Shades of #5F683B

#5F683B
(95,104,59)
#575F36
(87,95,54)
#4F5631
(79,86,49)
#474D2C
(71,77,44)
#3F4427
(63,68,39)
#373B22
(55,59,34)
#2F321D
(47,50,29)
#272918
(39,41,24)
#1F2013
(31,32,19)
#17170E
(23,23,14)
#0F0E09
(15,14,9)
#000000
(0,0,0)

Tints of #5F683B

#5F683B
(95,104,59)
#6D754C
(109,117,76)
#7B825D
(123,130,93)
#898F6E
(137,143,110)
#979C7F
(151,156,127)
#A5A990
(165,169,144)
#B3B6A1
(179,182,161)
#C1C3B2
(193,195,178)
#CFD0C3
(207,208,195)
#DDDDD4
(221,221,212)
#EBEAE5
(235,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F683B; }

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

This text font color is #5F683B.


Background Color

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

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

This div background color is #5F683B.


Border color

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

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

This div border color is #5F683B.


Opacity

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

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

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

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

This text has shadow with #5F683B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F683B on black background.


Color preview on white background

This text has color #5F683B on white background.



Black color preview on #5F683B background

This text has black color on #5F683B background.


White color preview on #5F683B background

This text has white color on #5F683B background.