Color Hex Logo

#67020c Color Hex

#67020C
(103,2,12)
0 Favorites   0 Comments

Color spaces of #67020c

RGB 103212
HSL0.980.960.21
HSV354°98°40°
CMYK 0.000.980.88   0.60
XYZ5.68162.95350.6185
Yxy2.95350.61400.3192
Hunter Lab17.185728.93699.8962
CIE-Lab19.856740.945625.3890

#67020c color RGB value is (103,2,12).

#67020c hex color red value is 103, green value is 2 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #67020c hue: 0.98 , saturation: 0.96 and the lightness value of 67020c is 0.21.

The process color (four color CMYK) of #67020c color hex is 0.00, 0.98, 0.88, 0.60. Web safe color of #67020c is #660000. Color #67020c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00000010 00001100
Octal 147 2 14
Decimal 103 2 12
Hex 67 2 C

RGB Percentages of Color #67020c

%88.03
%1.71
%10.26

CMYK Percentages of Color #67020c

%0
%98
%88
%60

Triadic Colors of #67020c

#67020c #0c6702 #020c67

Analogous Colors of #67020c

#67020c #672b02 #67023e

Monochromatic Colors of #67020c

#67020c

Complementary Color

#67020c #02675d

#67020c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67020c Color Preview on White Background

Lorem ipsum dolor sit amet.

#67020c Color CSS Codes

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

#67020c Text Font Color

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

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


#67020c Background Color

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

This div background color is #67020c


#67020c Border Color

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

This div border color is #67020c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,2,12, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #67020c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #67020c;
  -webkit-box-shadow: 1px 1px 3px 2px #67020c;
  box-shadow:         1px 1px 3px 2px #67020c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67020c


Comments

No comments written yet.

Please login to write comment.