COLOR #42272D

HEX: #42272D
RGB: (66,39,45)

Color info

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

RGB color model

#42272D color RGB value is (66,39,45).

  • red value is 66;
  • green value is 39;
  • blue value is 45.
RGB:
(66,39,45)
(26%,15%,18%)

RGB channels and saturation

R 66 of 255 = 26%
G 39 of 255 = 15%
B 45 of 255 = 18%

66
39
45

R + G + B ~ 20%. #42272D is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 39 + 45 = 150 (100%)
R 66 of 150 ~ 44%
G 39 of 150 ~ 26%
B 45 of 150 ~ 30%

%44
%26
%30

CMYK color model

#42272D color CMYK value is (0,41,32,74).

  • cyan value is 0.00%
  • magenta value is 40.91%
  • yellow value is 31.82%
  • key color value is 74.12%
CMYK:
(0,41,32,74)
C0M41Y32K74 
(0%,41%,32%,74%)
(0.00/0.41/0.32/0.74)	

CMYK percentages

%0
%40.91
%31.82
%74.12

Codes

Color #42272D in popluar color models

42272D
RGB663945
HSL347°25.71%20.59%
HSB/HSV347°40.91%25.88%
CMYK0.00%40.91%31.82%
74.12%

Color #42272D in popluar number systems.

HEX42272D
Decimal663945
Binary1000010100111101101
Octal1024755

Shades and tints

Shades of #42272D

#42272D
(66,39,45)
#3C2429
(60,36,41)
#362125
(54,33,37)
#301E21
(48,30,33)
#2A1B1D
(42,27,29)
#241819
(36,24,25)
#1E1515
(30,21,21)
#181211
(24,18,17)
#120F0D
(18,15,13)
#0C0C09
(12,12,9)
#060905
(6,9,5)
#000000
(0,0,0)

Tints of #42272D

#42272D
(66,39,45)
#533A40
(83,58,64)
#644D53
(100,77,83)
#756066
(117,96,102)
#867379
(134,115,121)
#97868C
(151,134,140)
#A8999F
(168,153,159)
#B9ACB2
(185,172,178)
#CABFC5
(202,191,197)
#DBD2D8
(219,210,216)
#ECE5EB
(236,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42272D color. Also use rgb(66,39,45) instead hex code.

Text Font Color

.myTextColor { color: #42272D; }

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

This text font color is #42272D.


Background Color

.myBgColor { background-color: #42272D; }

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

This div background color is #42272D.


Border color

.myBorderColor { border: 1px solid #42272D; }

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

This div border color is #42272D.


Opacity

.myOpacity80 { color: #42272D; opacity: 0.8; }

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

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

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

This text has shadow with #42272D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42272D on black background.


Color preview on white background

This text has color #42272D on white background.



Black color preview on #42272D background

This text has black color on #42272D background.


White color preview on #42272D background

This text has white color on #42272D background.