COLOR #73856F

HEX: #73856F
RGB: (115,133,111)

Color info

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

RGB color model

#73856F color RGB value is (115,133,111).

  • red value is 115;
  • green value is 133;
  • blue value is 111.
RGB:
(115,133,111)
(45%,52%,44%)

RGB channels and saturation

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

115
133
111

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

Portions of RGB colors in percentages

R + G + B =
115 + 133 + 111 = 359 (100%)
R 115 of 359 ~ 32.03%
G 133 of 359 ~ 37.05%
B 111 of 359 ~ 30.92%

%32.03
%37.05
%30.92

CMYK color model

#73856F color CMYK value is (14,0,17,48).

  • cyan value is 13.53%
  • magenta value is 0.00%
  • yellow value is 16.54%
  • key color value is 47.84%
CMYK:
(14,0,17,48)
C14M0Y17K48 
(14%,0%,17%,48%)
(0.14/0.00/0.17/0.48)	

CMYK percentages

%13.53
%0
%16.54
%47.84

Codes

Color #73856F in popluar color models

73856F
RGB115133111
HSL109°9.02%47.84%
HSB/HSV109°16.54%52.16%
CMYK13.53%0.00%16.54%
47.84%

Color #73856F in popluar number systems.

HEX73856F
Decimal115133111
Binary1110011100001011101111
Octal163205157

Shades and tints

Shades of #73856F

#73856F
(115,133,111)
#697965
(105,121,101)
#5F6D5B
(95,109,91)
#556151
(85,97,81)
#4B5547
(75,85,71)
#41493D
(65,73,61)
#373D33
(55,61,51)
#2D3129
(45,49,41)
#23251F
(35,37,31)
#191915
(25,25,21)
#0F0D0B
(15,13,11)
#000000
(0,0,0)

Tints of #73856F

#73856F
(115,133,111)
#7F907C
(127,144,124)
#8B9B89
(139,155,137)
#97A696
(151,166,150)
#A3B1A3
(163,177,163)
#AFBCB0
(175,188,176)
#BBC7BD
(187,199,189)
#C7D2CA
(199,210,202)
#D3DDD7
(211,221,215)
#DFE8E4
(223,232,228)
#EBF3F1
(235,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73856F; }

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

This text font color is #73856F.


Background Color

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

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

This div background color is #73856F.


Border color

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

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

This div border color is #73856F.


Opacity

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

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

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

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

This text has shadow with #73856F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73856F on black background.


Color preview on white background

This text has color #73856F on white background.



Black color preview on #73856F background

This text has black color on #73856F background.


White color preview on #73856F background

This text has white color on #73856F background.