COLOR #75895B

HEX: #75895B
RGB: (117,137,91)

Color info

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

RGB color model

#75895B color RGB value is (117,137,91).

  • red value is 117;
  • green value is 137;
  • blue value is 91.
RGB:
(117,137,91)
(46%,54%,36%)

RGB channels and saturation

R 117 of 255 = 46%
G 137 of 255 = 54%
B 91 of 255 = 36%

117
137
91

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

Portions of RGB colors in percentages

R + G + B =
117 + 137 + 91 = 345 (100%)
R 117 of 345 ~ 33.91%
G 137 of 345 ~ 39.71%
B 91 of 345 ~ 26.38%

%33.91
%39.71
%26.38

CMYK color model

#75895B color CMYK value is (15,0,34,46).

  • cyan value is 14.60%
  • magenta value is 0.00%
  • yellow value is 33.58%
  • key color value is 46.27%
CMYK:
(15,0,34,46)
C15M0Y34K46 
(15%,0%,34%,46%)
(0.15/0.00/0.34/0.46)	

CMYK percentages

%14.6
%0
%33.58
%46.27

Codes

Color #75895B in popluar color models

75895B
RGB11713791
HSL86°20.18%44.71%
HSB/HSV86°33.58%53.73%
CMYK14.60%0.00%33.58%
46.27%

Color #75895B in popluar number systems.

HEX75895B
Decimal11713791
Binary1110101100010011011011
Octal165211133

Shades and tints

Shades of #75895B

#75895B
(117,137,91)
#6B7D53
(107,125,83)
#61714B
(97,113,75)
#576543
(87,101,67)
#4D593B
(77,89,59)
#434D33
(67,77,51)
#39412B
(57,65,43)
#2F3523
(47,53,35)
#25291B
(37,41,27)
#1B1D13
(27,29,19)
#11110B
(17,17,11)
#000000
(0,0,0)

Tints of #75895B

#75895B
(117,137,91)
#819369
(129,147,105)
#8D9D77
(141,157,119)
#99A785
(153,167,133)
#A5B193
(165,177,147)
#B1BBA1
(177,187,161)
#BDC5AF
(189,197,175)
#C9CFBD
(201,207,189)
#D5D9CB
(213,217,203)
#E1E3D9
(225,227,217)
#EDEDE7
(237,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75895B color. Also use rgb(117,137,91) instead hex code.

Text Font Color

.myTextColor { color: #75895B; }

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

This text font color is #75895B.


Background Color

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

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

This div background color is #75895B.


Border color

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

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

This div border color is #75895B.


Opacity

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

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

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

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

This text has shadow with #75895B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75895B on black background.


Color preview on white background

This text has color #75895B on white background.



Black color preview on #75895B background

This text has black color on #75895B background.


White color preview on #75895B background

This text has white color on #75895B background.