Color Hex Logo

#425b24 Color Hex

#425B24
(66,91,36)
0 Favorites   0 Comments

Color spaces of #425b24

RGB 669136
HSL0.240.430.25
HSV87°60°36°
CMYK 0.270.000.60   0.64
XYZ6.30638.76783.0290
Yxy8.76780.34840.4843
Hunter Lab29.6105-13.802214.6623
CIE-Lab35.5333-19.708628.2500

#425b24 color RGB value is (66,91,36).

#425b24 hex color red value is 66, green value is 91 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #425b24 hue: 0.24 , saturation: 0.43 and the lightness value of 425b24 is 0.25.

The process color (four color CMYK) of #425b24 color hex is 0.27, 0.00, 0.60, 0.64. Web safe color of #425b24 is #336633. Color #425b24 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01011011 00100100
Octal 102 133 44
Decimal 66 91 36
Hex 42 5B 24

RGB Percentages of Color #425b24

%34.20
%47.15
%18.65

CMYK Percentages of Color #425b24

%27
%0
%60
%64

Triadic Colors of #425b24

#425b24 #24425b #5b2442

Analogous Colors of #425b24

#425b24 #275b24 #5b5824

Monochromatic Colors of #425b24

#425b24

Complementary Color

#425b24 #3d245b

#425b24 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#425b24 Color Preview on White Background

Lorem ipsum dolor sit amet.

#425b24 Color CSS Codes

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

#425b24 Text Font Color

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

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


#425b24 Background Color

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

This div background color is #425b24


#425b24 Border Color

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

This div border color is #425b24


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,91,36, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #425b24; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #425b24;
  -webkit-box-shadow: 1px 1px 3px 2px #425b24;
  box-shadow:         1px 1px 3px 2px #425b24; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #425b24


Comments

No comments written yet.

Please login to write comment.