COLOR #75713F

HEX: #75713F
RGB: (117,113,63)

Color info

#75713F contains red, green and blue colors in about the same proportion. Web safe color of #75713F is #666633 (or #663).

RGB color model

#75713F color RGB value is (117,113,63).

  • red value is 117;
  • green value is 113;
  • blue value is 63.
RGB:
(117,113,63)
(46%,44%,25%)

RGB channels and saturation

R 117 of 255 = 46%
G 113 of 255 = 44%
B 63 of 255 = 25%

117
113
63

R + G + B ~ 38%. #75713F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 113 + 63 = 293 (100%)
R 117 of 293 ~ 39.93%
G 113 of 293 ~ 38.57%
B 63 of 293 ~ 21.5%

%39.93
%38.57
%21.5

CMYK color model

#75713F color CMYK value is (0,3,46,54).

  • cyan value is 0.00%
  • magenta value is 3.42%
  • yellow value is 46.15%
  • key color value is 54.12%
CMYK:
(0,3,46,54)
C0M3Y46K54 
(0%,3%,46%,54%)
(0.00/0.03/0.46/0.54)	

CMYK percentages

%0
%3.42
%46.15
%54.12

Codes

Color #75713F in popluar color models

75713F
RGB11711363
HSL56°30.00%35.29%
HSB/HSV56°46.15%45.88%
CMYK0.00%3.42%46.15%
54.12%

Color #75713F in popluar number systems.

HEX75713F
Decimal11711363
Binary11101011110001111111
Octal16516177

Shades and tints

Shades of #75713F

#75713F
(117,113,63)
#6B673A
(107,103,58)
#615D35
(97,93,53)
#575330
(87,83,48)
#4D492B
(77,73,43)
#433F26
(67,63,38)
#393521
(57,53,33)
#2F2B1C
(47,43,28)
#252117
(37,33,23)
#1B1712
(27,23,18)
#110D0D
(17,13,13)
#000000
(0,0,0)

Tints of #75713F

#75713F
(117,113,63)
#817D50
(129,125,80)
#8D8961
(141,137,97)
#999572
(153,149,114)
#A5A183
(165,161,131)
#B1AD94
(177,173,148)
#BDB9A5
(189,185,165)
#C9C5B6
(201,197,182)
#D5D1C7
(213,209,199)
#E1DDD8
(225,221,216)
#EDE9E9
(237,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75713F color. Also use rgb(117,113,63) instead hex code.

Text Font Color

.myTextColor { color: #75713F; }

<p style="color:#75713F">This sample text font color is #75713F.</p>

This text font color is #75713F.


Background Color

.myBgColor { background-color: #75713F; }

<div style="background-color:#75713F">Inner text</div>

This div background color is #75713F.


Border color

.myBorderColor { border: 1px solid #75713F; }

<div style="border:3px solid #75713F">Div</div>

This div border color is #75713F.


Opacity

.myOpacity80 { color: #75713F; opacity: 0.8; }

<p style="color:#75713F;opacity:0.8;">80%</p>

Text with #75713F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #75713F;}

<p style="text-shadow: 3px 3px 1px #75713F">Text here.</p>

This text has shadow with #75713F color.

.textShadow {text-shadow: 3px 3px 1px #75713F, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #75713F, 5px 5px 20px red">Text here.</p>

This text has shadow with #75713F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#75713F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#75713F, Direction=45, Strength=4)">Text</p>

This text has shadow with #75713F and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #75713F;
  -webkit-box-shadow:	1px 1px 3px 2px #75713F;
  box-shadow:		1px 1px 3px 2px #75713F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #75713F;
-webkit-box-shadow: 1px 1px 3px 2px #75713F;
box-shadow:1px 1px 3px 2px #75713F;">
Div content here</div>
This div box has shadow with color #75713F.

Preview

Color preview on black background

This text has color #75713F on black background.


Color preview on white background

This text has color #75713F on white background.



Black color preview on #75713F background

This text has black color on #75713F background.


White color preview on #75713F background

This text has white color on #75713F background.