Color Hex Logo

#456358 Color Hex

#456358
(69,99,88)
0 Favorites   0 Comments

Color spaces of #456358

RGB 699988
HSL0.440.180.33
HSV158°30°39°
CMYK 0.300.000.11   0.61
XYZ8.677510.893510.8778
Yxy10.89350.28500.3578
Hunter Lab33.0053-10.82943.5631
CIE-Lab39.4005-13.65392.7162

#456358 color RGB value is (69,99,88).

#456358 hex color red value is 69, green value is 99 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #456358 hue: 0.44 , saturation: 0.18 and the lightness value of 456358 is 0.33.

The process color (four color CMYK) of #456358 color hex is 0.30, 0.00, 0.11, 0.61. Web safe color of #456358 is #336666. Color #456358 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 01100011 01011000
Octal 105 143 130
Decimal 69 99 88
Hex 45 63 58

RGB Percentages of Color #456358

%26.95
%38.67
%34.38

CMYK Percentages of Color #456358

%30
%0
%11
%61

Triadic Colors of #456358

#456358 #584563 #635845

Analogous Colors of #456358

#456358 #455f63 #456349

Monochromatic Colors of #456358

#456358

Complementary Color

#456358 #634550

#456358 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#456358 Color Preview on White Background

Lorem ipsum dolor sit amet.

#456358 Color CSS Codes

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

#456358 Text Font Color

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

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


#456358 Background Color

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

This div background color is #456358


#456358 Border Color

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

This div border color is #456358


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #456358


Comments

No comments written yet.

Please login to write comment.