Color Hex Logo

#425336 Color Hex

#425336
(66,83,54)
0 Favorites   0 Comments

Color spaces of #425336

RGB 668354
HSL0.260.210.27
HSV95°35°33°
CMYK 0.200.000.35   0.67
XYZ6.00597.61114.6426
Yxy7.61110.32890.4168
Hunter Lab27.5882-9.42039.3343
CIE-Lab33.1595-12.742914.8867

#425336 color RGB value is (66,83,54).

#425336 hex color red value is 66, green value is 83 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #425336 hue: 0.26 , saturation: 0.21 and the lightness value of 425336 is 0.27.

The process color (four color CMYK) of #425336 color hex is 0.20, 0.00, 0.35, 0.67. Web safe color of #425336 is #336633. Color #425336 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01010011 00110110
Octal 102 123 66
Decimal 66 83 54
Hex 42 53 36

RGB Percentages of Color #425336

%32.51
%40.89
%26.60

CMYK Percentages of Color #425336

%20
%0
%35
%67

Triadic Colors of #425336

#425336 #364253 #533642

Analogous Colors of #425336

#425336 #365339 #515336

Monochromatic Colors of #425336

#425336

Complementary Color

#425336 #473653

#425336 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#425336 Color Preview on White Background

Lorem ipsum dolor sit amet.

#425336 Color CSS Codes

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

#425336 Text Font Color

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

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


#425336 Background Color

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

This div background color is #425336


#425336 Border Color

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

This div border color is #425336


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #425336


Comments

No comments written yet.

Please login to write comment.