COLOR #75956E

HEX: #75956E
RGB: (117,149,110)

Color info

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

RGB color model

#75956E color RGB value is (117,149,110).

  • red value is 117;
  • green value is 149;
  • blue value is 110.
RGB:
(117,149,110)
(46%,58%,43%)

RGB channels and saturation

R 117 of 255 = 46%
G 149 of 255 = 58%
B 110 of 255 = 43%

117
149
110

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

Portions of RGB colors in percentages

R + G + B =
117 + 149 + 110 = 376 (100%)
R 117 of 376 ~ 31.12%
G 149 of 376 ~ 39.63%
B 110 of 376 ~ 29.26%

%31.12
%39.63
%29.26

CMYK color model

#75956E color CMYK value is (21,0,26,42).

  • cyan value is 21.48%
  • magenta value is 0.00%
  • yellow value is 26.17%
  • key color value is 41.57%
CMYK:
(21,0,26,42)
C21M0Y26K42 
(21%,0%,26%,42%)
(0.21/0.00/0.26/0.42)	

CMYK percentages

%21.48
%0
%26.17
%41.57

Codes

Color #75956E in popluar color models

75956E
RGB117149110
HSL109°15.54%50.78%
HSB/HSV109°26.17%58.43%
CMYK21.48%0.00%26.17%
41.57%

Color #75956E in popluar number systems.

HEX75956E
Decimal117149110
Binary1110101100101011101110
Octal165225156

Shades and tints

Shades of #75956E

#75956E
(117,149,110)
#6B8864
(107,136,100)
#617B5A
(97,123,90)
#576E50
(87,110,80)
#4D6146
(77,97,70)
#43543C
(67,84,60)
#394732
(57,71,50)
#2F3A28
(47,58,40)
#252D1E
(37,45,30)
#1B2014
(27,32,20)
#11130A
(17,19,10)
#000000
(0,0,0)

Tints of #75956E

#75956E
(117,149,110)
#819E7B
(129,158,123)
#8DA788
(141,167,136)
#99B095
(153,176,149)
#A5B9A2
(165,185,162)
#B1C2AF
(177,194,175)
#BDCBBC
(189,203,188)
#C9D4C9
(201,212,201)
#D5DDD6
(213,221,214)
#E1E6E3
(225,230,227)
#EDEFF0
(237,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75956E color. Also use rgb(117,149,110) instead hex code.

Text Font Color

.myTextColor { color: #75956E; }

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

This text font color is #75956E.


Background Color

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

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

This div background color is #75956E.


Border color

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

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

This div border color is #75956E.


Opacity

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

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

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

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

This text has shadow with #75956E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75956E on black background.


Color preview on white background

This text has color #75956E on white background.



Black color preview on #75956E background

This text has black color on #75956E background.


White color preview on #75956E background

This text has white color on #75956E background.