Color Hex Logo

#457410 Color Hex

#457410
(69,116,16)
0 Favorites   0 Comments

Color spaces of #457410

RGB 6911616
HSL0.250.760.26
HSV88°86°45°
CMYK 0.410.000.86   0.55
XYZ8.793213.79342.6892
Yxy13.79340.34790.5457
Hunter Lab37.1395-22.732121.7045
CIE-Lab43.9352-32.203645.0925

#457410 color RGB value is (69,116,16).

#457410 hex color red value is 69, green value is 116 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #457410 hue: 0.25 , saturation: 0.76 and the lightness value of 457410 is 0.26.

The process color (four color CMYK) of #457410 color hex is 0.41, 0.00, 0.86, 0.55. Web safe color of #457410 is #336600. Color #457410 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 01110100 00010000
Octal 105 164 20
Decimal 69 116 16
Hex 45 74 10

RGB Percentages of Color #457410

%34.33
%57.71
%7.96

CMYK Percentages of Color #457410

%41
%0
%86
%55

Triadic Colors of #457410

#457410 #104574 #741045

Analogous Colors of #457410

#457410 #137410 #747110

Monochromatic Colors of #457410

#457410

Complementary Color

#457410 #3f1074

#457410 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#457410 Color Preview on White Background

Lorem ipsum dolor sit amet.

#457410 Color CSS Codes

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

#457410 Text Font Color

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

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


#457410 Background Color

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

This div background color is #457410


#457410 Border Color

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

This div border color is #457410


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #457410


Comments

No comments written yet.

Please login to write comment.