COLOR #5F503C

HEX: #5F503C RGB: (95,80,60)

Color info

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

RGB color model

#5F503C color RGB value is (95,80,60).

RGB: (95,80,60) (37%, 31%, 24%)

RGB channels and saturation

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

95
80
60

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

Portions of RGB colors in percentages

R + G + B = 95 + 80 + 60 = 235 (100%)
R 95 of 235 ~ 40.43%
G 80 of 235 ~ 34.04%
B 60 of 235 ~ 25.53'%

%40.43
%34.04
%25.53

CMYK color model

#5F503C color CMYK value is (0,16,37,63).

  • cyan value is 0.00%
  • magenta value is 15.79%
  • yellow value is 36.84%
  • key color value is 62.75%

CMYK: (0,16,37,63)
C0M16Y37K63 (0%, 16%, 37%, 63%)
(0.00 / 0.16 / 0.37 / 0.63)

CMYK percentages

%0
%15.79
%36.84
%62.75

Codes

Color #5F503C in popluar color models

5F 50 3C
RGB 95 80 60
HSL 34° 22.58% 30.39%
HSB/HSV 34° 36.84% 37.25%
CMYK 0.00% 15.79% 36.84%
62.75%

Color #5F503C in popluar number systems.

HEX 5F 50 3C
Decimal 95 80 60
Binary 1011111 1010000 111100
Octal 137 120 74

Shades and tints

Shades of #5F503C

#5F503C
(95,80,60)
#574937
(87,73,55)
#4F4232
(79,66,50)
#473B2D
(71,59,45)
#3F3428
(63,52,40)
#372D23
(55,45,35)
#2F261E
(47,38,30)
#271F19
(39,31,25)
#1F1814
(31,24,20)
#17110F
(23,17,15)
#0F0A0A
(15,10,10)
#000000
(0,0,0)

Tints of #5F503C

#5F503C
(95,80,60)
#6D5F4D
(109,95,77)
#7B6E5E
(123,110,94)
#897D6F
(137,125,111)
#978C80
(151,140,128)
#A59B91
(165,155,145)
#B3AAA2
(179,170,162)
#C1B9B3
(193,185,179)
#CFC8C4
(207,200,196)
#DDD7D5
(221,215,213)
#EBE6E6
(235,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F503C; }

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

This text font color is #5F503C.

Background Color

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

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

This div background color is #5F503C.

Border color

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

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

This div border color is #5F503C.

Opacity

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

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

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

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

This text has shadow with #5F503C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F503C.

Preview

Color preview on black background

This text has color #5F503C on black background.


Color preview on white background

This text has color #5F503C on white background.


Black color preview on #5F503C background

This text has black color on #5F503C background.


White color preview on #5F503C background

This text has white color on #5F503C background.


Related colors

Complementary color

Complementary color for #hex is #A0AFC3.


I love getcolorcode.com

Triadic colors

1 #3C5F50 and #503C5F with #5F503C are triadic colors.

2 #3C505F and #505F3C with #5F503C are triadic colors.