Color Hex Logo

#426553 Color Hex

#426553
(66,101,83)
0 Favorites   0 Comments

Color spaces of #426553

RGB 6610183
HSL0.410.210.33
HSV149°35°40°
CMYK 0.350.000.18   0.60
XYZ8.461811.09019.8782
Yxy11.09010.28750.3768
Hunter Lab33.3018-12.92235.7243
CIE-Lab39.7318-16.96306.2218

#426553 color RGB value is (66,101,83).

#426553 hex color red value is 66, green value is 101 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #426553 hue: 0.41 , saturation: 0.21 and the lightness value of 426553 is 0.33.

The process color (four color CMYK) of #426553 color hex is 0.35, 0.00, 0.18, 0.60. Web safe color of #426553 is #336666. Color #426553 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01100101 01010011
Octal 102 145 123
Decimal 66 101 83
Hex 42 65 53

RGB Percentages of Color #426553

%26.40
%40.40
%33.20

CMYK Percentages of Color #426553

%35
%0
%18
%60

Triadic Colors of #426553

#426553 #534265 #655342

Analogous Colors of #426553

#426553 #426565 #436542

Monochromatic Colors of #426553

#426553

Complementary Color

#426553 #654254

#426553 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426553 Color Preview on White Background

Lorem ipsum dolor sit amet.

#426553 Color CSS Codes

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

#426553 Text Font Color

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

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


#426553 Background Color

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

This div background color is #426553


#426553 Border Color

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

This div border color is #426553


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426553


Comments

No comments written yet.

Please login to write comment.