COLOR #73927D

HEX: #73927D RGB: (115,146,125)

Color info

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

RGB color model

#73927D color RGB value is (115,146,125).

RGB: (115,146,125) (45%, 57%, 49%)

RGB channels and saturation

R 115 of 255 = 45%
G 146 of 255 = 57%
B 125 of 255 = 49%

115
146
125

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

Portions of RGB colors in percentages

R + G + B = 115 + 146 + 125 = 386 (100%)
R 115 of 386 ~ 29.79%
G 146 of 386 ~ 37.82%
B 125 of 386 ~ 32.38'%

%29.79
%37.82
%32.38

CMYK color model

#73927D color CMYK value is (21,0,14,43).

  • cyan value is 21.23%
  • magenta value is 0.00%
  • yellow value is 14.38%
  • key color value is 42.75%

CMYK: (21,0,14,43)
C21M0Y14K43 (21%, 0%, 14%, 43%)
(0.21 / 0.00 / 0.14 / 0.43)

CMYK percentages

%21.23
%0
%14.38
%42.75

Codes

Color #73927D in popluar color models

73 92 7D
RGB 115 146 125
HSL 139° 12.45% 51.18%
HSB/HSV 139° 21.23% 57.25%
CMYK 21.23% 0.00% 14.38%
42.75%

Color #73927D in popluar number systems.

HEX 73 92 7D
Decimal 115 146 125
Binary 1110011 10010010 1111101
Octal 163 222 175

Shades and tints

Shades of #73927D

#73927D
(115,146,125)
#698572
(105,133,114)
#5F7867
(95,120,103)
#556B5C
(85,107,92)
#4B5E51
(75,94,81)
#415146
(65,81,70)
#37443B
(55,68,59)
#2D3730
(45,55,48)
#232A25
(35,42,37)
#191D1A
(25,29,26)
#0F100F
(15,16,15)
#000000
(0,0,0)

Tints of #73927D

#73927D
(115,146,125)
#7F9B88
(127,155,136)
#8BA493
(139,164,147)
#97AD9E
(151,173,158)
#A3B6A9
(163,182,169)
#AFBFB4
(175,191,180)
#BBC8BF
(187,200,191)
#C7D1CA
(199,209,202)
#D3DAD5
(211,218,213)
#DFE3E0
(223,227,224)
#EBECEB
(235,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73927D; }

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

This text font color is #73927D.

Background Color

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

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

This div background color is #73927D.

Border color

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

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

This div border color is #73927D.

Opacity

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

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

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

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

This text has shadow with #73927D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73927D.

Preview

Color preview on black background

This text has color #73927D on black background.


Color preview on white background

This text has color #73927D on white background.


Black color preview on #73927D background

This text has black color on #73927D background.


White color preview on #73927D background

This text has white color on #73927D background.


Related colors

Complementary color

Complementary color for #hex is #8C6D82.


I love getcolorcode.com

Triadic colors

1 #7D7392 and #927D73 with #73927D are triadic colors.

2 #7D9273 and #92737D with #73927D are triadic colors.