COLOR #5F3646

HEX: #5F3646 RGB: (95,54,70)

Color info

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

RGB color model

#5F3646 color RGB value is (95,54,70).

RGB: (95,54,70) (37%, 21%, 27%)

RGB channels and saturation

R 95 of 255 = 37%
G 54 of 255 = 21%
B 70 of 255 = 27%

95
54
70

R + G + B ~ 28%. #5F3646 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 95 + 54 + 70 = 219 (100%)
R 95 of 219 ~ 43.38%
G 54 of 219 ~ 24.66%
B 70 of 219 ~ 31.96'%

%43.38
%24.66
%31.96

CMYK color model

#5F3646 color CMYK value is (0,43,26,63).

  • cyan value is 0.00%
  • magenta value is 43.16%
  • yellow value is 26.32%
  • key color value is 62.75%
CMYK: (0,43,26,63) C0M43Y26K63 (0%,43%,26%,63%) (0.00/0.43/0.26/0.63) 

CMYK percentages

%0
%43.16
%26.32
%62.75

Codes

Color #5F3646 in popluar color models

5F 36 46
RGB 95 54 70
HSL 337° 27.52% 29.22%
HSB/HSV 337° 43.16% 37.25%
CMYK 0.00% 43.16% 26.32%
62.75%

Color #5F3646 in popluar number systems.

HEX 5F 36 46
Decimal 95 54 70
Binary 1011111 110110 1000110
Octal 137 66 106

Shades and tints

Shades of #5F3646

#5F3646
(95,54,70)
#573240
(87,50,64)
#4F2E3A
(79,46,58)
#472A34
(71,42,52)
#3F262E
(63,38,46)
#372228
(55,34,40)
#2F1E22
(47,30,34)
#271A1C
(39,26,28)
#1F1616
(31,22,22)
#171210
(23,18,16)
#0F0E0A
(15,14,10)
#000000
(0,0,0)

Tints of #5F3646

#5F3646
(95,54,70)
#6D4856
(109,72,86)
#7B5A66
(123,90,102)
#896C76
(137,108,118)
#977E86
(151,126,134)
#A59096
(165,144,150)
#B3A2A6
(179,162,166)
#C1B4B6
(193,180,182)
#CFC6C6
(207,198,198)
#DDD8D6
(221,216,214)
#EBEAE6
(235,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F3646 color. Also use rgb(95,54,70) instead hex code.

Text Font Color

.myTextColor { color: #5F3646; }

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

This text font color is #5F3646.

Background Color

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

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

This div background color is #5F3646.

Border color

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

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

This div border color is #5F3646.

Opacity

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

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

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

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

This text has shadow with #5F3646 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F3646.

Preview

Color preview on black background

This text has color #5F3646 on black background.


Color preview on white background

This text has color #5F3646 on white background.


Black color preview on #5F3646 background

This text has black color on #5F3646 background.


White color preview on #5F3646 background

This text has white color on #5F3646 background.


Related colors

Complementary color

Complementary color for #hex is #A0C9B9.


I love getcolorcode.com

Triadic colors

1 #465F36 and #36465F with #5F3646 are triadic colors.

2 #46365F and #365F46 with #5F3646 are triadic colors.