COLOR #5F503D

HEX: #5F503D
RGB: (95,80,61)

Color info

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

RGB color model

#5F503D color RGB value is (95,80,61).

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

RGB channels and saturation

R 95 of 255 = 37%
G 80 of 255 = 31%
B 61 of 255 = 24%

95
80
61

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

Portions of RGB colors in percentages

R + G + B =
95 + 80 + 61 = 236 (100%)
R 95 of 236 ~ 40.25%
G 80 of 236 ~ 33.9%
B 61 of 236 ~ 25.85%

%40.25
%33.9
%25.85

CMYK color model

#5F503D color CMYK value is (0,16,36,63).

  • cyan value is 0.00%
  • magenta value is 15.79%
  • yellow value is 35.79%
  • key color value is 62.75%
CMYK:
(0,16,36,63)
C0M16Y36K63 
(0%,16%,36%,63%)
(0.00/0.16/0.36/0.63)	

CMYK percentages

%0
%15.79
%35.79
%62.75

Codes

Color #5F503D in popluar color models

5F503D
RGB958061
HSL34°21.79%30.59%
HSB/HSV34°35.79%37.25%
CMYK0.00%15.79%35.79%
62.75%

Color #5F503D in popluar number systems.

HEX5F503D
Decimal958061
Binary10111111010000111101
Octal13712075

Shades and tints

Shades of #5F503D

#5F503D
(95,80,61)
#574938
(87,73,56)
#4F4233
(79,66,51)
#473B2E
(71,59,46)
#3F3429
(63,52,41)
#372D24
(55,45,36)
#2F261F
(47,38,31)
#271F1A
(39,31,26)
#1F1815
(31,24,21)
#171110
(23,17,16)
#0F0A0B
(15,10,11)
#000000
(0,0,0)

Tints of #5F503D

#5F503D
(95,80,61)
#6D5F4E
(109,95,78)
#7B6E5F
(123,110,95)
#897D70
(137,125,112)
#978C81
(151,140,129)
#A59B92
(165,155,146)
#B3AAA3
(179,170,163)
#C1B9B4
(193,185,180)
#CFC8C5
(207,200,197)
#DDD7D6
(221,215,214)
#EBE6E7
(235,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F503D; }

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

This text font color is #5F503D.


Background Color

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

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

This div background color is #5F503D.


Border color

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

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

This div border color is #5F503D.


Opacity

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

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

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

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

This text has shadow with #5F503D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F503D on black background.


Color preview on white background

This text has color #5F503D on white background.



Black color preview on #5F503D background

This text has black color on #5F503D background.


White color preview on #5F503D background

This text has white color on #5F503D background.