Color Hex Logo

#714406 Color Hex

#714406
(113,68,6)
0 Favorites   0 Comments

Color spaces of #714406

RGB 113686
HSL0.100.900.23
HSV35°95°44°
CMYK 0.000.400.95   0.56
XYZ8.91007.65811.1808
Yxy7.65810.50200.4315
Hunter Lab27.67339.043716.8414
CIE-Lab33.260414.805040.6626

#714406 color RGB value is (113,68,6).

#714406 hex color red value is 113, green value is 68 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #714406 hue: 0.10 , saturation: 0.90 and the lightness value of 714406 is 0.23.

The process color (four color CMYK) of #714406 color hex is 0.00, 0.40, 0.95, 0.56. Web safe color of #714406 is #663300. Color #714406 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01000100 00000110
Octal 161 104 6
Decimal 113 68 6
Hex 71 44 6

RGB Percentages of Color #714406

%60.43
%36.36
%3.21

CMYK Percentages of Color #714406

%0
%40
%95
%56

Triadic Colors of #714406

#714406 #067144 #440671

Analogous Colors of #714406

#714406 #697106 #710e06

Monochromatic Colors of #714406

#714406

Complementary Color

#714406 #063371

#714406 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#714406 Color Preview on White Background

Lorem ipsum dolor sit amet.

#714406 Color CSS Codes

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

#714406 Text Font Color

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

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


#714406 Background Color

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

This div background color is #714406


#714406 Border Color

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

This div border color is #714406


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,68,6, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #714406; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #714406;
  -webkit-box-shadow: 1px 1px 3px 2px #714406;
  box-shadow:         1px 1px 3px 2px #714406; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #714406


Comments

No comments written yet.

Please login to write comment.