Color Hex Logo

#67270e Color Hex

#67270E
(103,39,14)
0 Favorites   0 Comments

Color spaces of #67270e

RGB 1033914
HSL0.050.760.23
HSV17°86°40°
CMYK 0.000.620.86   0.60
XYZ6.39834.36630.9210
Yxy4.36630.54750.3736
Hunter Lab20.895718.089612.0137
CIE-Lab24.847227.331829.6666

#67270e color RGB value is (103,39,14).

#67270e hex color red value is 103, green value is 39 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #67270e hue: 0.05 , saturation: 0.76 and the lightness value of 67270e is 0.23.

The process color (four color CMYK) of #67270e color hex is 0.00, 0.62, 0.86, 0.60. Web safe color of #67270e is #663300. Color #67270e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00100111 00001110
Octal 147 47 16
Decimal 103 39 14
Hex 67 27 E

RGB Percentages of Color #67270e

%66.03
%25.00
%8.97

CMYK Percentages of Color #67270e

%0
%62
%86
%60

Triadic Colors of #67270e

#67270e #0e6727 #270e67

Analogous Colors of #67270e

#67270e #67540e #670e21

Monochromatic Colors of #67270e

#67270e

Complementary Color

#67270e #0e4e67

#67270e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67270e Color Preview on White Background

Lorem ipsum dolor sit amet.

#67270e Color CSS Codes

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

#67270e Text Font Color

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

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


#67270e Background Color

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

This div background color is #67270e


#67270e Border Color

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

This div border color is #67270e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,39,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #67270e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #67270e;
  -webkit-box-shadow: 1px 1px 3px 2px #67270e;
  box-shadow:         1px 1px 3px 2px #67270e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67270e


Comments

No comments written yet.

Please login to write comment.