Color Hex Logo

#449135 Color Hex

#449135
(68,145,53)
0 Favorites   0 Comments

Color spaces of #449135

RGB 6814553
HSL0.310.460.39
HSV110°63°57°
CMYK 0.530.000.63   0.43
XYZ13.151921.73686.8706
Yxy21.73680.31490.5205
Hunter Lab46.6227-31.236423.8986
CIE-Lab53.7466-42.017240.6293

#449135 color RGB value is (68,145,53).

#449135 hex color red value is 68, green value is 145 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #449135 hue: 0.31 , saturation: 0.46 and the lightness value of 449135 is 0.39.

The process color (four color CMYK) of #449135 color hex is 0.53, 0.00, 0.63, 0.43. Web safe color of #449135 is #339933. Color #449135 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10010001 00110101
Octal 104 221 65
Decimal 68 145 53
Hex 44 91 35

RGB Percentages of Color #449135

%25.56
%54.51
%19.92

CMYK Percentages of Color #449135

%53
%0
%63
%43

Triadic Colors of #449135

#449135 #354491 #913544

Analogous Colors of #449135

#449135 #359154 #729135

Monochromatic Colors of #449135

#449135

Complementary Color

#449135 #823591

#449135 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#449135 Color Preview on White Background

Lorem ipsum dolor sit amet.

#449135 Color CSS Codes

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

#449135 Text Font Color

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

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


#449135 Background Color

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

This div background color is #449135


#449135 Border Color

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

This div border color is #449135


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #449135


Comments

No comments written yet.

Please login to write comment.