Color Hex Logo

#467358 Color Hex

#467358
(70,115,88)
0 Favorites   0 Comments

Color spaces of #467358

RGB 7011588
HSL0.400.240.36
HSV144°39°45°
CMYK 0.390.000.23   0.55
XYZ10.418014.268111.4375
Yxy14.26810.28840.3950
Hunter Lab37.7731-16.87198.4885
CIE-Lab44.6150-21.984810.1416

#467358 color RGB value is (70,115,88).

#467358 hex color red value is 70, green value is 115 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #467358 hue: 0.40 , saturation: 0.24 and the lightness value of 467358 is 0.36.

The process color (four color CMYK) of #467358 color hex is 0.39, 0.00, 0.23, 0.55. Web safe color of #467358 is #336666. Color #467358 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01110011 01011000
Octal 106 163 130
Decimal 70 115 88
Hex 46 73 58

RGB Percentages of Color #467358

%25.64
%42.12
%32.23

CMYK Percentages of Color #467358

%39
%0
%23
%55

Triadic Colors of #467358

#467358 #584673 #735846

Analogous Colors of #467358

#467358 #46736f #4b7346

Monochromatic Colors of #467358

#467358

Complementary Color

#467358 #734661

#467358 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#467358 Color Preview on White Background

Lorem ipsum dolor sit amet.

#467358 Color CSS Codes

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

#467358 Text Font Color

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

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


#467358 Background Color

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

This div background color is #467358


#467358 Border Color

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

This div border color is #467358


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,115,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 #467358">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #467358


Comments

No comments written yet.

Please login to write comment.