Color Hex Logo

#457612 Color Hex

#457612
(69,118,18)
0 Favorites   0 Comments

Color spaces of #457612

RGB 6911818
HSL0.250.740.27
HSV89°85°46°
CMYK 0.420.000.85   0.54
XYZ9.041914.26572.8493
Yxy14.26570.34570.5454
Hunter Lab37.7700-23.365621.9662
CIE-Lab44.6116-33.007045.1251

#457612 color RGB value is (69,118,18).

#457612 hex color red value is 69, green value is 118 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #457612 hue: 0.25 , saturation: 0.74 and the lightness value of 457612 is 0.27.

The process color (four color CMYK) of #457612 color hex is 0.42, 0.00, 0.85, 0.54. Web safe color of #457612 is #336600. Color #457612 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 01110110 00010010
Octal 105 166 22
Decimal 69 118 18
Hex 45 76 12

RGB Percentages of Color #457612

%33.66
%57.56
%8.78

CMYK Percentages of Color #457612

%42
%0
%85
%54

Triadic Colors of #457612

#457612 #124576 #761245

Analogous Colors of #457612

#457612 #137612 #767512

Monochromatic Colors of #457612

#457612

Complementary Color

#457612 #431276

#457612 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#457612 Color Preview on White Background

Lorem ipsum dolor sit amet.

#457612 Color CSS Codes

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

#457612 Text Font Color

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

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


#457612 Background Color

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

This div background color is #457612


#457612 Border Color

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

This div border color is #457612


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #457612


Comments

No comments written yet.

Please login to write comment.