Color Hex Logo

#44614b Color Hex

#44614B
(68,97,75)
0 Favorites   0 Comments

Color spaces of #44614b

RGB 689775
HSL0.370.180.32
HSV134°30°38°
CMYK 0.300.000.23   0.62
XYZ7.928610.28638.2242
Yxy10.28630.29990.3891
Hunter Lab32.0723-11.99947.2470
CIE-Lab38.3514-15.80479.1670

#44614b color RGB value is (68,97,75).

#44614b hex color red value is 68, green value is 97 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #44614b hue: 0.37 , saturation: 0.18 and the lightness value of 44614b is 0.32.

The process color (four color CMYK) of #44614b color hex is 0.30, 0.00, 0.23, 0.62. Web safe color of #44614b is #336633. Color #44614b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01100001 01001011
Octal 104 141 113
Decimal 68 97 75
Hex 44 61 4B

RGB Percentages of Color #44614b

%28.33
%40.42
%31.25

CMYK Percentages of Color #44614b

%30
%0
%23
%62

Triadic Colors of #44614b

#44614b #4b4461 #614b44

Analogous Colors of #44614b

#44614b #44615a #4c6144

Monochromatic Colors of #44614b

#44614b

Complementary Color

#44614b #61445a

#44614b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#44614b Color Preview on White Background

Lorem ipsum dolor sit amet.

#44614b Color CSS Codes

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

#44614b Text Font Color

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

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


#44614b Background Color

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

This div background color is #44614b


#44614b Border Color

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

This div border color is #44614b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,97,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #44614b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #44614b;
  -webkit-box-shadow: 1px 1px 3px 2px #44614b;
  box-shadow:         1px 1px 3px 2px #44614b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #44614b


Comments

No comments written yet.

Please login to write comment.