COLOR #75814B

HEX: #75814B
RGB: (117,129,75)

Color info

#75814B contains red, green and blue colors in about the same proportion. Web safe color of #75814B is #669933 (or #693).

RGB color model

#75814B color RGB value is (117,129,75).

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

RGB channels and saturation

R 117 of 255 = 46%
G 129 of 255 = 51%
B 75 of 255 = 29%

117
129
75

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

Portions of RGB colors in percentages

R + G + B =
117 + 129 + 75 = 321 (100%)
R 117 of 321 ~ 36.45%
G 129 of 321 ~ 40.19%
B 75 of 321 ~ 23.36%

%36.45
%40.19
%23.36

CMYK color model

#75814B color CMYK value is (9,0,42,49).

  • cyan value is 9.30%
  • magenta value is 0.00%
  • yellow value is 41.86%
  • key color value is 49.41%
CMYK:
(9,0,42,49)
C9M0Y42K49 
(9%,0%,42%,49%)
(0.09/0.00/0.42/0.49)	

CMYK percentages

%9.3
%0
%41.86
%49.41

Codes

Color #75814B in popluar color models

75814B
RGB11712975
HSL73°26.47%40.00%
HSB/HSV73°41.86%50.59%
CMYK9.30%0.00%41.86%
49.41%

Color #75814B in popluar number systems.

HEX75814B
Decimal11712975
Binary1110101100000011001011
Octal165201113

Shades and tints

Shades of #75814B

#75814B
(117,129,75)
#6B7645
(107,118,69)
#616B3F
(97,107,63)
#576039
(87,96,57)
#4D5533
(77,85,51)
#434A2D
(67,74,45)
#393F27
(57,63,39)
#2F3421
(47,52,33)
#25291B
(37,41,27)
#1B1E15
(27,30,21)
#11130F
(17,19,15)
#000000
(0,0,0)

Tints of #75814B

#75814B
(117,129,75)
#818C5B
(129,140,91)
#8D976B
(141,151,107)
#99A27B
(153,162,123)
#A5AD8B
(165,173,139)
#B1B89B
(177,184,155)
#BDC3AB
(189,195,171)
#C9CEBB
(201,206,187)
#D5D9CB
(213,217,203)
#E1E4DB
(225,228,219)
#EDEFEB
(237,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75814B; }

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

This text font color is #75814B.


Background Color

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

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

This div background color is #75814B.


Border color

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

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

This div border color is #75814B.


Opacity

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

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

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

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

This text has shadow with #75814B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75814B on black background.


Color preview on white background

This text has color #75814B on white background.



Black color preview on #75814B background

This text has black color on #75814B background.


White color preview on #75814B background

This text has white color on #75814B background.