Color Hex Logo

#449158 Color Hex

#449158
(68,145,88)
0 Favorites   0 Comments

Color spaces of #449158

RGB 6814588
HSL0.380.360.42
HSV136°53°57°
CMYK 0.530.000.39   0.43
XYZ14.270722.184312.7624
Yxy22.18430.29000.4507
Hunter Lab47.1002-28.342416.9048
CIE-Lab54.2220-36.931723.1939

#449158 color RGB value is (68,145,88).

#449158 hex color red value is 68, green value is 145 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #449158 hue: 0.38 , saturation: 0.36 and the lightness value of 449158 is 0.42.

The process color (four color CMYK) of #449158 color hex is 0.53, 0.00, 0.39, 0.43. Web safe color of #449158 is #339966. Color #449158 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10010001 01011000
Octal 104 221 130
Decimal 68 145 88
Hex 44 91 58

RGB Percentages of Color #449158

%22.59
%48.17
%29.24

CMYK Percentages of Color #449158

%53
%0
%39
%43

Triadic Colors of #449158

#449158 #584491 #915844

Analogous Colors of #449158

#449158 #44917f #579144

Monochromatic Colors of #449158

#449158

Complementary Color

#449158 #91447d

#449158 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#449158 Color Preview on White Background

Lorem ipsum dolor sit amet.

#449158 Color CSS Codes

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

#449158 Text Font Color

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

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


#449158 Background Color

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

This div background color is #449158


#449158 Border Color

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

This div border color is #449158


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #449158


Comments

No comments written yet.

Please login to write comment.