COLOR #424339

HEX: #424339
RGB: (66,67,57)

Color info

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

RGB color model

#424339 color RGB value is (66,67,57).

  • red value is 66;
  • green value is 67;
  • blue value is 57.
RGB:
(66,67,57)
(26%,26%,22%)

RGB channels and saturation

R 66 of 255 = 26%
G 67 of 255 = 26%
B 57 of 255 = 22%

66
67
57

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

Portions of RGB colors in percentages

R + G + B =
66 + 67 + 57 = 190 (100%)
R 66 of 190 ~ 34.74%
G 67 of 190 ~ 35.26%
B 57 of 190 ~ 30%

%34.74
%35.26
%30

CMYK color model

#424339 color CMYK value is (1,0,15,74).

  • cyan value is 1.49%
  • magenta value is 0.00%
  • yellow value is 14.93%
  • key color value is 73.73%
CMYK:
(1,0,15,74)
C1M0Y15K74 
(1%,0%,15%,74%)
(0.01/0.00/0.15/0.74)	

CMYK percentages

%1.49
%0
%14.93
%73.73

Codes

Color #424339 in popluar color models

424339
RGB666757
HSL66°8.06%24.31%
HSB/HSV66°14.93%26.27%
CMYK1.49%0.00%14.93%
73.73%

Color #424339 in popluar number systems.

HEX424339
Decimal666757
Binary10000101000011111001
Octal10210371

Shades and tints

Shades of #424339

#424339
(66,67,57)
#3C3D34
(60,61,52)
#36372F
(54,55,47)
#30312A
(48,49,42)
#2A2B25
(42,43,37)
#242520
(36,37,32)
#1E1F1B
(30,31,27)
#181916
(24,25,22)
#121311
(18,19,17)
#0C0D0C
(12,13,12)
#060707
(6,7,7)
#000000
(0,0,0)

Tints of #424339

#424339
(66,67,57)
#53544B
(83,84,75)
#64655D
(100,101,93)
#75766F
(117,118,111)
#868781
(134,135,129)
#979893
(151,152,147)
#A8A9A5
(168,169,165)
#B9BAB7
(185,186,183)
#CACBC9
(202,203,201)
#DBDCDB
(219,220,219)
#ECEDED
(236,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #424339 color. Also use rgb(66,67,57) instead hex code.

Text Font Color

.myTextColor { color: #424339; }

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

This text font color is #424339.


Background Color

.myBgColor { background-color: #424339; }

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

This div background color is #424339.


Border color

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

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

This div border color is #424339.


Opacity

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

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

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

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

This text has shadow with #424339 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424339 on black background.


Color preview on white background

This text has color #424339 on white background.



Black color preview on #424339 background

This text has black color on #424339 background.


White color preview on #424339 background

This text has white color on #424339 background.