Color Hex Logo

#446f5b Color Hex

#446F5B
(68,111,91)
0 Favorites   0 Comments

Color spaces of #446f5b

RGB 6811191
HSL0.420.240.35
HSV152°39°44°
CMYK 0.390.000.18   0.56
XYZ9.956713.353211.9502
Yxy13.35320.28240.3787
Hunter Lab36.5420-15.31226.1900
CIE-Lab43.2907-19.86186.4688

#446f5b color RGB value is (68,111,91).

#446f5b hex color red value is 68, green value is 111 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #446f5b hue: 0.42 , saturation: 0.24 and the lightness value of 446f5b is 0.35.

The process color (four color CMYK) of #446f5b color hex is 0.39, 0.00, 0.18, 0.56. Web safe color of #446f5b is #336666. Color #446f5b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01101111 01011011
Octal 104 157 133
Decimal 68 111 91
Hex 44 6F 5B

RGB Percentages of Color #446f5b

%25.19
%41.11
%33.70

CMYK Percentages of Color #446f5b

%39
%0
%18
%56

Triadic Colors of #446f5b

#446f5b #5b446f #6f5b44

Analogous Colors of #446f5b

#446f5b #446e6f #446f46

Monochromatic Colors of #446f5b

#446f5b

Complementary Color

#446f5b #6f4458

#446f5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#446f5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#446f5b Color CSS Codes

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

#446f5b Text Font Color

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

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


#446f5b Background Color

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

This div background color is #446f5b


#446f5b Border Color

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

This div border color is #446f5b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,111,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #446f5b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #446f5b;
  -webkit-box-shadow: 1px 1px 3px 2px #446f5b;
  box-shadow:         1px 1px 3px 2px #446f5b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #446f5b


Comments

No comments written yet.

Please login to write comment.