COLOR #73975F

HEX: #73975F RGB: (115,151,95)

Color info

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

RGB color model

#73975F color RGB value is (115,151,95).

RGB: (115,151,95) (45%, 59%, 37%)

RGB channels and saturation

R 115 of 255 = 45%
G 151 of 255 = 59%
B 95 of 255 = 37%

115
151
95

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

Portions of RGB colors in percentages

R + G + B = 115 + 151 + 95 = 361 (100%)
R 115 of 361 ~ 31.86%
G 151 of 361 ~ 41.83%
B 95 of 361 ~ 26.32'%

%31.86
%41.83
%26.32

CMYK color model

#73975F color CMYK value is (24,0,37,41).

  • cyan value is 23.84%
  • magenta value is 0.00%
  • yellow value is 37.09%
  • key color value is 40.78%
CMYK: (24,0,37,41) C24M0Y37K41 (24%,0%,37%,41%) (0.24/0.00/0.37/0.41) 

CMYK percentages

%23.84
%0
%37.09
%40.78

Codes

Color #73975F in popluar color models

73 97 5F
RGB 115 151 95
HSL 99° 22.76% 48.24%
HSB/HSV 99° 37.09% 59.22%
CMYK 23.84% 0.00% 37.09%
40.78%

Color #73975F in popluar number systems.

HEX 73 97 5F
Decimal 115 151 95
Binary 1110011 10010111 1011111
Octal 163 227 137

Shades and tints

Shades of #73975F

#73975F
(115,151,95)
#698A57
(105,138,87)
#5F7D4F
(95,125,79)
#557047
(85,112,71)
#4B633F
(75,99,63)
#415637
(65,86,55)
#37492F
(55,73,47)
#2D3C27
(45,60,39)
#232F1F
(35,47,31)
#192217
(25,34,23)
#0F150F
(15,21,15)
#000000
(0,0,0)

Tints of #73975F

#73975F
(115,151,95)
#7FA06D
(127,160,109)
#8BA97B
(139,169,123)
#97B289
(151,178,137)
#A3BB97
(163,187,151)
#AFC4A5
(175,196,165)
#BBCDB3
(187,205,179)
#C7D6C1
(199,214,193)
#D3DFCF
(211,223,207)
#DFE8DD
(223,232,221)
#EBF1EB
(235,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73975F color. Also use rgb(115,151,95) instead hex code.

Text Font Color

.myTextColor { color: #73975F; }

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

This text font color is #73975F.

Background Color

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

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

This div background color is #73975F.

Border color

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

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

This div border color is #73975F.

Opacity

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

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

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

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

This text has shadow with #73975F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73975F.

Preview

Color preview on black background

This text has color #73975F on black background.


Color preview on white background

This text has color #73975F on white background.


Black color preview on #73975F background

This text has black color on #73975F background.


White color preview on #73975F background

This text has white color on #73975F background.


Related colors

Complementary color

Complementary color for #hex is #8C68A0.


I love getcolorcode.com

Triadic colors

1 #5F7397 and #975F73 with #73975F are triadic colors.

2 #5F9773 and #97735F with #73975F are triadic colors.