COLOR #75A45F

HEX: #75A45F
RGB: (117,164,95)

Color info

#75A45F contains mainly red and green colors. Web safe color of #75A45F is #669966 (or #696).

RGB color model

#75A45F color RGB value is (117,164,95).

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

RGB channels and saturation

R 117 of 255 = 46%
G 164 of 255 = 64%
B 95 of 255 = 37%

117
164
95

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

Portions of RGB colors in percentages

R + G + B =
117 + 164 + 95 = 376 (100%)
R 117 of 376 ~ 31.12%
G 164 of 376 ~ 43.62%
B 95 of 376 ~ 25.27%

%31.12
%43.62
%25.27

CMYK color model

#75A45F color CMYK value is (29,0,42,36).

  • cyan value is 28.66%
  • magenta value is 0.00%
  • yellow value is 42.07%
  • key color value is 35.69%
CMYK:
(29,0,42,36)
C29M0Y42K36 
(29%,0%,42%,36%)
(0.29/0.00/0.42/0.36)	

CMYK percentages

%28.66
%0
%42.07
%35.69

Codes

Color #75A45F in popluar color models

75A45F
RGB11716495
HSL101°27.49%50.78%
HSB/HSV101°42.07%64.31%
CMYK28.66%0.00%42.07%
35.69%

Color #75A45F in popluar number systems.

HEX75A45F
Decimal11716495
Binary1110101101001001011111
Octal165244137

Shades and tints

Shades of #75A45F

#75A45F
(117,164,95)
#6B9657
(107,150,87)
#61884F
(97,136,79)
#577A47
(87,122,71)
#4D6C3F
(77,108,63)
#435E37
(67,94,55)
#39502F
(57,80,47)
#2F4227
(47,66,39)
#25341F
(37,52,31)
#1B2617
(27,38,23)
#11180F
(17,24,15)
#000000
(0,0,0)

Tints of #75A45F

#75A45F
(117,164,95)
#81AC6D
(129,172,109)
#8DB47B
(141,180,123)
#99BC89
(153,188,137)
#A5C497
(165,196,151)
#B1CCA5
(177,204,165)
#BDD4B3
(189,212,179)
#C9DCC1
(201,220,193)
#D5E4CF
(213,228,207)
#E1ECDD
(225,236,221)
#EDF4EB
(237,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75A45F color. Also use rgb(117,164,95) instead hex code.

Text Font Color

.myTextColor { color: #75A45F; }

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

This text font color is #75A45F.


Background Color

.myBgColor { background-color: #75A45F; }

<div style="background-color:#75A45F">Inner text</div>

This div background color is #75A45F.


Border color

.myBorderColor { border: 1px solid #75A45F; }

<div style="border:3px solid #75A45F">Div</div>

This div border color is #75A45F.


Opacity

.myOpacity80 { color: #75A45F; opacity: 0.8; }

<p style="color:#75A45F;opacity:0.8;">80%</p>

Text with #75A45F 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 #75A45F;}

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

This text has shadow with #75A45F color.

.textShadow {text-shadow: 3px 3px 1px #75A45F, 3px 3px 1px red;}

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

This text has shadow with #75A45F primary color and red secondary color.


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

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

This text has shadow with #75A45F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75A45F on black background.


Color preview on white background

This text has color #75A45F on white background.



Black color preview on #75A45F background

This text has black color on #75A45F background.


White color preview on #75A45F background

This text has white color on #75A45F background.