Color Hex Logo

#714519 Color Hex

#714519
(113,69,25)
0 Favorites   0 Comments

Color spaces of #714519

RGB 1136925
HSL0.080.640.27
HSV30°78°44°
CMYK 0.000.390.78   0.56
XYZ9.11367.83711.9521
Yxy7.83710.48210.4146
Hunter Lab27.99489.119015.4620
CIE-Lab33.641314.880433.2432

#714519 color RGB value is (113,69,25).

#714519 hex color red value is 113, green value is 69 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #714519 hue: 0.08 , saturation: 0.64 and the lightness value of 714519 is 0.27.

The process color (four color CMYK) of #714519 color hex is 0.00, 0.39, 0.78, 0.56. Web safe color of #714519 is #663300. Color #714519 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01000101 00011001
Octal 161 105 31
Decimal 113 69 25
Hex 71 45 19

RGB Percentages of Color #714519

%54.59
%33.33
%12.08

CMYK Percentages of Color #714519

%0
%39
%78
%56

Triadic Colors of #714519

#714519 #197145 #451971

Analogous Colors of #714519

#714519 #717119 #711919

Monochromatic Colors of #714519

#714519

Complementary Color

#714519 #194571

#714519 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#714519 Color Preview on White Background

Lorem ipsum dolor sit amet.

#714519 Color CSS Codes

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

#714519 Text Font Color

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

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


#714519 Background Color

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

This div background color is #714519


#714519 Border Color

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

This div border color is #714519


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #714519


Comments

No comments written yet.

Please login to write comment.