Color Hex Logo

#07200a Color Hex

#07200A
(7,32,10)
0 Favorites   0 Comments

Color spaces of #07200a

RGB 73210
HSL0.350.640.08
HSV127°78°13°
CMYK 0.780.000.69   0.87
XYZ0.65891.10010.4648
Yxy1.10010.29630.4947
Hunter Lab10.4886-7.14154.7146
CIE-Lab9.7990-15.245710.2465

#07200a color RGB value is (7,32,10).

#07200a hex color red value is 7, green value is 32 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #07200a hue: 0.35 , saturation: 0.64 and the lightness value of 07200a is 0.08.

The process color (four color CMYK) of #07200a color hex is 0.78, 0.00, 0.69, 0.87. Web safe color of #07200a is #003300. Color #07200a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00100000 00001010
Octal 7 40 12
Decimal 7 32 10
Hex 7 20 A

RGB Percentages of Color #07200a

%14.29
%65.31
%20.41

CMYK Percentages of Color #07200a

%78
%0
%69
%87

Triadic Colors of #07200a

#07200a #0a0720 #200a07

Analogous Colors of #07200a

#07200a #072017 #112007

Monochromatic Colors of #07200a

#07200a

Complementary Color

#07200a #20071d

#07200a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07200a Color Preview on White Background

Lorem ipsum dolor sit amet.

#07200a Color CSS Codes

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

#07200a Text Font Color

<p style="color:#07200a">Text here</p>

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


#07200a Background Color

<div style="background-color:#07200a">
Div content here</div>

This div background color is #07200a


#07200a Border Color

<div style="border:3px solid #07200a">
Div here</div>

This div border color is #07200a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,32,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #07200a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #07200a;
  -webkit-box-shadow: 1px 1px 3px 2px #07200a;
  box-shadow:         1px 1px 3px 2px #07200a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07200a


Comments

No comments written yet.

Please login to write comment.