Color Hex Logo

#469267 Color Hex

#469267
(70,146,103)
0 Favorites   0 Comments

Color spaces of #469267

RGB 70146103
HSL0.410.350.42
HSV146°52°57°
CMYK 0.520.000.29   0.43
XYZ15.252922.839116.4364
Yxy22.83910.27970.4188
Hunter Lab47.7903-26.662313.0617
CIE-Lab54.9062-33.918815.7613

#469267 color RGB value is (70,146,103).

#469267 hex color red value is 70, green value is 146 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #469267 hue: 0.41 , saturation: 0.35 and the lightness value of 469267 is 0.42.

The process color (four color CMYK) of #469267 color hex is 0.52, 0.00, 0.29, 0.43. Web safe color of #469267 is #339966. Color #469267 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10010010 01100111
Octal 106 222 147
Decimal 70 146 103
Hex 46 92 67

RGB Percentages of Color #469267

%21.94
%45.77
%32.29

CMYK Percentages of Color #469267

%52
%0
%29
%43

Triadic Colors of #469267

#469267 #674692 #926746

Analogous Colors of #469267

#469267 #46928d #4b9246

Monochromatic Colors of #469267

#469267

Complementary Color

#469267 #924671

#469267 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#469267 Color Preview on White Background

Lorem ipsum dolor sit amet.

#469267 Color CSS Codes

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

#469267 Text Font Color

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

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


#469267 Background Color

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

This div background color is #469267


#469267 Border Color

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

This div border color is #469267


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #469267


Comments

No comments written yet.

Please login to write comment.