COLOR #73947D

HEX: #73947D RGB: (115,148,125)

Color info

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

RGB color model

#73947D color RGB value is (115,148,125).

RGB: (115,148,125) (45%, 58%, 49%)

RGB channels and saturation

R 115 of 255 = 45%
G 148 of 255 = 58%
B 125 of 255 = 49%

115
148
125

R + G + B ~ 51%. #73947D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 115 + 148 + 125 = 388 (100%)
R 115 of 388 ~ 29.64%
G 148 of 388 ~ 38.14%
B 125 of 388 ~ 32.22'%

%29.64
%38.14
%32.22

CMYK color model

#73947D color CMYK value is (22,0,16,42).

  • cyan value is 22.30%
  • magenta value is 0.00%
  • yellow value is 15.54%
  • key color value is 41.96%

CMYK: (22,0,16,42)
C22M0Y16K42 (22%, 0%, 16%, 42%)
(0.22 / 0.00 / 0.16 / 0.42)

CMYK percentages

%22.3
%0
%15.54
%41.96

Codes

Color #73947D in popluar color models

73 94 7D
RGB 115 148 125
HSL 138° 13.36% 51.57%
HSB/HSV 138° 22.30% 58.04%
CMYK 22.30% 0.00% 15.54%
41.96%

Color #73947D in popluar number systems.

HEX 73 94 7D
Decimal 115 148 125
Binary 1110011 10010100 1111101
Octal 163 224 175

Shades and tints

Shades of #73947D

#73947D
(115,148,125)
#698772
(105,135,114)
#5F7A67
(95,122,103)
#556D5C
(85,109,92)
#4B6051
(75,96,81)
#415346
(65,83,70)
#37463B
(55,70,59)
#2D3930
(45,57,48)
#232C25
(35,44,37)
#191F1A
(25,31,26)
#0F120F
(15,18,15)
#000000
(0,0,0)

Tints of #73947D

#73947D
(115,148,125)
#7F9D88
(127,157,136)
#8BA693
(139,166,147)
#97AF9E
(151,175,158)
#A3B8A9
(163,184,169)
#AFC1B4
(175,193,180)
#BBCABF
(187,202,191)
#C7D3CA
(199,211,202)
#D3DCD5
(211,220,213)
#DFE5E0
(223,229,224)
#EBEEEB
(235,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73947D color. Also use rgb(115,148,125) instead hex code.

Text Font Color

.myTextColor { color: #73947D; }

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

This text font color is #73947D.

Background Color

.myBgColor { background-color: #73947D; }

<div style="background-color:#73947D">Inner text</div>

This div background color is #73947D.

Border color

.myBorderColor { border: 1px solid #73947D; }

<div style="border:3px solid #73947D">Div</div>

This div border color is #73947D.

Opacity

.myOpacity80 { color: #73947D; opacity: 0.8; }

<p style="color:#73947D;opacity:0.8;">80%</p>

Text with #73947D 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 #73947D;}

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

This text has shadow with #73947D color.


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

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

This text has shadow with #73947D primary color and red secondary color.


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

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

This text has shadow with #73947D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #73947D.

Preview

Color preview on black background

This text has color #73947D on black background.


Color preview on white background

This text has color #73947D on white background.


Black color preview on #73947D background

This text has black color on #73947D background.


White color preview on #73947D background

This text has white color on #73947D background.


Related colors

Complementary color

Complementary color for #hex is #8C6B82.


I love getcolorcode.com

Triadic colors

1 #7D7394 and #947D73 with #73947D are triadic colors.

2 #7D9473 and #94737D with #73947D are triadic colors.