COLOR #424531

HEX: #424531
RGB: (66,69,49)

Color info

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

RGB color model

#424531 color RGB value is (66,69,49).

  • red value is 66;
  • green value is 69;
  • blue value is 49.
RGB:
(66,69,49)
(26%,27%,19%)

RGB channels and saturation

R 66 of 255 = 26%
G 69 of 255 = 27%
B 49 of 255 = 19%

66
69
49

R + G + B ~ 24%. #424531 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 69 + 49 = 184 (100%)
R 66 of 184 ~ 35.87%
G 69 of 184 ~ 37.5%
B 49 of 184 ~ 26.63%

%35.87
%37.5
%26.63

CMYK color model

#424531 color CMYK value is (4,0,29,73).

  • cyan value is 4.35%
  • magenta value is 0.00%
  • yellow value is 28.99%
  • key color value is 72.94%
CMYK:
(4,0,29,73)
C4M0Y29K73 
(4%,0%,29%,73%)
(0.04/0.00/0.29/0.73)	

CMYK percentages

%4.35
%0
%28.99
%72.94

Codes

Color #424531 in popluar color models

424531
RGB666949
HSL69°16.95%23.14%
HSB/HSV69°28.99%27.06%
CMYK4.35%0.00%28.99%
72.94%

Color #424531 in popluar number systems.

HEX424531
Decimal666949
Binary10000101000101110001
Octal10210561

Shades and tints

Shades of #424531

#424531
(66,69,49)
#3C3F2D
(60,63,45)
#363929
(54,57,41)
#303325
(48,51,37)
#2A2D21
(42,45,33)
#24271D
(36,39,29)
#1E2119
(30,33,25)
#181B15
(24,27,21)
#121511
(18,21,17)
#0C0F0D
(12,15,13)
#060909
(6,9,9)
#000000
(0,0,0)

Tints of #424531

#424531
(66,69,49)
#535543
(83,85,67)
#646555
(100,101,85)
#757567
(117,117,103)
#868579
(134,133,121)
#97958B
(151,149,139)
#A8A59D
(168,165,157)
#B9B5AF
(185,181,175)
#CAC5C1
(202,197,193)
#DBD5D3
(219,213,211)
#ECE5E5
(236,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #424531 color. Also use rgb(66,69,49) instead hex code.

Text Font Color

.myTextColor { color: #424531; }

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

This text font color is #424531.


Background Color

.myBgColor { background-color: #424531; }

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

This div background color is #424531.


Border color

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

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

This div border color is #424531.


Opacity

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

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

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

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

This text has shadow with #424531 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424531 on black background.


Color preview on white background

This text has color #424531 on white background.



Black color preview on #424531 background

This text has black color on #424531 background.


White color preview on #424531 background

This text has white color on #424531 background.