Color Hex Logo

#445530 Color Hex

#445530
(68,85,48)
0 Favorites   0 Comments

Color spaces of #445530

RGB 688548
HSL0.240.280.26
HSV88°44°33°
CMYK 0.200.000.44   0.67
XYZ6.16597.93934.0038
Yxy7.93930.34050.4384
Hunter Lab28.1768-10.248311.2989
CIE-Lab33.8561-13.992819.4519

#445530 color RGB value is (68,85,48).

#445530 hex color red value is 68, green value is 85 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #445530 hue: 0.24 , saturation: 0.28 and the lightness value of 445530 is 0.26.

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01010101 00110000
Octal 104 125 60
Decimal 68 85 48
Hex 44 55 30

RGB Percentages of Color #445530

%33.83
%42.29
%23.88

CMYK Percentages of Color #445530

%20
%0
%44
%67

Triadic Colors of #445530

#445530 #304455 #553044

Analogous Colors of #445530

#445530 #325530 #555430

Monochromatic Colors of #445530

#445530

Complementary Color

#445530 #413055

#445530 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#445530 Color Preview on White Background

Lorem ipsum dolor sit amet.

#445530 Color CSS Codes

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

#445530 Text Font Color

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

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


#445530 Background Color

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

This div background color is #445530


#445530 Border Color

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

This div border color is #445530


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,85,48, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #445530; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #445530;
  -webkit-box-shadow: 1px 1px 3px 2px #445530;
  box-shadow:         1px 1px 3px 2px #445530; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,85,48, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #445530


Comments

No comments written yet.

Please login to write comment.