Color Hex Logo

#272614 Color Hex

#272614
(39,38,20)
0 Favorites   0 Comments

Color spaces of #272614

RGB 393820
HSL0.160.320.12
HSV57°49°15°
CMYK 0.000.030.49   0.85
XYZ1.65611.86810.9351
Yxy1.86810.37140.4189
Hunter Lab13.6678-2.29035.5111
CIE-Lab14.7792-3.045012.1063

#272614 color RGB value is (39,38,20).

#272614 hex color red value is 39, green value is 38 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #272614 hue: 0.16 , saturation: 0.32 and the lightness value of 272614 is 0.12.

The process color (four color CMYK) of #272614 color hex is 0.00, 0.03, 0.49, 0.85. Web safe color of #272614 is #333300. Color #272614 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 00100110 00010100
Octal 47 46 24
Decimal 39 38 20
Hex 27 26 14

RGB Percentages of Color #272614

%40.21
%39.18
%20.62

CMYK Percentages of Color #272614

%0
%3
%49
%85

Triadic Colors of #272614

#272614 #142726 #261427

Analogous Colors of #272614

#272614 #1f2714 #271d14

Monochromatic Colors of #272614

#272614

Complementary Color

#272614 #141527

#272614 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#272614 Color Preview on White Background

Lorem ipsum dolor sit amet.

#272614 Color CSS Codes

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

#272614 Text Font Color

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

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


#272614 Background Color

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

This div background color is #272614


#272614 Border Color

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

This div border color is #272614


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(39,38,20, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #272614; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #272614;
  -webkit-box-shadow: 1px 1px 3px 2px #272614;
  box-shadow:         1px 1px 3px 2px #272614; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #272614


Comments

No comments written yet.

Please login to write comment.