COLOR #423527

HEX: #423527
RGB: (66,53,39)

Color info

#423527 contains red, green and blue colors in about the same proportion. Web safe color of #423527 is #333333 (or #333).

RGB color model

#423527 color RGB value is (66,53,39).

  • red value is 66;
  • green value is 53;
  • blue value is 39.
RGB:
(66,53,39)
(26%,21%,15%)

RGB channels and saturation

R 66 of 255 = 26%
G 53 of 255 = 21%
B 39 of 255 = 15%

66
53
39

R + G + B ~ 21%. #423527 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 53 + 39 = 158 (100%)
R 66 of 158 ~ 41.77%
G 53 of 158 ~ 33.54%
B 39 of 158 ~ 24.68%

%41.77
%33.54
%24.68

CMYK color model

#423527 color CMYK value is (0,20,41,74).

  • cyan value is 0.00%
  • magenta value is 19.70%
  • yellow value is 40.91%
  • key color value is 74.12%
CMYK:
(0,20,41,74)
C0M20Y41K74 
(0%,20%,41%,74%)
(0.00/0.20/0.41/0.74)	

CMYK percentages

%0
%19.7
%40.91
%74.12

Codes

Color #423527 in popluar color models

423527
RGB665339
HSL31°25.71%20.59%
HSB/HSV31°40.91%25.88%
CMYK0.00%19.70%40.91%
74.12%

Color #423527 in popluar number systems.

HEX423527
Decimal665339
Binary1000010110101100111
Octal1026547

Shades and tints

Shades of #423527

#423527
(66,53,39)
#3C3124
(60,49,36)
#362D21
(54,45,33)
#30291E
(48,41,30)
#2A251B
(42,37,27)
#242118
(36,33,24)
#1E1D15
(30,29,21)
#181912
(24,25,18)
#12150F
(18,21,15)
#0C110C
(12,17,12)
#060D09
(6,13,9)
#000000
(0,0,0)

Tints of #423527

#423527
(66,53,39)
#53473A
(83,71,58)
#64594D
(100,89,77)
#756B60
(117,107,96)
#867D73
(134,125,115)
#978F86
(151,143,134)
#A8A199
(168,161,153)
#B9B3AC
(185,179,172)
#CAC5BF
(202,197,191)
#DBD7D2
(219,215,210)
#ECE9E5
(236,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #423527 color. Also use rgb(66,53,39) instead hex code.

Text Font Color

.myTextColor { color: #423527; }

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

This text font color is #423527.


Background Color

.myBgColor { background-color: #423527; }

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

This div background color is #423527.


Border color

.myBorderColor { border: 1px solid #423527; }

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

This div border color is #423527.


Opacity

.myOpacity80 { color: #423527; opacity: 0.8; }

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

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

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

This text has shadow with #423527 color.

.textShadow {text-shadow: 3px 3px 1px #423527, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #423527;
-webkit-box-shadow: 1px 1px 3px 2px #423527;
box-shadow:1px 1px 3px 2px #423527;">
Div content here</div>
This div box has shadow with color #423527.

Preview

Color preview on black background

This text has color #423527 on black background.


Color preview on white background

This text has color #423527 on white background.



Black color preview on #423527 background

This text has black color on #423527 background.


White color preview on #423527 background

This text has white color on #423527 background.