COLOR #75894F

HEX: #75894F RGB: (117,137,79)

Color info

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

RGB color model

#75894F color RGB value is (117,137,79).

RGB: (117,137,79) (46%, 54%, 31%)

RGB channels and saturation

R 117 of 255 = 46%
G 137 of 255 = 54%
B 79 of 255 = 31%

117
137
79

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

Portions of RGB colors in percentages

R + G + B = 117 + 137 + 79 = 333 (100%)
R 117 of 333 ~ 35.14%
G 137 of 333 ~ 41.14%
B 79 of 333 ~ 23.72'%

%35.14
%41.14
%23.72

CMYK color model

#75894F color CMYK value is (15,0,42,46).

  • cyan value is 14.60%
  • magenta value is 0.00%
  • yellow value is 42.34%
  • key color value is 46.27%

CMYK: (15,0,42,46)
C15M0Y42K46 (15%, 0%, 42%, 46%)
(0.15 / 0.00 / 0.42 / 0.46)

CMYK percentages

%14.6
%0
%42.34
%46.27

Codes

Color #75894F in popluar color models

75 89 4F
RGB 117 137 79
HSL 81° 26.85% 42.35%
HSB/HSV 81° 42.34% 53.73%
CMYK 14.60% 0.00% 42.34%
46.27%

Color #75894F in popluar number systems.

HEX 75 89 4F
Decimal 117 137 79
Binary 1110101 10001001 1001111
Octal 165 211 117

Shades and tints

Shades of #75894F

#75894F
(117,137,79)
#6B7D48
(107,125,72)
#617141
(97,113,65)
#57653A
(87,101,58)
#4D5933
(77,89,51)
#434D2C
(67,77,44)
#394125
(57,65,37)
#2F351E
(47,53,30)
#252917
(37,41,23)
#1B1D10
(27,29,16)
#111109
(17,17,9)
#000000
(0,0,0)

Tints of #75894F

#75894F
(117,137,79)
#81935F
(129,147,95)
#8D9D6F
(141,157,111)
#99A77F
(153,167,127)
#A5B18F
(165,177,143)
#B1BB9F
(177,187,159)
#BDC5AF
(189,197,175)
#C9CFBF
(201,207,191)
#D5D9CF
(213,217,207)
#E1E3DF
(225,227,223)
#EDEDEF
(237,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75894F; }

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

This text font color is #75894F.

Background Color

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

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

This div background color is #75894F.

Border color

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

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

This div border color is #75894F.

Opacity

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

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

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

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

This text has shadow with #75894F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75894F.

Preview

Color preview on black background

This text has color #75894F on black background.


Color preview on white background

This text has color #75894F on white background.


Black color preview on #75894F background

This text has black color on #75894F background.


White color preview on #75894F background

This text has white color on #75894F background.


Related colors

Complementary color

Complementary color for #hex is #8A76B0.


I love getcolorcode.com

Triadic colors

1 #4F7589 and #894F75 with #75894F are triadic colors.

2 #4F8975 and #89754F with #75894F are triadic colors.