COLOR #73847D

HEX: #73847D RGB: (115,132,125)

Color info

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

RGB color model

#73847D color RGB value is (115,132,125).

RGB: (115,132,125) (45%, 52%, 49%)

RGB channels and saturation

R 115 of 255 = 45%
G 132 of 255 = 52%
B 125 of 255 = 49%

115
132
125

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

Portions of RGB colors in percentages

R + G + B = 115 + 132 + 125 = 372 (100%)
R 115 of 372 ~ 30.91%
G 132 of 372 ~ 35.48%
B 125 of 372 ~ 33.6'%

%30.91
%35.48
%33.6

CMYK color model

#73847D color CMYK value is (13,0,5,48).

  • cyan value is 12.88%
  • magenta value is 0.00%
  • yellow value is 5.30%
  • key color value is 48.24%
CMYK: (13,0,5,48) C13M0Y5K48 (13%,0%,5%,48%) (0.13/0.00/0.05/0.48) 

CMYK percentages

%12.88
%0
%5.3
%48.24

Codes

Color #73847D in popluar color models

73 84 7D
RGB 115 132 125
HSL 155° 6.88% 48.43%
HSB/HSV 155° 12.88% 51.76%
CMYK 12.88% 0.00% 5.30%
48.24%

Color #73847D in popluar number systems.

HEX 73 84 7D
Decimal 115 132 125
Binary 1110011 10000100 1111101
Octal 163 204 175

Shades and tints

Shades of #73847D

#73847D
(115,132,125)
#697872
(105,120,114)
#5F6C67
(95,108,103)
#55605C
(85,96,92)
#4B5451
(75,84,81)
#414846
(65,72,70)
#373C3B
(55,60,59)
#2D3030
(45,48,48)
#232425
(35,36,37)
#19181A
(25,24,26)
#0F0C0F
(15,12,15)
#000000
(0,0,0)

Tints of #73847D

#73847D
(115,132,125)
#7F8F88
(127,143,136)
#8B9A93
(139,154,147)
#97A59E
(151,165,158)
#A3B0A9
(163,176,169)
#AFBBB4
(175,187,180)
#BBC6BF
(187,198,191)
#C7D1CA
(199,209,202)
#D3DCD5
(211,220,213)
#DFE7E0
(223,231,224)
#EBF2EB
(235,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73847D; }

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

This text font color is #73847D.

Background Color

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

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

This div background color is #73847D.

Border color

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

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

This div border color is #73847D.

Opacity

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

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

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

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

This text has shadow with #73847D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73847D.

Preview

Color preview on black background

This text has color #73847D on black background.


Color preview on white background

This text has color #73847D on white background.


Black color preview on #73847D background

This text has black color on #73847D background.


White color preview on #73847D background

This text has white color on #73847D background.


Related colors

Complementary color

Complementary color for #hex is #8C7B82.


I love getcolorcode.com

Triadic colors

1 #7D7384 and #847D73 with #73847D are triadic colors.

2 #7D8473 and #84737D with #73847D are triadic colors.