COLOR #73846F

HEX: #73846F RGB: (115,132,111)

Color info

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

RGB color model

#73846F color RGB value is (115,132,111).

RGB: (115,132,111) (45%, 52%, 44%)

RGB channels and saturation

R 115 of 255 = 45%
G 132 of 255 = 52%
B 111 of 255 = 44%

115
132
111

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

Portions of RGB colors in percentages

R + G + B = 115 + 132 + 111 = 358 (100%)
R 115 of 358 ~ 32.12%
G 132 of 358 ~ 36.87%
B 111 of 358 ~ 31.01'%

%32.12
%36.87
%31.01

CMYK color model

#73846F color CMYK value is (13,0,16,48).

  • cyan value is 12.88%
  • magenta value is 0.00%
  • yellow value is 15.91%
  • key color value is 48.24%

CMYK: (13,0,16,48)
C13M0Y16K48 (13%, 0%, 16%, 48%)
(0.13 / 0.00 / 0.16 / 0.48)

CMYK percentages

%12.88
%0
%15.91
%48.24

Codes

Color #73846F in popluar color models

73 84 6F
RGB 115 132 111
HSL 109° 8.64% 47.65%
HSB/HSV 109° 15.91% 51.76%
CMYK 12.88% 0.00% 15.91%
48.24%

Color #73846F in popluar number systems.

HEX 73 84 6F
Decimal 115 132 111
Binary 1110011 10000100 1101111
Octal 163 204 157

Shades and tints

Shades of #73846F

#73846F
(115,132,111)
#697865
(105,120,101)
#5F6C5B
(95,108,91)
#556051
(85,96,81)
#4B5447
(75,84,71)
#41483D
(65,72,61)
#373C33
(55,60,51)
#2D3029
(45,48,41)
#23241F
(35,36,31)
#191815
(25,24,21)
#0F0C0B
(15,12,11)
#000000
(0,0,0)

Tints of #73846F

#73846F
(115,132,111)
#7F8F7C
(127,143,124)
#8B9A89
(139,154,137)
#97A596
(151,165,150)
#A3B0A3
(163,176,163)
#AFBBB0
(175,187,176)
#BBC6BD
(187,198,189)
#C7D1CA
(199,209,202)
#D3DCD7
(211,220,215)
#DFE7E4
(223,231,228)
#EBF2F1
(235,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73846F color. Also use rgb(115,132,111) instead hex code.

Text Font Color

.myTextColor { color: #73846F; }

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

This text font color is #73846F.

Background Color

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

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

This div background color is #73846F.

Border color

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

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

This div border color is #73846F.

Opacity

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

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

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

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

This text has shadow with #73846F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73846F.

Preview

Color preview on black background

This text has color #73846F on black background.


Color preview on white background

This text has color #73846F on white background.


Black color preview on #73846F background

This text has black color on #73846F background.


White color preview on #73846F background

This text has white color on #73846F background.


Related colors

Complementary color

Complementary color for #hex is #8C7B90.


I love getcolorcode.com

Triadic colors

1 #6F7384 and #846F73 with #73846F are triadic colors.

2 #6F8473 and #84736F with #73846F are triadic colors.