Color Hex Logo

#425846 Color Hex

#425846
(66,88,70)
0 Favorites   0 Comments

Color spaces of #425846

RGB 668870
HSL0.360.140.30
HSV131°25°35°
CMYK 0.250.000.20   0.65
XYZ6.84208.57997.0898
Yxy8.57990.30390.3811
Hunter Lab29.2915-9.56546.1533
CIE-Lab35.1625-12.53387.7498

#425846 color RGB value is (66,88,70).

#425846 hex color red value is 66, green value is 88 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #425846 hue: 0.36 , saturation: 0.14 and the lightness value of 425846 is 0.30.

The process color (four color CMYK) of #425846 color hex is 0.25, 0.00, 0.20, 0.65. Web safe color of #425846 is #336633. Color #425846 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01011000 01000110
Octal 102 130 106
Decimal 66 88 70
Hex 42 58 46

RGB Percentages of Color #425846

%29.46
%39.29
%31.25

CMYK Percentages of Color #425846

%25
%0
%20
%65

Triadic Colors of #425846

#425846 #464258 #584642

Analogous Colors of #425846

#425846 #425851 #495842

Monochromatic Colors of #425846

#425846

Complementary Color

#425846 #584254

#425846 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#425846 Color Preview on White Background

Lorem ipsum dolor sit amet.

#425846 Color CSS Codes

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

#425846 Text Font Color

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

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


#425846 Background Color

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

This div background color is #425846


#425846 Border Color

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

This div border color is #425846


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #425846


Comments

No comments written yet.

Please login to write comment.