Color Hex Logo

#749074 Color Hex

#749074
(116,144,116)
0 Favorites   0 Comments

Color spaces of #749074

RGB 116144116
HSL0.330.110.51
HSV120°19°56°
CMYK 0.190.000.19   0.44
XYZ20.328124.920520.2617
Yxy24.92050.31030.3804
Hunter Lab49.9204-14.673810.8797
CIE-Lab56.9979-15.633411.6753

#749074 color RGB value is (116,144,116).

#749074 hex color red value is 116, green value is 144 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #749074 hue: 0.33 , saturation: 0.11 and the lightness value of 749074 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10010000 01110100
Octal 164 220 164
Decimal 116 144 116
Hex 74 90 74

RGB Percentages of Color #749074

%30.85
%38.30
%30.85

CMYK Percentages of Color #749074

%19
%0
%19
%44

Triadic Colors of #749074

#749074 #747490 #907474

Analogous Colors of #749074

#749074 #749082 #829074

Monochromatic Colors of #749074

#749074

Complementary Color

#749074 #907490

#749074 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#749074 Color Preview on White Background

Lorem ipsum dolor sit amet.

#749074 Color CSS Codes

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

#749074 Text Font Color

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

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


#749074 Background Color

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

This div background color is #749074


#749074 Border Color

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

This div border color is #749074


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #749074


Comments

No comments written yet.

Please login to write comment.