Color Hex Logo

#467d4a Color Hex

#467D4A
(70,125,74)
0 Favorites   0 Comments

Color spaces of #467d4a

RGB 7012574
HSL0.350.280.38
HSV124°44°49°
CMYK 0.440.000.41   0.51
XYZ11.095416.46379.0716
Yxy16.46370.30290.4495
Hunter Lab40.5755-22.196115.1472
CIE-Lab47.5771-29.674522.2639

#467d4a color RGB value is (70,125,74).

#467d4a hex color red value is 70, green value is 125 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #467d4a hue: 0.35 , saturation: 0.28 and the lightness value of 467d4a is 0.38.

The process color (four color CMYK) of #467d4a color hex is 0.44, 0.00, 0.41, 0.51. Web safe color of #467d4a is #336633. Color #467d4a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01111101 01001010
Octal 106 175 112
Decimal 70 125 74
Hex 46 7D 4A

RGB Percentages of Color #467d4a

%26.02
%46.47
%27.51

CMYK Percentages of Color #467d4a

%44
%0
%41
%51

Triadic Colors of #467d4a

#467d4a #4a467d #7d4a46

Analogous Colors of #467d4a

#467d4a #467d66 #5e7d46

Monochromatic Colors of #467d4a

#467d4a

Complementary Color

#467d4a #7d4679

#467d4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#467d4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#467d4a Color CSS Codes

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

#467d4a Text Font Color

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

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


#467d4a Background Color

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

This div background color is #467d4a


#467d4a Border Color

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

This div border color is #467d4a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,125,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #467d4a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #467d4a;
  -webkit-box-shadow: 1px 1px 3px 2px #467d4a;
  box-shadow:         1px 1px 3px 2px #467d4a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #467d4a

#467d4a Color Palettes


Comments

No comments written yet.

Please login to write comment.