Color Hex Logo

#425133 Color Hex

#425133
(66,81,51)
0 Favorites   0 Comments

Color spaces of #425133

RGB 668151
HSL0.250.230.26
HSV90°37°32°
CMYK 0.190.000.37   0.68
XYZ5.78677.28214.2326
Yxy7.28210.33450.4209
Hunter Lab26.9854-8.94719.5902
CIE-Lab32.4407-12.097615.7679

#425133 color RGB value is (66,81,51).

#425133 hex color red value is 66, green value is 81 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #425133 hue: 0.25 , saturation: 0.23 and the lightness value of 425133 is 0.26.

The process color (four color CMYK) of #425133 color hex is 0.19, 0.00, 0.37, 0.68. Web safe color of #425133 is #336633. Color #425133 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01010001 00110011
Octal 102 121 63
Decimal 66 81 51
Hex 42 51 33

RGB Percentages of Color #425133

%33.33
%40.91
%25.76

CMYK Percentages of Color #425133

%19
%0
%37
%68

Triadic Colors of #425133

#425133 #334251 #513342

Analogous Colors of #425133

#425133 #335133 #515133

Monochromatic Colors of #425133

#425133

Complementary Color

#425133 #423351

#425133 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#425133 Color Preview on White Background

Lorem ipsum dolor sit amet.

#425133 Color CSS Codes

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

#425133 Text Font Color

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

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


#425133 Background Color

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

This div background color is #425133


#425133 Border Color

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

This div border color is #425133


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #425133


Comments

No comments written yet.

Please login to write comment.