Color Hex Logo

#467226 Color Hex

#467226
(70,114,38)
0 Favorites   0 Comments

Color spaces of #467226

RGB 7011438
HSL0.260.500.30
HSV95°67°45°
CMYK 0.390.000.67   0.55
XYZ8.893013.47673.9663
Yxy13.47670.33770.5117
Hunter Lab36.7106-21.002719.2916
CIE-Lab43.4729-29.358836.2408

#467226 color RGB value is (70,114,38).

#467226 hex color red value is 70, green value is 114 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #467226 hue: 0.26 , saturation: 0.50 and the lightness value of 467226 is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01110010 00100110
Octal 106 162 46
Decimal 70 114 38
Hex 46 72 26

RGB Percentages of Color #467226

%31.53
%51.35
%17.12

CMYK Percentages of Color #467226

%39
%0
%67
%55

Triadic Colors of #467226

#467226 #264672 #722646

Analogous Colors of #467226

#467226 #26722c #6c7226

Monochromatic Colors of #467226

#467226

Complementary Color

#467226 #522672

#467226 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#467226 Color Preview on White Background

Lorem ipsum dolor sit amet.

#467226 Color CSS Codes

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

#467226 Text Font Color

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

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


#467226 Background Color

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

This div background color is #467226


#467226 Border Color

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

This div border color is #467226


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #467226


Comments

No comments written yet.

Please login to write comment.