Color Hex Logo

#428267 Color Hex

#428267
(66,130,103)
0 Favorites   0 Comments

Color spaces of #428267

RGB 66130103
HSL0.430.330.38
HSV155°49°51°
CMYK 0.490.000.21   0.49
XYZ12.677618.102815.6580
Yxy18.10280.27300.3898
Hunter Lab42.5474-21.27137.9637
CIE-Lab49.6206-27.37948.3564

#428267 color RGB value is (66,130,103).

#428267 hex color red value is 66, green value is 130 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #428267 hue: 0.43 , saturation: 0.33 and the lightness value of 428267 is 0.38.

The process color (four color CMYK) of #428267 color hex is 0.49, 0.00, 0.21, 0.49. Web safe color of #428267 is #339966. Color #428267 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10000010 01100111
Octal 102 202 147
Decimal 66 130 103
Hex 42 82 67

RGB Percentages of Color #428267

%22.07
%43.48
%34.45

CMYK Percentages of Color #428267

%49
%0
%21
%49

Triadic Colors of #428267

#428267 #674282 #826742

Analogous Colors of #428267

#428267 #427d82 #428247

Monochromatic Colors of #428267

#428267

Complementary Color

#428267 #82425d

#428267 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428267 Color Preview on White Background

Lorem ipsum dolor sit amet.

#428267 Color CSS Codes

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

#428267 Text Font Color

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

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


#428267 Background Color

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

This div background color is #428267


#428267 Border Color

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

This div border color is #428267


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,130,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 #428267">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428267


Comments

No comments written yet.

Please login to write comment.