COLOR #73885E

HEX: #73885E
RGB: (115,136,94)

Color info

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

RGB color model

#73885E color RGB value is (115,136,94).

  • red value is 115;
  • green value is 136;
  • blue value is 94.
RGB:
(115,136,94)
(45%,53%,37%)

RGB channels and saturation

R 115 of 255 = 45%
G 136 of 255 = 53%
B 94 of 255 = 37%

115
136
94

R + G + B ~ 45%. #73885E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 136 + 94 = 345 (100%)
R 115 of 345 ~ 33.33%
G 136 of 345 ~ 39.42%
B 94 of 345 ~ 27.25%

%33.33
%39.42
%27.25

CMYK color model

#73885E color CMYK value is (15,0,31,47).

  • cyan value is 15.44%
  • magenta value is 0.00%
  • yellow value is 30.88%
  • key color value is 46.67%
CMYK:
(15,0,31,47)
C15M0Y31K47 
(15%,0%,31%,47%)
(0.15/0.00/0.31/0.47)	

CMYK percentages

%15.44
%0
%30.88
%46.67

Codes

Color #73885E in popluar color models

73885E
RGB11513694
HSL90°18.26%45.10%
HSB/HSV90°30.88%53.33%
CMYK15.44%0.00%30.88%
46.67%

Color #73885E in popluar number systems.

HEX73885E
Decimal11513694
Binary1110011100010001011110
Octal163210136

Shades and tints

Shades of #73885E

#73885E
(115,136,94)
#697C56
(105,124,86)
#5F704E
(95,112,78)
#556446
(85,100,70)
#4B583E
(75,88,62)
#414C36
(65,76,54)
#37402E
(55,64,46)
#2D3426
(45,52,38)
#23281E
(35,40,30)
#191C16
(25,28,22)
#0F100E
(15,16,14)
#000000
(0,0,0)

Tints of #73885E

#73885E
(115,136,94)
#7F926C
(127,146,108)
#8B9C7A
(139,156,122)
#97A688
(151,166,136)
#A3B096
(163,176,150)
#AFBAA4
(175,186,164)
#BBC4B2
(187,196,178)
#C7CEC0
(199,206,192)
#D3D8CE
(211,216,206)
#DFE2DC
(223,226,220)
#EBECEA
(235,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73885E color. Also use rgb(115,136,94) instead hex code.

Text Font Color

.myTextColor { color: #73885E; }

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

This text font color is #73885E.


Background Color

.myBgColor { background-color: #73885E; }

<div style="background-color:#73885E">Inner text</div>

This div background color is #73885E.


Border color

.myBorderColor { border: 1px solid #73885E; }

<div style="border:3px solid #73885E">Div</div>

This div border color is #73885E.


Opacity

.myOpacity80 { color: #73885E; opacity: 0.8; }

<p style="color:#73885E;opacity:0.8;">80%</p>

Text with #73885E 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 #73885E;}

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

This text has shadow with #73885E color.

.textShadow {text-shadow: 3px 3px 1px #73885E, 3px 3px 1px red;}

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

This text has shadow with #73885E primary color and red secondary color.


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

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

This text has shadow with #73885E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73885E on black background.


Color preview on white background

This text has color #73885E on white background.



Black color preview on #73885E background

This text has black color on #73885E background.


White color preview on #73885E background

This text has white color on #73885E background.