COLOR #75957B

HEX: #75957B
RGB: (117,149,123)

Color info

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

RGB color model

#75957B color RGB value is (117,149,123).

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

RGB channels and saturation

R 117 of 255 = 46%
G 149 of 255 = 58%
B 123 of 255 = 48%

117
149
123

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

Portions of RGB colors in percentages

R + G + B =
117 + 149 + 123 = 389 (100%)
R 117 of 389 ~ 30.08%
G 149 of 389 ~ 38.3%
B 123 of 389 ~ 31.62%

%30.08
%38.3
%31.62

CMYK color model

#75957B color CMYK value is (21,0,17,42).

  • cyan value is 21.48%
  • magenta value is 0.00%
  • yellow value is 17.45%
  • key color value is 41.57%
CMYK:
(21,0,17,42)
C21M0Y17K42 
(21%,0%,17%,42%)
(0.21/0.00/0.17/0.42)	

CMYK percentages

%21.48
%0
%17.45
%41.57

Codes

Color #75957B in popluar color models

75957B
RGB117149123
HSL131°13.11%52.16%
HSB/HSV131°21.48%58.43%
CMYK21.48%0.00%17.45%
41.57%

Color #75957B in popluar number systems.

HEX75957B
Decimal117149123
Binary1110101100101011111011
Octal165225173

Shades and tints

Shades of #75957B

#75957B
(117,149,123)
#6B8870
(107,136,112)
#617B65
(97,123,101)
#576E5A
(87,110,90)
#4D614F
(77,97,79)
#435444
(67,84,68)
#394739
(57,71,57)
#2F3A2E
(47,58,46)
#252D23
(37,45,35)
#1B2018
(27,32,24)
#11130D
(17,19,13)
#000000
(0,0,0)

Tints of #75957B

#75957B
(117,149,123)
#819E87
(129,158,135)
#8DA793
(141,167,147)
#99B09F
(153,176,159)
#A5B9AB
(165,185,171)
#B1C2B7
(177,194,183)
#BDCBC3
(189,203,195)
#C9D4CF
(201,212,207)
#D5DDDB
(213,221,219)
#E1E6E7
(225,230,231)
#EDEFF3
(237,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75957B color. Also use rgb(117,149,123) instead hex code.

Text Font Color

.myTextColor { color: #75957B; }

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

This text font color is #75957B.


Background Color

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

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

This div background color is #75957B.


Border color

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

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

This div border color is #75957B.


Opacity

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

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

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

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

This text has shadow with #75957B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75957B on black background.


Color preview on white background

This text has color #75957B on white background.



Black color preview on #75957B background

This text has black color on #75957B background.


White color preview on #75957B background

This text has white color on #75957B background.