COLOR #423830

HEX: #423830
RGB: (66,56,48)

Color info

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

RGB color model

#423830 color RGB value is (66,56,48).

  • red value is 66;
  • green value is 56;
  • blue value is 48.
RGB:
(66,56,48)
(26%,22%,19%)

RGB channels and saturation

R 66 of 255 = 26%
G 56 of 255 = 22%
B 48 of 255 = 19%

66
56
48

R + G + B ~ 22%. #423830 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 56 + 48 = 170 (100%)
R 66 of 170 ~ 38.82%
G 56 of 170 ~ 32.94%
B 48 of 170 ~ 28.24%

%38.82
%32.94
%28.24

CMYK color model

#423830 color CMYK value is (0,15,27,74).

  • cyan value is 0.00%
  • magenta value is 15.15%
  • yellow value is 27.27%
  • key color value is 74.12%
CMYK:
(0,15,27,74)
C0M15Y27K74 
(0%,15%,27%,74%)
(0.00/0.15/0.27/0.74)	

CMYK percentages

%0
%15.15
%27.27
%74.12

Codes

Color #423830 in popluar color models

423830
RGB665648
HSL27°15.79%22.35%
HSB/HSV27°27.27%25.88%
CMYK0.00%15.15%27.27%
74.12%

Color #423830 in popluar number systems.

HEX423830
Decimal665648
Binary1000010111000110000
Octal1027060

Shades and tints

Shades of #423830

#423830
(66,56,48)
#3C332C
(60,51,44)
#362E28
(54,46,40)
#302924
(48,41,36)
#2A2420
(42,36,32)
#241F1C
(36,31,28)
#1E1A18
(30,26,24)
#181514
(24,21,20)
#121010
(18,16,16)
#0C0B0C
(12,11,12)
#060608
(6,6,8)
#000000
(0,0,0)

Tints of #423830

#423830
(66,56,48)
#534A42
(83,74,66)
#645C54
(100,92,84)
#756E66
(117,110,102)
#868078
(134,128,120)
#97928A
(151,146,138)
#A8A49C
(168,164,156)
#B9B6AE
(185,182,174)
#CAC8C0
(202,200,192)
#DBDAD2
(219,218,210)
#ECECE4
(236,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #423830 color. Also use rgb(66,56,48) instead hex code.

Text Font Color

.myTextColor { color: #423830; }

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

This text font color is #423830.


Background Color

.myBgColor { background-color: #423830; }

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

This div background color is #423830.


Border color

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

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

This div border color is #423830.


Opacity

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

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

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

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

This text has shadow with #423830 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #423830 on black background.


Color preview on white background

This text has color #423830 on white background.



Black color preview on #423830 background

This text has black color on #423830 background.


White color preview on #423830 background

This text has white color on #423830 background.