COLOR #423537

HEX: #423537
RGB: (66,53,55)

Color info

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

RGB color model

#423537 color RGB value is (66,53,55).

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

RGB channels and saturation

R 66 of 255 = 26%
G 53 of 255 = 21%
B 55 of 255 = 22%

66
53
55

R + G + B ~ 23%. #423537 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 53 + 55 = 174 (100%)
R 66 of 174 ~ 37.93%
G 53 of 174 ~ 30.46%
B 55 of 174 ~ 31.61%

%37.93
%30.46
%31.61

CMYK color model

#423537 color CMYK value is (0,20,17,74).

  • cyan value is 0.00%
  • magenta value is 19.70%
  • yellow value is 16.67%
  • key color value is 74.12%
CMYK:
(0,20,17,74)
C0M20Y17K74 
(0%,20%,17%,74%)
(0.00/0.20/0.17/0.74)	

CMYK percentages

%0
%19.7
%16.67
%74.12

Codes

Color #423537 in popluar color models

423537
RGB665355
HSL351°10.92%23.33%
HSB/HSV351°19.70%25.88%
CMYK0.00%19.70%16.67%
74.12%

Color #423537 in popluar number systems.

HEX423537
Decimal665355
Binary1000010110101110111
Octal1026567

Shades and tints

Shades of #423537

#423537
(66,53,55)
#3C3132
(60,49,50)
#362D2D
(54,45,45)
#302928
(48,41,40)
#2A2523
(42,37,35)
#24211E
(36,33,30)
#1E1D19
(30,29,25)
#181914
(24,25,20)
#12150F
(18,21,15)
#0C110A
(12,17,10)
#060D05
(6,13,5)
#000000
(0,0,0)

Tints of #423537

#423537
(66,53,55)
#534749
(83,71,73)
#64595B
(100,89,91)
#756B6D
(117,107,109)
#867D7F
(134,125,127)
#978F91
(151,143,145)
#A8A1A3
(168,161,163)
#B9B3B5
(185,179,181)
#CAC5C7
(202,197,199)
#DBD7D9
(219,215,217)
#ECE9EB
(236,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #423537; }

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

This text font color is #423537.


Background Color

.myBgColor { background-color: #423537; }

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

This div background color is #423537.


Border color

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

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

This div border color is #423537.


Opacity

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

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

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

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

This text has shadow with #423537 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #423537 on black background.


Color preview on white background

This text has color #423537 on white background.



Black color preview on #423537 background

This text has black color on #423537 background.


White color preview on #423537 background

This text has white color on #423537 background.