COLOR #5F533D

HEX: #5F533D
RGB: (95,83,61)

Color info

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

RGB color model

#5F533D color RGB value is (95,83,61).

  • red value is 95;
  • green value is 83;
  • blue value is 61.
RGB:
(95,83,61)
(37%,33%,24%)

RGB channels and saturation

R 95 of 255 = 37%
G 83 of 255 = 33%
B 61 of 255 = 24%

95
83
61

R + G + B ~ 31%. #5F533D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 83 + 61 = 239 (100%)
R 95 of 239 ~ 39.75%
G 83 of 239 ~ 34.73%
B 61 of 239 ~ 25.52%

%39.75
%34.73
%25.52

CMYK color model

#5F533D color CMYK value is (0,13,36,63).

  • cyan value is 0.00%
  • magenta value is 12.63%
  • yellow value is 35.79%
  • key color value is 62.75%
CMYK:
(0,13,36,63)
C0M13Y36K63 
(0%,13%,36%,63%)
(0.00/0.13/0.36/0.63)	

CMYK percentages

%0
%12.63
%35.79
%62.75

Codes

Color #5F533D in popluar color models

5F533D
RGB958361
HSL39°21.79%30.59%
HSB/HSV39°35.79%37.25%
CMYK0.00%12.63%35.79%
62.75%

Color #5F533D in popluar number systems.

HEX5F533D
Decimal958361
Binary10111111010011111101
Octal13712375

Shades and tints

Shades of #5F533D

#5F533D
(95,83,61)
#574C38
(87,76,56)
#4F4533
(79,69,51)
#473E2E
(71,62,46)
#3F3729
(63,55,41)
#373024
(55,48,36)
#2F291F
(47,41,31)
#27221A
(39,34,26)
#1F1B15
(31,27,21)
#171410
(23,20,16)
#0F0D0B
(15,13,11)
#000000
(0,0,0)

Tints of #5F533D

#5F533D
(95,83,61)
#6D624E
(109,98,78)
#7B715F
(123,113,95)
#898070
(137,128,112)
#978F81
(151,143,129)
#A59E92
(165,158,146)
#B3ADA3
(179,173,163)
#C1BCB4
(193,188,180)
#CFCBC5
(207,203,197)
#DDDAD6
(221,218,214)
#EBE9E7
(235,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F533D color. Also use rgb(95,83,61) instead hex code.

Text Font Color

.myTextColor { color: #5F533D; }

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

This text font color is #5F533D.


Background Color

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

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

This div background color is #5F533D.


Border color

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

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

This div border color is #5F533D.


Opacity

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

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

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

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

This text has shadow with #5F533D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F533D on black background.


Color preview on white background

This text has color #5F533D on white background.



Black color preview on #5F533D background

This text has black color on #5F533D background.


White color preview on #5F533D background

This text has white color on #5F533D background.