COLOR #424027

HEX: #424027
RGB: (66,64,39)

Color info

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

RGB color model

#424027 color RGB value is (66,64,39).

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

RGB channels and saturation

R 66 of 255 = 26%
G 64 of 255 = 25%
B 39 of 255 = 15%

66
64
39

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

Portions of RGB colors in percentages

R + G + B =
66 + 64 + 39 = 169 (100%)
R 66 of 169 ~ 39.05%
G 64 of 169 ~ 37.87%
B 39 of 169 ~ 23.08%

%39.05
%37.87
%23.08

CMYK color model

#424027 color CMYK value is (0,3,41,74).

  • cyan value is 0.00%
  • magenta value is 3.03%
  • yellow value is 40.91%
  • key color value is 74.12%
CMYK:
(0,3,41,74)
C0M3Y41K74 
(0%,3%,41%,74%)
(0.00/0.03/0.41/0.74)	

CMYK percentages

%0
%3.03
%40.91
%74.12

Codes

Color #424027 in popluar color models

424027
RGB666439
HSL56°25.71%20.59%
HSB/HSV56°40.91%25.88%
CMYK0.00%3.03%40.91%
74.12%

Color #424027 in popluar number systems.

HEX424027
Decimal666439
Binary10000101000000100111
Octal10210047

Shades and tints

Shades of #424027

#424027
(66,64,39)
#3C3B24
(60,59,36)
#363621
(54,54,33)
#30311E
(48,49,30)
#2A2C1B
(42,44,27)
#242718
(36,39,24)
#1E2215
(30,34,21)
#181D12
(24,29,18)
#12180F
(18,24,15)
#0C130C
(12,19,12)
#060E09
(6,14,9)
#000000
(0,0,0)

Tints of #424027

#424027
(66,64,39)
#53513A
(83,81,58)
#64624D
(100,98,77)
#757360
(117,115,96)
#868473
(134,132,115)
#979586
(151,149,134)
#A8A699
(168,166,153)
#B9B7AC
(185,183,172)
#CAC8BF
(202,200,191)
#DBD9D2
(219,217,210)
#ECEAE5
(236,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424027; }

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

This text font color is #424027.


Background Color

.myBgColor { background-color: #424027; }

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

This div background color is #424027.


Border color

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

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

This div border color is #424027.


Opacity

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

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

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

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

This text has shadow with #424027 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424027 on black background.


Color preview on white background

This text has color #424027 on white background.



Black color preview on #424027 background

This text has black color on #424027 background.


White color preview on #424027 background

This text has white color on #424027 background.