Color Hex Logo

#67072f Color Hex

#67072F
(103,7,47)
0 Favorites   0 Comments

Color spaces of #67072f

RGB 103747
HSL0.930.870.22
HSV335°93°40°
CMYK 0.000.930.54   0.60
XYZ6.18263.24082.9890
Yxy3.24080.49810.2611
Hunter Lab18.002229.79932.7573
CIE-Lab20.983641.67373.4322

#67072f color RGB value is (103,7,47).

#67072f hex color red value is 103, green value is 7 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #67072f hue: 0.93 , saturation: 0.87 and the lightness value of 67072f is 0.22.

The process color (four color CMYK) of #67072f color hex is 0.00, 0.93, 0.54, 0.60. Web safe color of #67072f is #660033. Color #67072f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00000111 00101111
Octal 147 7 57
Decimal 103 7 47
Hex 67 7 2F

RGB Percentages of Color #67072f

%65.61
%4.46
%29.94

CMYK Percentages of Color #67072f

%0
%93
%54
%60

Triadic Colors of #67072f

#67072f #2f6707 #072f67

Analogous Colors of #67072f

#67072f #670f07 #67075f

Monochromatic Colors of #67072f

#67072f

Complementary Color

#67072f #07673f

#67072f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67072f Color Preview on White Background

Lorem ipsum dolor sit amet.

#67072f Color CSS Codes

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

#67072f Text Font Color

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

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


#67072f Background Color

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

This div background color is #67072f


#67072f Border Color

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

This div border color is #67072f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,7,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #67072f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #67072f;
  -webkit-box-shadow: 1px 1px 3px 2px #67072f;
  box-shadow:         1px 1px 3px 2px #67072f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67072f


Comments

No comments written yet.

Please login to write comment.