COLOR #75814E

HEX: #75814E
RGB: (117,129,78)

Color info

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

RGB color model

#75814E color RGB value is (117,129,78).

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

RGB channels and saturation

R 117 of 255 = 46%
G 129 of 255 = 51%
B 78 of 255 = 31%

117
129
78

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

Portions of RGB colors in percentages

R + G + B =
117 + 129 + 78 = 324 (100%)
R 117 of 324 ~ 36.11%
G 129 of 324 ~ 39.81%
B 78 of 324 ~ 24.07%

%36.11
%39.81
%24.07

CMYK color model

#75814E color CMYK value is (9,0,40,49).

  • cyan value is 9.30%
  • magenta value is 0.00%
  • yellow value is 39.53%
  • key color value is 49.41%
CMYK:
(9,0,40,49)
C9M0Y40K49 
(9%,0%,40%,49%)
(0.09/0.00/0.40/0.49)	

CMYK percentages

%9.3
%0
%39.53
%49.41

Codes

Color #75814E in popluar color models

75814E
RGB11712978
HSL74°24.64%40.59%
HSB/HSV74°39.53%50.59%
CMYK9.30%0.00%39.53%
49.41%

Color #75814E in popluar number systems.

HEX75814E
Decimal11712978
Binary1110101100000011001110
Octal165201116

Shades and tints

Shades of #75814E

#75814E
(117,129,78)
#6B7647
(107,118,71)
#616B40
(97,107,64)
#576039
(87,96,57)
#4D5532
(77,85,50)
#434A2B
(67,74,43)
#393F24
(57,63,36)
#2F341D
(47,52,29)
#252916
(37,41,22)
#1B1E0F
(27,30,15)
#111308
(17,19,8)
#000000
(0,0,0)

Tints of #75814E

#75814E
(117,129,78)
#818C5E
(129,140,94)
#8D976E
(141,151,110)
#99A27E
(153,162,126)
#A5AD8E
(165,173,142)
#B1B89E
(177,184,158)
#BDC3AE
(189,195,174)
#C9CEBE
(201,206,190)
#D5D9CE
(213,217,206)
#E1E4DE
(225,228,222)
#EDEFEE
(237,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75814E; }

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

This text font color is #75814E.


Background Color

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

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

This div background color is #75814E.


Border color

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

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

This div border color is #75814E.


Opacity

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

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

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

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

This text has shadow with #75814E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75814E on black background.


Color preview on white background

This text has color #75814E on white background.



Black color preview on #75814E background

This text has black color on #75814E background.


White color preview on #75814E background

This text has white color on #75814E background.