Color Hex Logo

#75870d Color Hex

#75870D
(117,135,13)
0 Favorites   0 Comments

Color spaces of #75870d

RGB 11713513
HSL0.190.820.29
HSV69°90°53°
CMYK 0.130.000.90   0.47
XYZ16.072721.13893.6139
Yxy21.13890.39370.5178
Hunter Lab45.9771-18.059727.5236
CIE-Lab53.1012-21.355254.8660

#75870d color RGB value is (117,135,13).

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

The process color (four color CMYK) of #75870d color hex is 0.13, 0.00, 0.90, 0.47. Web safe color of #75870d is #669900. Color #75870d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10000111 00001101
Octal 165 207 15
Decimal 117 135 13
Hex 75 87 D

RGB Percentages of Color #75870d

%44.15
%50.94
%4.91

CMYK Percentages of Color #75870d

%13
%0
%90
%47

Triadic Colors of #75870d

#75870d #0d7587 #870d75

Analogous Colors of #75870d

#75870d #38870d #875c0d

Monochromatic Colors of #75870d

#75870d

Complementary Color

#75870d #1f0d87

#75870d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75870d Color Preview on White Background

Lorem ipsum dolor sit amet.

#75870d Color CSS Codes

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

#75870d Text Font Color

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

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


#75870d Background Color

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

This div background color is #75870d


#75870d Border Color

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

This div border color is #75870d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,135,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 #75870d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75870d


Comments

No comments written yet.

Please login to write comment.