COLOR #5F6349

HEX: #5F6349
RGB: (95,99,73)

Color info

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

RGB color model

#5F6349 color RGB value is (95,99,73).

  • red value is 95;
  • green value is 99;
  • blue value is 73.
RGB:
(95,99,73)
(37%,39%,29%)

RGB channels and saturation

R 95 of 255 = 37%
G 99 of 255 = 39%
B 73 of 255 = 29%

95
99
73

R + G + B ~ 35%. #5F6349 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 99 + 73 = 267 (100%)
R 95 of 267 ~ 35.58%
G 99 of 267 ~ 37.08%
B 73 of 267 ~ 27.34%

%35.58
%37.08
%27.34

CMYK color model

#5F6349 color CMYK value is (4,0,26,61).

  • cyan value is 4.04%
  • magenta value is 0.00%
  • yellow value is 26.26%
  • key color value is 61.18%
CMYK:
(4,0,26,61)
C4M0Y26K61 
(4%,0%,26%,61%)
(0.04/0.00/0.26/0.61)	

CMYK percentages

%4.04
%0
%26.26
%61.18

Codes

Color #5F6349 in popluar color models

5F6349
RGB959973
HSL69°15.12%33.73%
HSB/HSV69°26.26%38.82%
CMYK4.04%0.00%26.26%
61.18%

Color #5F6349 in popluar number systems.

HEX5F6349
Decimal959973
Binary101111111000111001001
Octal137143111

Shades and tints

Shades of #5F6349

#5F6349
(95,99,73)
#575A43
(87,90,67)
#4F513D
(79,81,61)
#474837
(71,72,55)
#3F3F31
(63,63,49)
#37362B
(55,54,43)
#2F2D25
(47,45,37)
#27241F
(39,36,31)
#1F1B19
(31,27,25)
#171213
(23,18,19)
#0F090D
(15,9,13)
#000000
(0,0,0)

Tints of #5F6349

#5F6349
(95,99,73)
#6D7159
(109,113,89)
#7B7F69
(123,127,105)
#898D79
(137,141,121)
#979B89
(151,155,137)
#A5A999
(165,169,153)
#B3B7A9
(179,183,169)
#C1C5B9
(193,197,185)
#CFD3C9
(207,211,201)
#DDE1D9
(221,225,217)
#EBEFE9
(235,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F6349 color. Also use rgb(95,99,73) instead hex code.

Text Font Color

.myTextColor { color: #5F6349; }

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

This text font color is #5F6349.


Background Color

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

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

This div background color is #5F6349.


Border color

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

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

This div border color is #5F6349.


Opacity

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

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

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

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

This text has shadow with #5F6349 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F6349 on black background.


Color preview on white background

This text has color #5F6349 on white background.



Black color preview on #5F6349 background

This text has black color on #5F6349 background.


White color preview on #5F6349 background

This text has white color on #5F6349 background.