Color Hex Logo

#75310d Color Hex

#75310D
(117,49,13)
0 Favorites   0 Comments

Color spaces of #75310d

RGB 1174913
HSL0.060.800.25
HSV21°89°46°
CMYK 0.000.580.89   0.54
XYZ8.50716.00761.0920
Yxy6.00760.54510.3849
Hunter Lab24.510419.060814.5158
CIE-Lab29.431627.832035.1999

#75310d color RGB value is (117,49,13).

#75310d hex color red value is 117, green value is 49 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #75310d hue: 0.06 , saturation: 0.80 and the lightness value of 75310d is 0.25.

The process color (four color CMYK) of #75310d color hex is 0.00, 0.58, 0.89, 0.54. Web safe color of #75310d is #663300. Color #75310d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00110001 00001101
Octal 165 61 15
Decimal 117 49 13
Hex 75 31 D

RGB Percentages of Color #75310d

%65.36
%27.37
%7.26

CMYK Percentages of Color #75310d

%0
%58
%89
%54

Triadic Colors of #75310d

#75310d #0d7531 #310d75

Analogous Colors of #75310d

#75310d #75650d #750d1d

Monochromatic Colors of #75310d

#75310d

Complementary Color

#75310d #0d5175

#75310d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75310d Color Preview on White Background

Lorem ipsum dolor sit amet.

#75310d Color CSS Codes

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

#75310d Text Font Color

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

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


#75310d Background Color

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

This div background color is #75310d


#75310d Border Color

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

This div border color is #75310d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75310d


Comments

No comments written yet.

Please login to write comment.