Color Hex Logo

#67002f Color Hex

#67002F
(103,0,47)
0 Favorites   0 Comments

Color spaces of #67002f

RGB 103047
HSL0.921.000.20
HSV333°100°40°
CMYK 0.001.000.54   0.60
XYZ6.10663.08882.9637
Yxy3.08880.50220.2540
Hunter Lab17.575031.26542.3043
CIE-Lab20.396143.37862.5900

#67002f color RGB value is (103,0,47).

#67002f hex color red value is 103, green value is 0 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #67002f hue: 0.92 , saturation: 1.00 and the lightness value of 67002f is 0.20.

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 00000000 00101111
Octal 147 0 57
Decimal 103 0 47
Hex 67 0 2F

RGB Percentages of Color #67002f

%68.67
%0.00
%31.33

CMYK Percentages of Color #67002f

%0
%100
%54
%60

Triadic Colors of #67002f

#67002f #2f6700 #002f67

Analogous Colors of #67002f

#67002f #670500 #670062

Monochromatic Colors of #67002f

#67002f

Complementary Color

#67002f #006738

#67002f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67002f Color Preview on White Background

Lorem ipsum dolor sit amet.

#67002f Color CSS Codes

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

#67002f Text Font Color

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

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


#67002f Background Color

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

This div background color is #67002f


#67002f Border Color

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

This div border color is #67002f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,0,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 #67002f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67002f

#67002f Color Palettes


Comments

No comments written yet.

Please login to write comment.