Color Hex Logo

#467361 Color Hex

#467361
(70,115,97)
0 Favorites   0 Comments

Color spaces of #467361

RGB 7011597
HSL0.430.240.36
HSV156°39°45°
CMYK 0.390.000.16   0.55
XYZ10.814214.426613.5239
Yxy14.42660.27900.3722
Hunter Lab37.9824-15.64735.4770
CIE-Lab44.8386-19.95295.1064

#467361 color RGB value is (70,115,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01110011 01100001
Octal 106 163 141
Decimal 70 115 97
Hex 46 73 61

RGB Percentages of Color #467361

%24.82
%40.78
%34.40

CMYK Percentages of Color #467361

%39
%0
%16
%55

Triadic Colors of #467361

#467361 #614673 #736146

Analogous Colors of #467361

#467361 #466f73 #46734b

Monochromatic Colors of #467361

#467361

Complementary Color

#467361 #734658

#467361 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#467361 Color Preview on White Background

Lorem ipsum dolor sit amet.

#467361 Color CSS Codes

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

#467361 Text Font Color

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

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


#467361 Background Color

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

This div background color is #467361


#467361 Border Color

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

This div border color is #467361


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #467361


Comments

No comments written yet.

Please login to write comment.