Color Hex Logo

#427153 Color Hex

#427153
(66,113,83)
0 Favorites   0 Comments

Color spaces of #427153

RGB 6611383
HSL0.390.260.35
HSV142°42°44°
CMYK 0.420.000.27   0.56
XYZ9.713213.593010.2954
Yxy13.59300.28910.4045
Hunter Lab36.8687-17.49379.2516
CIE-Lab43.6435-23.319811.7184

#427153 color RGB value is (66,113,83).

#427153 hex color red value is 66, green value is 113 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #427153 hue: 0.39 , saturation: 0.26 and the lightness value of 427153 is 0.35.

The process color (four color CMYK) of #427153 color hex is 0.42, 0.00, 0.27, 0.56. Web safe color of #427153 is #336666. Color #427153 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01110001 01010011
Octal 102 161 123
Decimal 66 113 83
Hex 42 71 53

RGB Percentages of Color #427153

%25.19
%43.13
%31.68

CMYK Percentages of Color #427153

%42
%0
%27
%56

Triadic Colors of #427153

#427153 #534271 #715342

Analogous Colors of #427153

#427153 #42716b #497142

Monochromatic Colors of #427153

#427153

Complementary Color

#427153 #714260

#427153 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#427153 Color Preview on White Background

Lorem ipsum dolor sit amet.

#427153 Color CSS Codes

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

#427153 Text Font Color

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

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


#427153 Background Color

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

This div background color is #427153


#427153 Border Color

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

This div border color is #427153


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,113,83, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #427153


Comments

No comments written yet.

Please login to write comment.