Color Hex Logo

#467254 Color Hex

#467254
(70,114,84)
0 Favorites   0 Comments

Color spaces of #467254

RGB 7011484
HSL0.390.240.36
HSV139°39°45°
CMYK 0.390.000.26   0.55
XYZ10.143313.976810.5507
Yxy13.97680.29260.4031
Hunter Lab37.3856-16.99489.4375
CIE-Lab44.1996-22.316411.9302

#467254 color RGB value is (70,114,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01110010 01010100
Octal 106 162 124
Decimal 70 114 84
Hex 46 72 54

RGB Percentages of Color #467254

%26.12
%42.54
%31.34

CMYK Percentages of Color #467254

%39
%0
%26
%55

Triadic Colors of #467254

#467254 #544672 #725446

Analogous Colors of #467254

#467254 #46726a #4e7246

Monochromatic Colors of #467254

#467254

Complementary Color

#467254 #724664

#467254 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#467254 Color Preview on White Background

Lorem ipsum dolor sit amet.

#467254 Color CSS Codes

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

#467254 Text Font Color

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

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


#467254 Background Color

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

This div background color is #467254


#467254 Border Color

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

This div border color is #467254


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #467254


Comments

No comments written yet.

Please login to write comment.