COLOR #75974F

HEX: #75974F
RGB: (117,151,79)

Color info

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

RGB color model

#75974F color RGB value is (117,151,79).

  • red value is 117;
  • green value is 151;
  • blue value is 79.
RGB:
(117,151,79)
(46%,59%,31%)

RGB channels and saturation

R 117 of 255 = 46%
G 151 of 255 = 59%
B 79 of 255 = 31%

117
151
79

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

Portions of RGB colors in percentages

R + G + B =
117 + 151 + 79 = 347 (100%)
R 117 of 347 ~ 33.72%
G 151 of 347 ~ 43.52%
B 79 of 347 ~ 22.77%

%33.72
%43.52
%22.77

CMYK color model

#75974F color CMYK value is (23,0,48,41).

  • cyan value is 22.52%
  • magenta value is 0.00%
  • yellow value is 47.68%
  • key color value is 40.78%
CMYK:
(23,0,48,41)
C23M0Y48K41 
(23%,0%,48%,41%)
(0.23/0.00/0.48/0.41)	

CMYK percentages

%22.52
%0
%47.68
%40.78

Codes

Color #75974F in popluar color models

75974F
RGB11715179
HSL88°31.30%45.10%
HSB/HSV88°47.68%59.22%
CMYK22.52%0.00%47.68%
40.78%

Color #75974F in popluar number systems.

HEX75974F
Decimal11715179
Binary1110101100101111001111
Octal165227117

Shades and tints

Shades of #75974F

#75974F
(117,151,79)
#6B8A48
(107,138,72)
#617D41
(97,125,65)
#57703A
(87,112,58)
#4D6333
(77,99,51)
#43562C
(67,86,44)
#394925
(57,73,37)
#2F3C1E
(47,60,30)
#252F17
(37,47,23)
#1B2210
(27,34,16)
#111509
(17,21,9)
#000000
(0,0,0)

Tints of #75974F

#75974F
(117,151,79)
#81A05F
(129,160,95)
#8DA96F
(141,169,111)
#99B27F
(153,178,127)
#A5BB8F
(165,187,143)
#B1C49F
(177,196,159)
#BDCDAF
(189,205,175)
#C9D6BF
(201,214,191)
#D5DFCF
(213,223,207)
#E1E8DF
(225,232,223)
#EDF1EF
(237,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75974F color. Also use rgb(117,151,79) instead hex code.

Text Font Color

.myTextColor { color: #75974F; }

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

This text font color is #75974F.


Background Color

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

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

This div background color is #75974F.


Border color

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

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

This div border color is #75974F.


Opacity

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

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

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

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

This text has shadow with #75974F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75974F on black background.


Color preview on white background

This text has color #75974F on white background.



Black color preview on #75974F background

This text has black color on #75974F background.


White color preview on #75974F background

This text has white color on #75974F background.