Color Hex Logo

#425823 Color Hex

#425823
(66,88,35)
0 Favorites   0 Comments

Color spaces of #425823

RGB 668835
HSL0.240.430.24
HSV85°60°35°
CMYK 0.250.000.60   0.65
XYZ6.03998.25902.8659
Yxy8.25900.35190.4812
Hunter Lab28.7385-12.777414.2043
CIE-Lab34.5166-18.217427.6048

#425823 color RGB value is (66,88,35).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01011000 00100011
Octal 102 130 43
Decimal 66 88 35
Hex 42 58 23

RGB Percentages of Color #425823

%34.92
%46.56
%18.52

CMYK Percentages of Color #425823

%25
%0
%60
%65

Triadic Colors of #425823

#425823 #234258 #582342

Analogous Colors of #425823

#425823 #285823 #585423

Monochromatic Colors of #425823

#425823

Complementary Color

#425823 #392358

#425823 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#425823 Color Preview on White Background

Lorem ipsum dolor sit amet.

#425823 Color CSS Codes

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

#425823 Text Font Color

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

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


#425823 Background Color

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

This div background color is #425823


#425823 Border Color

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

This div border color is #425823


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #425823


Comments

No comments written yet.

Please login to write comment.