COLOR #424834

HEX: #424834
RGB: (66,72,52)

Color info

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

RGB color model

#424834 color RGB value is (66,72,52).

  • red value is 66;
  • green value is 72;
  • blue value is 52.
RGB:
(66,72,52)
(26%,28%,20%)

RGB channels and saturation

R 66 of 255 = 26%
G 72 of 255 = 28%
B 52 of 255 = 20%

66
72
52

R + G + B ~ 25%. #424834 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 72 + 52 = 190 (100%)
R 66 of 190 ~ 34.74%
G 72 of 190 ~ 37.89%
B 52 of 190 ~ 27.37%

%34.74
%37.89
%27.37

CMYK color model

#424834 color CMYK value is (8,0,28,72).

  • cyan value is 8.33%
  • magenta value is 0.00%
  • yellow value is 27.78%
  • key color value is 71.76%
CMYK:
(8,0,28,72)
C8M0Y28K72 
(8%,0%,28%,72%)
(0.08/0.00/0.28/0.72)	

CMYK percentages

%8.33
%0
%27.78
%71.76

Codes

Color #424834 in popluar color models

424834
RGB667252
HSL78°16.13%24.31%
HSB/HSV78°27.78%28.24%
CMYK8.33%0.00%27.78%
71.76%

Color #424834 in popluar number systems.

HEX424834
Decimal667252
Binary10000101001000110100
Octal10211064

Shades and tints

Shades of #424834

#424834
(66,72,52)
#3C4230
(60,66,48)
#363C2C
(54,60,44)
#303628
(48,54,40)
#2A3024
(42,48,36)
#242A20
(36,42,32)
#1E241C
(30,36,28)
#181E18
(24,30,24)
#121814
(18,24,20)
#0C1210
(12,18,16)
#060C0C
(6,12,12)
#000000
(0,0,0)

Tints of #424834

#424834
(66,72,52)
#535846
(83,88,70)
#646858
(100,104,88)
#75786A
(117,120,106)
#86887C
(134,136,124)
#97988E
(151,152,142)
#A8A8A0
(168,168,160)
#B9B8B2
(185,184,178)
#CAC8C4
(202,200,196)
#DBD8D6
(219,216,214)
#ECE8E8
(236,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #424834 color. Also use rgb(66,72,52) instead hex code.

Text Font Color

.myTextColor { color: #424834; }

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

This text font color is #424834.


Background Color

.myBgColor { background-color: #424834; }

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

This div background color is #424834.


Border color

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

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

This div border color is #424834.


Opacity

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

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

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

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

This text has shadow with #424834 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424834 on black background.


Color preview on white background

This text has color #424834 on white background.



Black color preview on #424834 background

This text has black color on #424834 background.


White color preview on #424834 background

This text has white color on #424834 background.