Color Hex Logo

#702407 Color Hex

#702407
(112,36,7)
0 Favorites   0 Comments

Color spaces of #702407

RGB 112367
HSL0.050.880.23
HSV17°94°44°
CMYK 0.000.680.94   0.56
XYZ7.35134.72180.7250
Yxy4.72180.57440.3689
Hunter Lab21.729722.360713.2326
CIE-Lab25.927032.312334.3318

#702407 color RGB value is (112,36,7).

#702407 hex color red value is 112, green value is 36 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #702407 hue: 0.05 , saturation: 0.88 and the lightness value of 702407 is 0.23.

The process color (four color CMYK) of #702407 color hex is 0.00, 0.68, 0.94, 0.56. Web safe color of #702407 is #663300. Color #702407 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00100100 00000111
Octal 160 44 7
Decimal 112 36 7
Hex 70 24 7

RGB Percentages of Color #702407

%72.26
%23.23
%4.52

CMYK Percentages of Color #702407

%0
%68
%94
%56

Triadic Colors of #702407

#702407 #077024 #240770

Analogous Colors of #702407

#702407 #705907 #70071f

Monochromatic Colors of #702407

#702407

Complementary Color

#702407 #075370

#702407 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#702407 Color Preview on White Background

Lorem ipsum dolor sit amet.

#702407 Color CSS Codes

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

#702407 Text Font Color

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

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


#702407 Background Color

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

This div background color is #702407


#702407 Border Color

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

This div border color is #702407


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,36,7, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #702407; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #702407;
  -webkit-box-shadow: 1px 1px 3px 2px #702407;
  box-shadow:         1px 1px 3px 2px #702407; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #702407


Comments

No comments written yet.

Please login to write comment.