COLOR #424634

HEX: #424634
RGB: (66,70,52)

Color info

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

RGB color model

#424634 color RGB value is (66,70,52).

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

RGB channels and saturation

R 66 of 255 = 26%
G 70 of 255 = 27%
B 52 of 255 = 20%

66
70
52

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

Portions of RGB colors in percentages

R + G + B =
66 + 70 + 52 = 188 (100%)
R 66 of 188 ~ 35.11%
G 70 of 188 ~ 37.23%
B 52 of 188 ~ 27.66%

%35.11
%37.23
%27.66

CMYK color model

#424634 color CMYK value is (6,0,26,73).

  • cyan value is 5.71%
  • magenta value is 0.00%
  • yellow value is 25.71%
  • key color value is 72.55%
CMYK:
(6,0,26,73)
C6M0Y26K73 
(6%,0%,26%,73%)
(0.06/0.00/0.26/0.73)	

CMYK percentages

%5.71
%0
%25.71
%72.55

Codes

Color #424634 in popluar color models

424634
RGB667052
HSL73°14.75%23.92%
HSB/HSV73°25.71%27.45%
CMYK5.71%0.00%25.71%
72.55%

Color #424634 in popluar number systems.

HEX424634
Decimal667052
Binary10000101000110110100
Octal10210664

Shades and tints

Shades of #424634

#424634
(66,70,52)
#3C4030
(60,64,48)
#363A2C
(54,58,44)
#303428
(48,52,40)
#2A2E24
(42,46,36)
#242820
(36,40,32)
#1E221C
(30,34,28)
#181C18
(24,28,24)
#121614
(18,22,20)
#0C1010
(12,16,16)
#060A0C
(6,10,12)
#000000
(0,0,0)

Tints of #424634

#424634
(66,70,52)
#535646
(83,86,70)
#646658
(100,102,88)
#75766A
(117,118,106)
#86867C
(134,134,124)
#97968E
(151,150,142)
#A8A6A0
(168,166,160)
#B9B6B2
(185,182,178)
#CAC6C4
(202,198,196)
#DBD6D6
(219,214,214)
#ECE6E8
(236,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424634; }

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

This text font color is #424634.


Background Color

.myBgColor { background-color: #424634; }

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

This div background color is #424634.


Border color

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

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

This div border color is #424634.


Opacity

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

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

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

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

This text has shadow with #424634 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424634 on black background.


Color preview on white background

This text has color #424634 on white background.



Black color preview on #424634 background

This text has black color on #424634 background.


White color preview on #424634 background

This text has white color on #424634 background.