Color Hex Logo

#425841 Color Hex

#425841
(66,88,65)
0 Favorites   0 Comments

Color spaces of #425841

RGB 668865
HSL0.330.150.30
HSV117°26°35°
CMYK 0.250.000.26   0.65
XYZ6.69068.51946.2928
Yxy8.51940.31120.3962
Hunter Lab29.1880-10.16257.6490
CIE-Lab35.0420-13.559910.6776

#425841 color RGB value is (66,88,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01011000 01000001
Octal 102 130 101
Decimal 66 88 65
Hex 42 58 41

RGB Percentages of Color #425841

%30.14
%40.18
%29.68

CMYK Percentages of Color #425841

%25
%0
%26
%65

Triadic Colors of #425841

#425841 #414258 #584142

Analogous Colors of #425841

#425841 #41584c #4e5841

Monochromatic Colors of #425841

#425841

Complementary Color

#425841 #574158

#425841 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#425841 Color Preview on White Background

Lorem ipsum dolor sit amet.

#425841 Color CSS Codes

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

#425841 Text Font Color

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

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


#425841 Background Color

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

This div background color is #425841


#425841 Border Color

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

This div border color is #425841


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #425841


Comments

No comments written yet.

Please login to write comment.