Color Hex Logo

#75aa53 Color Hex

#75AA53
(117,170,83)
0 Favorites   0 Comments

Color spaces of #75aa53

RGB 11717083
HSL0.270.340.50
HSV97°51°67°
CMYK 0.310.000.51   0.33
XYZ23.272233.155913.3568
Yxy33.15590.33350.4751
Hunter Lab57.5812-28.623926.5536
CIE-Lab64.2869-33.262339.0507

#75aa53 color RGB value is (117,170,83).

#75aa53 hex color red value is 117, green value is 170 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #75aa53 hue: 0.27 , saturation: 0.34 and the lightness value of 75aa53 is 0.50.

The process color (four color CMYK) of #75aa53 color hex is 0.31, 0.00, 0.51, 0.33. Web safe color of #75aa53 is #669966. Color #75aa53 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10101010 01010011
Octal 165 252 123
Decimal 117 170 83
Hex 75 AA 53

RGB Percentages of Color #75aa53

%31.62
%45.95
%22.43

CMYK Percentages of Color #75aa53

%31
%0
%51
%33

Triadic Colors of #75aa53

#75aa53 #5375aa #aa5375

Analogous Colors of #75aa53

#75aa53 #53aa5d #a1aa53

Monochromatic Colors of #75aa53

#75aa53

Complementary Color

#75aa53 #8853aa

#75aa53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75aa53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#75aa53 Color CSS Codes

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

#75aa53 Text Font Color

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

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


#75aa53 Background Color

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

This div background color is #75aa53


#75aa53 Border Color

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

This div border color is #75aa53


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,170,83, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #75aa53; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #75aa53;
  -webkit-box-shadow: 1px 1px 3px 2px #75aa53;
  box-shadow:         1px 1px 3px 2px #75aa53; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75aa53


Comments

No comments written yet.

Please login to write comment.