COLOR #5F423C

HEX: #5F423C RGB: (95,66,60)

Color info

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

RGB color model

#5F423C color RGB value is (95,66,60).

RGB: (95,66,60) (37%, 26%, 24%)

RGB channels and saturation

R 95 of 255 = 37%
G 66 of 255 = 26%
B 60 of 255 = 24%

95
66
60

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

Portions of RGB colors in percentages

R + G + B = 95 + 66 + 60 = 221 (100%)
R 95 of 221 ~ 42.99%
G 66 of 221 ~ 29.86%
B 60 of 221 ~ 27.15'%

%42.99
%29.86
%27.15

CMYK color model

#5F423C color CMYK value is (0,31,37,63).

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

CMYK: (0,31,37,63)
C0M31Y37K63 (0%, 31%, 37%, 63%)
(0.00 / 0.31 / 0.37 / 0.63)

CMYK percentages

%0
%30.53
%36.84
%62.75

Codes

Color #5F423C in popluar color models

5F 42 3C
RGB 95 66 60
HSL 10° 22.58% 30.39%
HSB/HSV 10° 36.84% 37.25%
CMYK 0.00% 30.53% 36.84%
62.75%

Color #5F423C in popluar number systems.

HEX 5F 42 3C
Decimal 95 66 60
Binary 1011111 1000010 111100
Octal 137 102 74

Shades and tints

Shades of #5F423C

#5F423C
(95,66,60)
#573C37
(87,60,55)
#4F3632
(79,54,50)
#47302D
(71,48,45)
#3F2A28
(63,42,40)
#372423
(55,36,35)
#2F1E1E
(47,30,30)
#271819
(39,24,25)
#1F1214
(31,18,20)
#170C0F
(23,12,15)
#0F060A
(15,6,10)
#000000
(0,0,0)

Tints of #5F423C

#5F423C
(95,66,60)
#6D534D
(109,83,77)
#7B645E
(123,100,94)
#89756F
(137,117,111)
#978680
(151,134,128)
#A59791
(165,151,145)
#B3A8A2
(179,168,162)
#C1B9B3
(193,185,179)
#CFCAC4
(207,202,196)
#DDDBD5
(221,219,213)
#EBECE6
(235,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F423C; }

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

This text font color is #5F423C.

Background Color

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

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

This div background color is #5F423C.

Border color

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

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

This div border color is #5F423C.

Opacity

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

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

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

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

This text has shadow with #5F423C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F423C.

Preview

Color preview on black background

This text has color #5F423C on black background.


Color preview on white background

This text has color #5F423C on white background.


Black color preview on #5F423C background

This text has black color on #5F423C background.


White color preview on #5F423C background

This text has white color on #5F423C background.


Related colors

Complementary color

Complementary color for #hex is #A0BDC3.


I love getcolorcode.com

Triadic colors

1 #3C5F42 and #423C5F with #5F423C are triadic colors.

2 #3C425F and #425F3C with #5F423C are triadic colors.