Color Hex Logo

#27424a Color Hex

#27424A
(39,66,74)
0 Favorites   0 Comments

Color spaces of #27424a

RGB 396674
HSL0.540.310.22
HSV194°47°29°
CMYK 0.470.110.00   0.71
XYZ4.02094.82227.1974
Yxy4.82220.25070.3006
Hunter Lab21.9595-5.7449-4.0611
CIE-Lab26.2221-7.7717-8.0698

#27424a color RGB value is (39,66,74).

#27424a hex color red value is 39, green value is 66 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #27424a hue: 0.54 , saturation: 0.31 and the lightness value of 27424a is 0.22.

The process color (four color CMYK) of #27424a color hex is 0.47, 0.11, 0.00, 0.71. Web safe color of #27424a is #333333. Color #27424a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01000010 01001010
Octal 47 102 112
Decimal 39 66 74
Hex 27 42 4A

RGB Percentages of Color #27424a

%21.79
%36.87
%41.34

CMYK Percentages of Color #27424a

%47
%11
%0
%71

Triadic Colors of #27424a

#27424a #4a2742 #424a27

Analogous Colors of #27424a

#27424a #27314a #274a41

Monochromatic Colors of #27424a

#27424a

Complementary Color

#27424a #4a2f27

#27424a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#27424a Color Preview on White Background

Lorem ipsum dolor sit amet.

#27424a Color CSS Codes

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

#27424a Text Font Color

<p style="color:#27424a">Text here</p>

This sample text font color is #27424a
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.


#27424a Background Color

<div style="background-color:#27424a">
Div content here</div>

This div background color is #27424a


#27424a Border Color

<div style="border:3px solid #27424a">
Div here</div>

This div border color is #27424a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #27424a;
  -webkit-box-shadow: 1px 1px 3px 2px #27424a;
  box-shadow:         1px 1px 3px 2px #27424a;">
Div content here</div>

This div box has shadow with color #27424a


Comments

No comments written yet.

Please login to write comment.