Color Hex Logo

#27221b Color Hex

#27221B
(39,34,27)
0 Favorites   0 Comments

Color spaces of #27221b

RGB 393427
HSL0.100.180.13
HSV35°31°15°
CMYK 0.000.130.31   0.85
XYZ1.60661.65451.2716
Yxy1.65450.35440.3650
Hunter Lab12.8627-0.21453.1426
CIE-Lab13.55840.91295.5866

#27221b color RGB value is (39,34,27).

#27221b hex color red value is 39, green value is 34 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #27221b hue: 0.10 , saturation: 0.18 and the lightness value of 27221b is 0.13.

The process color (four color CMYK) of #27221b color hex is 0.00, 0.13, 0.31, 0.85. Web safe color of #27221b is #333333. Color #27221b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 00100010 00011011
Octal 47 42 33
Decimal 39 34 27
Hex 27 22 1B

RGB Percentages of Color #27221b

%39.00
%34.00
%27.00

CMYK Percentages of Color #27221b

%0
%13
%31
%85

Triadic Colors of #27221b

#27221b #1b2722 #221b27

Analogous Colors of #27221b

#27221b #26271b #271c1b

Monochromatic Colors of #27221b

#27221b

Complementary Color

#27221b #1b2027

#27221b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#27221b Color Preview on White Background

Lorem ipsum dolor sit amet.

#27221b Color CSS Codes

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

#27221b Text Font Color

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

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


#27221b Background Color

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

This div background color is #27221b


#27221b Border Color

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

This div border color is #27221b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(39,34,27, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #27221b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #27221b;
  -webkit-box-shadow: 1px 1px 3px 2px #27221b;
  box-shadow:         1px 1px 3px 2px #27221b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #27221b


Comments

No comments written yet.

Please login to write comment.