COLOR #73895D

HEX: #73895D
RGB: (115,137,93)

Color info

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

RGB color model

#73895D color RGB value is (115,137,93).

  • red value is 115;
  • green value is 137;
  • blue value is 93.
RGB:
(115,137,93)
(45%,54%,36%)

RGB channels and saturation

R 115 of 255 = 45%
G 137 of 255 = 54%
B 93 of 255 = 36%

115
137
93

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

Portions of RGB colors in percentages

R + G + B =
115 + 137 + 93 = 345 (100%)
R 115 of 345 ~ 33.33%
G 137 of 345 ~ 39.71%
B 93 of 345 ~ 26.96%

%33.33
%39.71
%26.96

CMYK color model

#73895D color CMYK value is (16,0,32,46).

  • cyan value is 16.06%
  • magenta value is 0.00%
  • yellow value is 32.12%
  • key color value is 46.27%
CMYK:
(16,0,32,46)
C16M0Y32K46 
(16%,0%,32%,46%)
(0.16/0.00/0.32/0.46)	

CMYK percentages

%16.06
%0
%32.12
%46.27

Codes

Color #73895D in popluar color models

73895D
RGB11513793
HSL90°19.13%45.10%
HSB/HSV90°32.12%53.73%
CMYK16.06%0.00%32.12%
46.27%

Color #73895D in popluar number systems.

HEX73895D
Decimal11513793
Binary1110011100010011011101
Octal163211135

Shades and tints

Shades of #73895D

#73895D
(115,137,93)
#697D55
(105,125,85)
#5F714D
(95,113,77)
#556545
(85,101,69)
#4B593D
(75,89,61)
#414D35
(65,77,53)
#37412D
(55,65,45)
#2D3525
(45,53,37)
#23291D
(35,41,29)
#191D15
(25,29,21)
#0F110D
(15,17,13)
#000000
(0,0,0)

Tints of #73895D

#73895D
(115,137,93)
#7F936B
(127,147,107)
#8B9D79
(139,157,121)
#97A787
(151,167,135)
#A3B195
(163,177,149)
#AFBBA3
(175,187,163)
#BBC5B1
(187,197,177)
#C7CFBF
(199,207,191)
#D3D9CD
(211,217,205)
#DFE3DB
(223,227,219)
#EBEDE9
(235,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73895D color. Also use rgb(115,137,93) instead hex code.

Text Font Color

.myTextColor { color: #73895D; }

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

This text font color is #73895D.


Background Color

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

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

This div background color is #73895D.


Border color

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

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

This div border color is #73895D.


Opacity

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

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

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

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

This text has shadow with #73895D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73895D on black background.


Color preview on white background

This text has color #73895D on white background.



Black color preview on #73895D background

This text has black color on #73895D background.


White color preview on #73895D background

This text has white color on #73895D background.