Color Hex Logo

#467348 Color Hex

#467348
(70,115,72)
0 Favorites   0 Comments

Color spaces of #467348

RGB 7011572
HSL0.340.240.36
HSV123°39°45°
CMYK 0.390.000.37   0.55
XYZ9.826214.03148.3213
Yxy14.03140.30540.4360
Hunter Lab37.4585-18.727913.0499
CIE-Lab44.2779-25.151519.0537

#467348 color RGB value is (70,115,72).

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

The process color (four color CMYK) of #467348 color hex is 0.39, 0.00, 0.37, 0.55. Web safe color of #467348 is #336633. Color #467348 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01110011 01001000
Octal 106 163 110
Decimal 70 115 72
Hex 46 73 48

RGB Percentages of Color #467348

%27.24
%44.75
%28.02

CMYK Percentages of Color #467348

%39
%0
%37
%55

Triadic Colors of #467348

#467348 #484673 #734846

Analogous Colors of #467348

#467348 #46735f #5b7346

Monochromatic Colors of #467348

#467348

Complementary Color

#467348 #734671

#467348 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#467348 Color Preview on White Background

Lorem ipsum dolor sit amet.

#467348 Color CSS Codes

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

#467348 Text Font Color

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

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


#467348 Background Color

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

This div background color is #467348


#467348 Border Color

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

This div border color is #467348


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #467348


Comments

No comments written yet.

Please login to write comment.