Color Hex Logo

#75891d Color Hex

#75891D
(117,137,29)
0 Favorites   0 Comments

Color spaces of #75891d

RGB 11713729
HSL0.200.650.33
HSV71°79°54°
CMYK 0.150.000.79   0.46
XYZ16.503521.76194.4930
Yxy21.76190.38600.5090
Hunter Lab46.6497-18.488026.9443
CIE-Lab53.7735-21.804451.1868

#75891d color RGB value is (117,137,29).

#75891d hex color red value is 117, green value is 137 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #75891d hue: 0.20 , saturation: 0.65 and the lightness value of 75891d is 0.33.

The process color (four color CMYK) of #75891d color hex is 0.15, 0.00, 0.79, 0.46. Web safe color of #75891d is #669933. Color #75891d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10001001 00011101
Octal 165 211 35
Decimal 117 137 29
Hex 75 89 1D

RGB Percentages of Color #75891d

%41.34
%48.41
%10.25

CMYK Percentages of Color #75891d

%15
%0
%79
%46

Triadic Colors of #75891d

#75891d #1d7589 #891d75

Analogous Colors of #75891d

#75891d #3f891d #89671d

Monochromatic Colors of #75891d

#75891d

Complementary Color

#75891d #311d89

#75891d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75891d Color Preview on White Background

Lorem ipsum dolor sit amet.

#75891d Color CSS Codes

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

#75891d Text Font Color

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

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


#75891d Background Color

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

This div background color is #75891d


#75891d Border Color

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

This div border color is #75891d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75891d


Comments

No comments written yet.

Please login to write comment.