Color Hex Logo

#272112 Color Hex

#272112
(39,33,18)
0 Favorites   0 Comments

Color spaces of #272112

RGB 393318
HSL0.120.370.11
HSV43°54°15°
CMYK 0.000.150.54   0.85
XYZ1.48971.56270.7954
Yxy1.56270.38720.4061
Hunter Lab12.5008-0.60484.9781
CIE-Lab13.00120.123311.0390

#272112 color RGB value is (39,33,18).

#272112 hex color red value is 39, green value is 33 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #272112 hue: 0.12 , saturation: 0.37 and the lightness value of 272112 is 0.11.

The process color (four color CMYK) of #272112 color hex is 0.00, 0.15, 0.54, 0.85. Web safe color of #272112 is #333300. Color #272112 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 00100001 00010010
Octal 47 41 22
Decimal 39 33 18
Hex 27 21 12

RGB Percentages of Color #272112

%43.33
%36.67
%20.00

CMYK Percentages of Color #272112

%0
%15
%54
%85

Triadic Colors of #272112

#272112 #122721 #211227

Analogous Colors of #272112

#272112 #232712 #271712

Monochromatic Colors of #272112

#272112

Complementary Color

#272112 #121827

#272112 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#272112 Color Preview on White Background

Lorem ipsum dolor sit amet.

#272112 Color CSS Codes

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

#272112 Text Font Color

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

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


#272112 Background Color

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

This div background color is #272112


#272112 Border Color

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

This div border color is #272112


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #272112


Comments

No comments written yet.

Please login to write comment.