Color Hex Logo

#27401c Color Hex

#27401C
(39,64,28)
0 Favorites   0 Comments

Color spaces of #27401c

RGB 396428
HSL0.280.390.18
HSV102°56°25°
CMYK 0.390.000.56   0.75
XYZ2.87974.18201.7540
Yxy4.18200.32670.4744
Hunter Lab20.4499-10.65169.2296
CIE-Lab24.2642-17.679018.9100

#27401c color RGB value is (39,64,28).

#27401c hex color red value is 39, green value is 64 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #27401c hue: 0.28 , saturation: 0.39 and the lightness value of 27401c is 0.18.

The process color (four color CMYK) of #27401c color hex is 0.39, 0.00, 0.56, 0.75. Web safe color of #27401c is #333333. Color #27401c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01000000 00011100
Octal 47 100 34
Decimal 39 64 28
Hex 27 40 1C

RGB Percentages of Color #27401c

%29.77
%48.85
%21.37

CMYK Percentages of Color #27401c

%39
%0
%56
%75

Triadic Colors of #27401c

#27401c #1c2740 #401c27

Analogous Colors of #27401c

#27401c #1c4023 #39401c

Monochromatic Colors of #27401c

#27401c

Complementary Color

#27401c #351c40

#27401c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#27401c Color Preview on White Background

Lorem ipsum dolor sit amet.

#27401c Color CSS Codes

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

#27401c Text Font Color

<p style="color:#27401c">Text here</p>

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


#27401c Background Color

<div style="background-color:#27401c">
Div content here</div>

This div background color is #27401c


#27401c Border Color

<div style="border:3px solid #27401c">
Div here</div>

This div border color is #27401c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(39,64,28, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #27401c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #27401c;
  -webkit-box-shadow: 1px 1px 3px 2px #27401c;
  box-shadow:         1px 1px 3px 2px #27401c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #27401c


Comments

No comments written yet.

Please login to write comment.