COLOR #5F463B

HEX: #5F463B RGB: (95,70,59)

Color info

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

RGB color model

#5F463B color RGB value is (95,70,59).

RGB: (95,70,59) (37%, 27%, 23%)

RGB channels and saturation

R 95 of 255 = 37%
G 70 of 255 = 27%
B 59 of 255 = 23%

95
70
59

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

Portions of RGB colors in percentages

R + G + B = 95 + 70 + 59 = 224 (100%)
R 95 of 224 ~ 42.41%
G 70 of 224 ~ 31.25%
B 59 of 224 ~ 26.34'%

%42.41
%31.25
%26.34

CMYK color model

#5F463B color CMYK value is (0,26,38,63).

  • cyan value is 0.00%
  • magenta value is 26.32%
  • yellow value is 37.89%
  • key color value is 62.75%
CMYK: (0,26,38,63) C0M26Y38K63 (0%,26%,38%,63%) (0.00/0.26/0.38/0.63) 

CMYK percentages

%0
%26.32
%37.89
%62.75

Codes

Color #5F463B in popluar color models

5F 46 3B
RGB 95 70 59
HSL 18° 23.38% 30.20%
HSB/HSV 18° 37.89% 37.25%
CMYK 0.00% 26.32% 37.89%
62.75%

Color #5F463B in popluar number systems.

HEX 5F 46 3B
Decimal 95 70 59
Binary 1011111 1000110 111011
Octal 137 106 73

Shades and tints

Shades of #5F463B

#5F463B
(95,70,59)
#574036
(87,64,54)
#4F3A31
(79,58,49)
#47342C
(71,52,44)
#3F2E27
(63,46,39)
#372822
(55,40,34)
#2F221D
(47,34,29)
#271C18
(39,28,24)
#1F1613
(31,22,19)
#17100E
(23,16,14)
#0F0A09
(15,10,9)
#000000
(0,0,0)

Tints of #5F463B

#5F463B
(95,70,59)
#6D564C
(109,86,76)
#7B665D
(123,102,93)
#89766E
(137,118,110)
#97867F
(151,134,127)
#A59690
(165,150,144)
#B3A6A1
(179,166,161)
#C1B6B2
(193,182,178)
#CFC6C3
(207,198,195)
#DDD6D4
(221,214,212)
#EBE6E5
(235,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F463B; }

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

This text font color is #5F463B.

Background Color

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

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

This div background color is #5F463B.

Border color

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

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

This div border color is #5F463B.

Opacity

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

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

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

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

This text has shadow with #5F463B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F463B.

Preview

Color preview on black background

This text has color #5F463B on black background.


Color preview on white background

This text has color #5F463B on white background.


Black color preview on #5F463B background

This text has black color on #5F463B background.


White color preview on #5F463B background

This text has white color on #5F463B background.


Related colors

Complementary color

Complementary color for #hex is #A0B9C4.


I love getcolorcode.com

Triadic colors

1 #3B5F46 and #463B5F with #5F463B are triadic colors.

2 #3B465F and #465F3B with #5F463B are triadic colors.