Color Hex Logo

#739272 Color Hex

#739272
(115,146,114)
0 Favorites   0 Comments

Color spaces of #739272

RGB 115146114
HSL0.330.130.51
HSV118°22°57°
CMYK 0.210.000.22   0.43
XYZ20.386425.417519.7512
Yxy25.41750.31100.3877
Hunter Lab50.4158-16.048412.0632
CIE-Lab57.4800-17.425813.4736

#739272 color RGB value is (115,146,114).

#739272 hex color red value is 115, green value is 146 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #739272 hue: 0.33 , saturation: 0.13 and the lightness value of 739272 is 0.51.

The process color (four color CMYK) of #739272 color hex is 0.21, 0.00, 0.22, 0.43. Web safe color of #739272 is #669966. Color #739272 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10010010 01110010
Octal 163 222 162
Decimal 115 146 114
Hex 73 92 72

RGB Percentages of Color #739272

%30.67
%38.93
%30.40

CMYK Percentages of Color #739272

%21
%0
%22
%43

Triadic Colors of #739272

#739272 #727392 #927273

Analogous Colors of #739272

#739272 #729281 #839272

Monochromatic Colors of #739272

#739272

Complementary Color

#739272 #917292

#739272 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#739272 Color Preview on White Background

Lorem ipsum dolor sit amet.

#739272 Color CSS Codes

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

#739272 Text Font Color

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

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


#739272 Background Color

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

This div background color is #739272


#739272 Border Color

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

This div border color is #739272


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #739272


Comments

No comments written yet.

Please login to write comment.