COLOR #42252C

HEX: #42252C
RGB: (66,37,44)

Color info

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

RGB color model

#42252C color RGB value is (66,37,44).

  • red value is 66;
  • green value is 37;
  • blue value is 44.
RGB:
(66,37,44)
(26%,15%,17%)

RGB channels and saturation

R 66 of 255 = 26%
G 37 of 255 = 15%
B 44 of 255 = 17%

66
37
44

R + G + B ~ 19%. #42252C is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 37 + 44 = 147 (100%)
R 66 of 147 ~ 44.9%
G 37 of 147 ~ 25.17%
B 44 of 147 ~ 29.93%

%44.9
%25.17
%29.93

CMYK color model

#42252C color CMYK value is (0,44,33,74).

  • cyan value is 0.00%
  • magenta value is 43.94%
  • yellow value is 33.33%
  • key color value is 74.12%
CMYK:
(0,44,33,74)
C0M44Y33K74 
(0%,44%,33%,74%)
(0.00/0.44/0.33/0.74)	

CMYK percentages

%0
%43.94
%33.33
%74.12

Codes

Color #42252C in popluar color models

42252C
RGB663744
HSL346°28.16%20.20%
HSB/HSV346°43.94%25.88%
CMYK0.00%43.94%33.33%
74.12%

Color #42252C in popluar number systems.

HEX42252C
Decimal663744
Binary1000010100101101100
Octal1024554

Shades and tints

Shades of #42252C

#42252C
(66,37,44)
#3C2228
(60,34,40)
#361F24
(54,31,36)
#301C20
(48,28,32)
#2A191C
(42,25,28)
#241618
(36,22,24)
#1E1314
(30,19,20)
#181010
(24,16,16)
#120D0C
(18,13,12)
#0C0A08
(12,10,8)
#060704
(6,7,4)
#000000
(0,0,0)

Tints of #42252C

#42252C
(66,37,44)
#53383F
(83,56,63)
#644B52
(100,75,82)
#755E65
(117,94,101)
#867178
(134,113,120)
#97848B
(151,132,139)
#A8979E
(168,151,158)
#B9AAB1
(185,170,177)
#CABDC4
(202,189,196)
#DBD0D7
(219,208,215)
#ECE3EA
(236,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42252C color. Also use rgb(66,37,44) instead hex code.

Text Font Color

.myTextColor { color: #42252C; }

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

This text font color is #42252C.


Background Color

.myBgColor { background-color: #42252C; }

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

This div background color is #42252C.


Border color

.myBorderColor { border: 1px solid #42252C; }

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

This div border color is #42252C.


Opacity

.myOpacity80 { color: #42252C; opacity: 0.8; }

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

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

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

This text has shadow with #42252C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42252C on black background.


Color preview on white background

This text has color #42252C on white background.



Black color preview on #42252C background

This text has black color on #42252C background.


White color preview on #42252C background

This text has white color on #42252C background.