Color Hex Logo

#739052 Color Hex

#739052
(115,144,82)
0 Favorites   0 Comments

Color spaces of #739052

RGB 11514482
HSL0.240.270.44
HSV88°43°56°
CMYK 0.200.000.43   0.44
XYZ18.566524.200611.6753
Yxy24.20060.34100.4445
Hunter Lab49.1941-18.721420.3645
CIE-Lab56.2881-21.473529.6181

#739052 color RGB value is (115,144,82).

#739052 hex color red value is 115, green value is 144 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #739052 hue: 0.24 , saturation: 0.27 and the lightness value of 739052 is 0.44.

The process color (four color CMYK) of #739052 color hex is 0.20, 0.00, 0.43, 0.44. Web safe color of #739052 is #669966. Color #739052 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10010000 01010010
Octal 163 220 122
Decimal 115 144 82
Hex 73 90 52

RGB Percentages of Color #739052

%33.72
%42.23
%24.05

CMYK Percentages of Color #739052

%20
%0
%43
%44

Triadic Colors of #739052

#739052 #527390 #905273

Analogous Colors of #739052

#739052 #549052 #908e52

Monochromatic Colors of #739052

#739052

Complementary Color

#739052 #6f5290

#739052 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#739052 Color Preview on White Background

Lorem ipsum dolor sit amet.

#739052 Color CSS Codes

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

#739052 Text Font Color

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

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


#739052 Background Color

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

This div background color is #739052


#739052 Border Color

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

This div border color is #739052


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,144,82, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #739052; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #739052;
  -webkit-box-shadow: 1px 1px 3px 2px #739052;
  box-shadow:         1px 1px 3px 2px #739052; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,144,82, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #739052


Comments

No comments written yet.

Please login to write comment.