Color Hex Logo

#457646 Color Hex

#457646
(69,118,70)
0 Favorites   0 Comments

Color spaces of #457646

RGB 6911870
HSL0.340.260.37
HSV121°42°46°
CMYK 0.420.000.41   0.54
XYZ10.038214.66438.0958
Yxy14.66430.30610.4471
Hunter Lab38.2940-20.223414.2712
CIE-Lab45.1709-27.325021.3670

#457646 color RGB value is (69,118,70).

#457646 hex color red value is 69, green value is 118 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #457646 hue: 0.34 , saturation: 0.26 and the lightness value of 457646 is 0.37.

The process color (four color CMYK) of #457646 color hex is 0.42, 0.00, 0.41, 0.54. Web safe color of #457646 is #336633. Color #457646 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 01110110 01000110
Octal 105 166 106
Decimal 69 118 70
Hex 45 76 46

RGB Percentages of Color #457646

%26.85
%45.91
%27.24

CMYK Percentages of Color #457646

%42
%0
%41
%54

Triadic Colors of #457646

#457646 #464576 #764645

Analogous Colors of #457646

#457646 #45765f #5d7645

Monochromatic Colors of #457646

#457646

Complementary Color

#457646 #764575

#457646 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#457646 Color Preview on White Background

Lorem ipsum dolor sit amet.

#457646 Color CSS Codes

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

#457646 Text Font Color

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

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


#457646 Background Color

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

This div background color is #457646


#457646 Border Color

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

This div border color is #457646


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #457646


Comments

No comments written yet.

Please login to write comment.