COLOR #75896D

HEX: #75896D
RGB: (117,137,109)

Color info

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

RGB color model

#75896D color RGB value is (117,137,109).

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

RGB channels and saturation

R 117 of 255 = 46%
G 137 of 255 = 54%
B 109 of 255 = 43%

117
137
109

R + G + B ~ 48%. #75896D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 137 + 109 = 363 (100%)
R 117 of 363 ~ 32.23%
G 137 of 363 ~ 37.74%
B 109 of 363 ~ 30.03%

%32.23
%37.74
%30.03

CMYK color model

#75896D color CMYK value is (15,0,20,46).

  • cyan value is 14.60%
  • magenta value is 0.00%
  • yellow value is 20.44%
  • key color value is 46.27%
CMYK:
(15,0,20,46)
C15M0Y20K46 
(15%,0%,20%,46%)
(0.15/0.00/0.20/0.46)	

CMYK percentages

%14.6
%0
%20.44
%46.27

Codes

Color #75896D in popluar color models

75896D
RGB117137109
HSL103°11.38%48.24%
HSB/HSV103°20.44%53.73%
CMYK14.60%0.00%20.44%
46.27%

Color #75896D in popluar number systems.

HEX75896D
Decimal117137109
Binary1110101100010011101101
Octal165211155

Shades and tints

Shades of #75896D

#75896D
(117,137,109)
#6B7D64
(107,125,100)
#61715B
(97,113,91)
#576552
(87,101,82)
#4D5949
(77,89,73)
#434D40
(67,77,64)
#394137
(57,65,55)
#2F352E
(47,53,46)
#252925
(37,41,37)
#1B1D1C
(27,29,28)
#111113
(17,17,19)
#000000
(0,0,0)

Tints of #75896D

#75896D
(117,137,109)
#81937A
(129,147,122)
#8D9D87
(141,157,135)
#99A794
(153,167,148)
#A5B1A1
(165,177,161)
#B1BBAE
(177,187,174)
#BDC5BB
(189,197,187)
#C9CFC8
(201,207,200)
#D5D9D5
(213,217,213)
#E1E3E2
(225,227,226)
#EDEDEF
(237,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75896D color. Also use rgb(117,137,109) instead hex code.

Text Font Color

.myTextColor { color: #75896D; }

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

This text font color is #75896D.


Background Color

.myBgColor { background-color: #75896D; }

<div style="background-color:#75896D">Inner text</div>

This div background color is #75896D.


Border color

.myBorderColor { border: 1px solid #75896D; }

<div style="border:3px solid #75896D">Div</div>

This div border color is #75896D.


Opacity

.myOpacity80 { color: #75896D; opacity: 0.8; }

<p style="color:#75896D;opacity:0.8;">80%</p>

Text with #75896D 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 #75896D;}

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

This text has shadow with #75896D color.

.textShadow {text-shadow: 3px 3px 1px #75896D, 3px 3px 1px red;}

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

This text has shadow with #75896D primary color and red secondary color.


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

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

This text has shadow with #75896D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75896D on black background.


Color preview on white background

This text has color #75896D on white background.



Black color preview on #75896D background

This text has black color on #75896D background.


White color preview on #75896D background

This text has white color on #75896D background.