Color Hex Logo

#445533 Color Hex

#445533
(68,85,51)
1 Favorites   0 Comments

Color spaces of #445533

RGB 688551
HSL0.250.250.27
HSV90°40°33°
CMYK 0.200.000.40   0.67
XYZ6.22997.96504.3410
Yxy7.96500.33610.4297
Hunter Lab28.2223-9.986310.6360
CIE-Lab33.9099-13.531717.7275

#445533 color RGB value is (68,85,51).

#445533 hex color red value is 68, green value is 85 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #445533 hue: 0.25 , saturation: 0.25 and the lightness value of 445533 is 0.27.

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01010101 00110011
Octal 104 125 63
Decimal 68 85 51
Hex 44 55 33

RGB Percentages of Color #445533

%33.33
%41.67
%25.00

CMYK Percentages of Color #445533

%20
%0
%40
%67

Triadic Colors of #445533

#445533 #334455 #553344

Analogous Colors of #445533

#445533 #335533 #555533

Monochromatic Colors of #445533

#445533

Complementary Color

#445533 #443355

#445533 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#445533 Color Preview on White Background

Lorem ipsum dolor sit amet.

#445533 Color CSS Codes

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

#445533 Text Font Color

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

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


#445533 Background Color

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

This div background color is #445533


#445533 Border Color

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

This div border color is #445533


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,85,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 #445533">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #445533


Comments

No comments written yet.

Please login to write comment.