Color Hex Logo

#27412a Color Hex

#27412A
(39,65,42)
0 Favorites   0 Comments

Color spaces of #27412a

RGB 396542
HSL0.350.250.20
HSV127°40°25°
CMYK 0.400.000.35   0.75
XYZ3.14494.37912.8700
Yxy4.37910.30260.4213
Hunter Lab20.9263-9.79526.5169
CIE-Lab24.8871-15.718610.9739

#27412a color RGB value is (39,65,42).

#27412a hex color red value is 39, green value is 65 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #27412a hue: 0.35 , saturation: 0.25 and the lightness value of 27412a is 0.20.

The process color (four color CMYK) of #27412a color hex is 0.40, 0.00, 0.35, 0.75. Web safe color of #27412a is #333333. Color #27412a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01000001 00101010
Octal 47 101 52
Decimal 39 65 42
Hex 27 41 2A

RGB Percentages of Color #27412a

%26.71
%44.52
%28.77

CMYK Percentages of Color #27412a

%40
%0
%35
%75

Triadic Colors of #27412a

#27412a #2a2741 #412a27

Analogous Colors of #27412a

#27412a #274137 #314127

Monochromatic Colors of #27412a

#27412a

Complementary Color

#27412a #41273e

#27412a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#27412a Color Preview on White Background

Lorem ipsum dolor sit amet.

#27412a Color CSS Codes

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

#27412a Text Font Color

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

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


#27412a Background Color

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

This div background color is #27412a


#27412a Border Color

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

This div border color is #27412a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #27412a


Comments

No comments written yet.

Please login to write comment.