Color Hex Logo

#42272d Color Hex

#42272D
(66,39,45)
0 Favorites   0 Comments

Color spaces of #42272d

RGB 663945
HSL0.960.260.21
HSV347°41°26°
CMYK 0.000.410.32   0.74
XYZ3.44592.79882.8412
Yxy2.79880.37930.3080
Hunter Lab16.72967.48991.6415
CIE-Lab19.219413.67701.4018

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

#42272d hex color red value is 66, green value is 39 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #42272d hue: 0.96 , saturation: 0.26 and the lightness value of 42272d is 0.21.

The process color (four color CMYK) of #42272d color hex is 0.00, 0.41, 0.32, 0.74. Web safe color of #42272d is #333333. Color #42272d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00100111 00101101
Octal 102 47 55
Decimal 66 39 45
Hex 42 27 2D

RGB Percentages of Color #42272d

%44.00
%26.00
%30.00

CMYK Percentages of Color #42272d

%0
%41
%32
%74

Triadic Colors of #42272d

#42272d #2d4227 #272d42

Analogous Colors of #42272d

#42272d #422f27 #42273b

Monochromatic Colors of #42272d

#42272d

Complementary Color

#42272d #27423c

#42272d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42272d Color Preview on White Background

Lorem ipsum dolor sit amet.

#42272d Color CSS Codes

.mybgcolor {background-color:#42272d; } 
.myforecolor {color:#42272d; }
.mybordercolor {border:3px solid #42272d; }

#42272d Text Font Color

<p style="color:#42272d">Text here</p>

This sample text font color is #42272d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#42272d Background Color

<div style="background-color:#42272d">
Div content here</div>

This div background color is #42272d


#42272d Border Color

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

This div border color is #42272d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,39,45, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #42272d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #42272d;
  -webkit-box-shadow: 1px 1px 3px 2px #42272d;
  box-shadow:         1px 1px 3px 2px #42272d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,39,45, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #42272d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<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


Comments

No comments written yet.

Please login to write comment.