Color Hex Logo

#749172 Color Hex

#749172
(116,145,114)
0 Favorites   0 Comments

Color spaces of #749172

RGB 116145114
HSL0.320.120.51
HSV116°21°57°
CMYK 0.200.000.21   0.43
XYZ20.365125.178719.7062
Yxy25.17870.31210.3859
Hunter Lab50.1784-15.367211.8403
CIE-Lab57.2491-16.535113.1616

#749172 color RGB value is (116,145,114).

#749172 hex color red value is 116, green value is 145 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #749172 hue: 0.32 , saturation: 0.12 and the lightness value of 749172 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10010001 01110010
Octal 164 221 162
Decimal 116 145 114
Hex 74 91 72

RGB Percentages of Color #749172

%30.93
%38.67
%30.40

CMYK Percentages of Color #749172

%20
%0
%21
%43

Triadic Colors of #749172

#749172 #727491 #917274

Analogous Colors of #749172

#749172 #729180 #849172

Monochromatic Colors of #749172

#749172

Complementary Color

#749172 #8f7291

#749172 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#749172 Color Preview on White Background

Lorem ipsum dolor sit amet.

#749172 Color CSS Codes

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

#749172 Text Font Color

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

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


#749172 Background Color

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

This div background color is #749172


#749172 Border Color

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

This div border color is #749172


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,145,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 #749172">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #749172


Comments

No comments written yet.

Please login to write comment.