COLOR #75915F

HEX: #75915F
RGB: (117,145,95)

Color info

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

RGB color model

#75915F color RGB value is (117,145,95).

  • red value is 117;
  • green value is 145;
  • blue value is 95.
RGB:
(117,145,95)
(46%,57%,37%)

RGB channels and saturation

R 117 of 255 = 46%
G 145 of 255 = 57%
B 95 of 255 = 37%

117
145
95

R + G + B ~ 47%. #75915F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 145 + 95 = 357 (100%)
R 117 of 357 ~ 32.77%
G 145 of 357 ~ 40.62%
B 95 of 357 ~ 26.61%

%32.77
%40.62
%26.61

CMYK color model

#75915F color CMYK value is (19,0,34,43).

  • cyan value is 19.31%
  • magenta value is 0.00%
  • yellow value is 34.48%
  • key color value is 43.14%
CMYK:
(19,0,34,43)
C19M0Y34K43 
(19%,0%,34%,43%)
(0.19/0.00/0.34/0.43)	

CMYK percentages

%19.31
%0
%34.48
%43.14

Codes

Color #75915F in popluar color models

75915F
RGB11714595
HSL94°20.83%47.06%
HSB/HSV94°34.48%56.86%
CMYK19.31%0.00%34.48%
43.14%

Color #75915F in popluar number systems.

HEX75915F
Decimal11714595
Binary1110101100100011011111
Octal165221137

Shades and tints

Shades of #75915F

#75915F
(117,145,95)
#6B8457
(107,132,87)
#61774F
(97,119,79)
#576A47
(87,106,71)
#4D5D3F
(77,93,63)
#435037
(67,80,55)
#39432F
(57,67,47)
#2F3627
(47,54,39)
#25291F
(37,41,31)
#1B1C17
(27,28,23)
#110F0F
(17,15,15)
#000000
(0,0,0)

Tints of #75915F

#75915F
(117,145,95)
#819B6D
(129,155,109)
#8DA57B
(141,165,123)
#99AF89
(153,175,137)
#A5B997
(165,185,151)
#B1C3A5
(177,195,165)
#BDCDB3
(189,205,179)
#C9D7C1
(201,215,193)
#D5E1CF
(213,225,207)
#E1EBDD
(225,235,221)
#EDF5EB
(237,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75915F color. Also use rgb(117,145,95) instead hex code.

Text Font Color

.myTextColor { color: #75915F; }

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

This text font color is #75915F.


Background Color

.myBgColor { background-color: #75915F; }

<div style="background-color:#75915F">Inner text</div>

This div background color is #75915F.


Border color

.myBorderColor { border: 1px solid #75915F; }

<div style="border:3px solid #75915F">Div</div>

This div border color is #75915F.


Opacity

.myOpacity80 { color: #75915F; opacity: 0.8; }

<p style="color:#75915F;opacity:0.8;">80%</p>

Text with #75915F 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 #75915F;}

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

This text has shadow with #75915F color.

.textShadow {text-shadow: 3px 3px 1px #75915F, 3px 3px 1px red;}

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

This text has shadow with #75915F primary color and red secondary color.


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

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

This text has shadow with #75915F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75915F on black background.


Color preview on white background

This text has color #75915F on white background.



Black color preview on #75915F background

This text has black color on #75915F background.


White color preview on #75915F background

This text has white color on #75915F background.