COLOR #5F4341

HEX: #5F4341 RGB: (95,67,65)

Color info

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

RGB color model

#5F4341 color RGB value is (95,67,65).

RGB: (95,67,65) (37%, 26%, 25%)

RGB channels and saturation

R 95 of 255 = 37%
G 67 of 255 = 26%
B 65 of 255 = 25%

95
67
65

R + G + B ~ 29%. #5F4341 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 95 + 67 + 65 = 227 (100%)
R 95 of 227 ~ 41.85%
G 67 of 227 ~ 29.52%
B 65 of 227 ~ 28.63'%

%41.85
%29.52
%28.63

CMYK color model

#5F4341 color CMYK value is (0,29,32,63).

  • cyan value is 0.00%
  • magenta value is 29.47%
  • yellow value is 31.58%
  • key color value is 62.75%
CMYK: (0,29,32,63) C0M29Y32K63 (0%,29%,32%,63%) (0.00/0.29/0.32/0.63) 

CMYK percentages

%0
%29.47
%31.58
%62.75

Codes

Color #5F4341 in popluar color models

5F 43 41
RGB 95 67 65
HSL 18.75% 31.37%
HSB/HSV 31.58% 37.25%
CMYK 0.00% 29.47% 31.58%
62.75%

Color #5F4341 in popluar number systems.

HEX 5F 43 41
Decimal 95 67 65
Binary 1011111 1000011 1000001
Octal 137 103 101

Shades and tints

Shades of #5F4341

#5F4341
(95,67,65)
#573D3C
(87,61,60)
#4F3737
(79,55,55)
#473132
(71,49,50)
#3F2B2D
(63,43,45)
#372528
(55,37,40)
#2F1F23
(47,31,35)
#27191E
(39,25,30)
#1F1319
(31,19,25)
#170D14
(23,13,20)
#0F070F
(15,7,15)
#000000
(0,0,0)

Tints of #5F4341

#5F4341
(95,67,65)
#6D5452
(109,84,82)
#7B6563
(123,101,99)
#897674
(137,118,116)
#978785
(151,135,133)
#A59896
(165,152,150)
#B3A9A7
(179,169,167)
#C1BAB8
(193,186,184)
#CFCBC9
(207,203,201)
#DDDCDA
(221,220,218)
#EBEDEB
(235,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F4341 color. Also use rgb(95,67,65) instead hex code.

Text Font Color

.myTextColor { color: #5F4341; }

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

This text font color is #5F4341.

Background Color

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

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

This div background color is #5F4341.

Border color

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

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

This div border color is #5F4341.

Opacity

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

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

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

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

This text has shadow with #5F4341 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F4341.

Preview

Color preview on black background

This text has color #5F4341 on black background.


Color preview on white background

This text has color #5F4341 on white background.


Black color preview on #5F4341 background

This text has black color on #5F4341 background.


White color preview on #5F4341 background

This text has white color on #5F4341 background.


Related colors

Complementary color

Complementary color for #hex is #A0BCBE.


I love getcolorcode.com

Triadic colors

1 #415F43 and #43415F with #5F4341 are triadic colors.

2 #41435F and #435F41 with #5F4341 are triadic colors.