COLOR #75815E

HEX: #75815E
RGB: (117,129,94)

Color info

#75815E contains red, green and blue colors in about the same proportion. Web safe color of #75815E is #669966 (or #696).

RGB color model

#75815E color RGB value is (117,129,94).

  • red value is 117;
  • green value is 129;
  • blue value is 94.
RGB:
(117,129,94)
(46%,51%,37%)

RGB channels and saturation

R 117 of 255 = 46%
G 129 of 255 = 51%
B 94 of 255 = 37%

117
129
94

R + G + B ~ 45%. #75815E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 129 + 94 = 340 (100%)
R 117 of 340 ~ 34.41%
G 129 of 340 ~ 37.94%
B 94 of 340 ~ 27.65%

%34.41
%37.94
%27.65

CMYK color model

#75815E color CMYK value is (9,0,27,49).

  • cyan value is 9.30%
  • magenta value is 0.00%
  • yellow value is 27.13%
  • key color value is 49.41%
CMYK:
(9,0,27,49)
C9M0Y27K49 
(9%,0%,27%,49%)
(0.09/0.00/0.27/0.49)	

CMYK percentages

%9.3
%0
%27.13
%49.41

Codes

Color #75815E in popluar color models

75815E
RGB11712994
HSL81°15.70%43.73%
HSB/HSV81°27.13%50.59%
CMYK9.30%0.00%27.13%
49.41%

Color #75815E in popluar number systems.

HEX75815E
Decimal11712994
Binary1110101100000011011110
Octal165201136

Shades and tints

Shades of #75815E

#75815E
(117,129,94)
#6B7656
(107,118,86)
#616B4E
(97,107,78)
#576046
(87,96,70)
#4D553E
(77,85,62)
#434A36
(67,74,54)
#393F2E
(57,63,46)
#2F3426
(47,52,38)
#25291E
(37,41,30)
#1B1E16
(27,30,22)
#11130E
(17,19,14)
#000000
(0,0,0)

Tints of #75815E

#75815E
(117,129,94)
#818C6C
(129,140,108)
#8D977A
(141,151,122)
#99A288
(153,162,136)
#A5AD96
(165,173,150)
#B1B8A4
(177,184,164)
#BDC3B2
(189,195,178)
#C9CEC0
(201,206,192)
#D5D9CE
(213,217,206)
#E1E4DC
(225,228,220)
#EDEFEA
(237,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75815E color. Also use rgb(117,129,94) instead hex code.

Text Font Color

.myTextColor { color: #75815E; }

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

This text font color is #75815E.


Background Color

.myBgColor { background-color: #75815E; }

<div style="background-color:#75815E">Inner text</div>

This div background color is #75815E.


Border color

.myBorderColor { border: 1px solid #75815E; }

<div style="border:3px solid #75815E">Div</div>

This div border color is #75815E.


Opacity

.myOpacity80 { color: #75815E; opacity: 0.8; }

<p style="color:#75815E;opacity:0.8;">80%</p>

Text with #75815E 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 #75815E;}

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

This text has shadow with #75815E color.

.textShadow {text-shadow: 3px 3px 1px #75815E, 3px 3px 1px red;}

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

This text has shadow with #75815E primary color and red secondary color.


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

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

This text has shadow with #75815E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75815E on black background.


Color preview on white background

This text has color #75815E on white background.



Black color preview on #75815E background

This text has black color on #75815E background.


White color preview on #75815E background

This text has white color on #75815E background.