Color Hex Logo

#75800d Color Hex

#75800D
(117,128,13)
0 Favorites   0 Comments

Color spaces of #75800d

RGB 11712813
HSL0.180.820.28
HSV66°90°50°
CMYK 0.090.000.90   0.50
XYZ15.127919.24933.2989
Yxy19.24930.40150.5109
Hunter Lab43.8740-15.232226.2538
CIE-Lab50.9776-17.729453.1291

#75800d color RGB value is (117,128,13).

#75800d hex color red value is 117, green value is 128 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #75800d hue: 0.18 , saturation: 0.82 and the lightness value of 75800d is 0.28.

The process color (four color CMYK) of #75800d color hex is 0.09, 0.00, 0.90, 0.50. Web safe color of #75800d is #669900. Color #75800d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10000000 00001101
Octal 165 200 15
Decimal 117 128 13
Hex 75 80 D

RGB Percentages of Color #75800d

%45.35
%49.61
%5.04

CMYK Percentages of Color #75800d

%9
%0
%90
%50

Triadic Colors of #75800d

#75800d #0d7580 #800d75

Analogous Colors of #75800d

#75800d #3c800d #80520d

Monochromatic Colors of #75800d

#75800d

Complementary Color

#75800d #180d80

#75800d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75800d Color Preview on White Background

Lorem ipsum dolor sit amet.

#75800d Color CSS Codes

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

#75800d Text Font Color

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

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


#75800d Background Color

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

This div background color is #75800d


#75800d Border Color

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

This div border color is #75800d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,128,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #75800d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #75800d;
  -webkit-box-shadow: 1px 1px 3px 2px #75800d;
  box-shadow:         1px 1px 3px 2px #75800d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75800d


Comments

No comments written yet.

Please login to write comment.