COLOR #5F3C35

HEX: #5F3C35 RGB: (95,60,53)

Color info

#5F3C35 contains red, green and blue colors in about the same proportion. Web safe color of #5F3C35 is #663333 (or #633).

RGB color model

#5F3C35 color RGB value is (95,60,53).

RGB: (95,60,53) (37%, 24%, 21%)

RGB channels and saturation

R 95 of 255 = 37%
G 60 of 255 = 24%
B 53 of 255 = 21%

95
60
53

R + G + B ~ 27%. #5F3C35 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 95 + 60 + 53 = 208 (100%)
R 95 of 208 ~ 45.67%
G 60 of 208 ~ 28.85%
B 53 of 208 ~ 25.48'%

%45.67
%28.85
%25.48

CMYK color model

#5F3C35 color CMYK value is (0,37,44,63).

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

CMYK: (0,37,44,63)
C0M37Y44K63 (0%, 37%, 44%, 63%)
(0.00 / 0.37 / 0.44 / 0.63)

CMYK percentages

%0
%36.84
%44.21
%62.75

Codes

Color #5F3C35 in popluar color models

5F 3C 35
RGB 95 60 53
HSL 10° 28.38% 29.02%
HSB/HSV 10° 44.21% 37.25%
CMYK 0.00% 36.84% 44.21%
62.75%

Color #5F3C35 in popluar number systems.

HEX 5F 3C 35
Decimal 95 60 53
Binary 1011111 111100 110101
Octal 137 74 65

Shades and tints

Shades of #5F3C35

#5F3C35
(95,60,53)
#573731
(87,55,49)
#4F322D
(79,50,45)
#472D29
(71,45,41)
#3F2825
(63,40,37)
#372321
(55,35,33)
#2F1E1D
(47,30,29)
#271919
(39,25,25)
#1F1415
(31,20,21)
#170F11
(23,15,17)
#0F0A0D
(15,10,13)
#000000
(0,0,0)

Tints of #5F3C35

#5F3C35
(95,60,53)
#6D4D47
(109,77,71)
#7B5E59
(123,94,89)
#896F6B
(137,111,107)
#97807D
(151,128,125)
#A5918F
(165,145,143)
#B3A2A1
(179,162,161)
#C1B3B3
(193,179,179)
#CFC4C5
(207,196,197)
#DDD5D7
(221,213,215)
#EBE6E9
(235,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F3C35; }

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

This text font color is #5F3C35.

Background Color

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

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

This div background color is #5F3C35.

Border color

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

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

This div border color is #5F3C35.

Opacity

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

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

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

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

This text has shadow with #5F3C35 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F3C35.

Preview

Color preview on black background

This text has color #5F3C35 on black background.


Color preview on white background

This text has color #5F3C35 on white background.


Black color preview on #5F3C35 background

This text has black color on #5F3C35 background.


White color preview on #5F3C35 background

This text has white color on #5F3C35 background.


Related colors

Complementary color

Complementary color for #hex is #A0C3CA.


I love getcolorcode.com

Triadic colors

1 #355F3C and #3C355F with #5F3C35 are triadic colors.

2 #353C5F and #3C5F35 with #5F3C35 are triadic colors.