Color Hex Logo

#749225 Color Hex

#749225
(116,146,37)
0 Favorites   0 Comments

Color spaces of #749225

RGB 11614637
HSL0.210.600.36
HSV77°75°57°
CMYK 0.210.000.75   0.43
XYZ17.815324.40435.5218
Yxy24.40430.37320.5112
Hunter Lab49.4007-22.079127.9533
CIE-Lab56.4903-26.312050.9541

#749225 color RGB value is (116,146,37).

#749225 hex color red value is 116, green value is 146 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #749225 hue: 0.21 , saturation: 0.60 and the lightness value of 749225 is 0.36.

The process color (four color CMYK) of #749225 color hex is 0.21, 0.00, 0.75, 0.43. Web safe color of #749225 is #669933. Color #749225 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10010010 00100101
Octal 164 222 45
Decimal 116 146 37
Hex 74 92 25

RGB Percentages of Color #749225

%38.80
%48.83
%12.37

CMYK Percentages of Color #749225

%21
%0
%75
%43

Triadic Colors of #749225

#749225 #257492 #922574

Analogous Colors of #749225

#749225 #3e9225 #927a25

Monochromatic Colors of #749225

#749225

Complementary Color

#749225 #432592

#749225 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#749225 Color Preview on White Background

Lorem ipsum dolor sit amet.

#749225 Color CSS Codes

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

#749225 Text Font Color

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

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


#749225 Background Color

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

This div background color is #749225


#749225 Border Color

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

This div border color is #749225


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #749225


Comments

No comments written yet.

Please login to write comment.