COLOR #73887D

HEX: #73887D
RGB: (115,136,125)

Color info

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

RGB color model

#73887D color RGB value is (115,136,125).

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

RGB channels and saturation

R 115 of 255 = 45%
G 136 of 255 = 53%
B 125 of 255 = 49%

115
136
125

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

Portions of RGB colors in percentages

R + G + B =
115 + 136 + 125 = 376 (100%)
R 115 of 376 ~ 30.59%
G 136 of 376 ~ 36.17%
B 125 of 376 ~ 33.24%

%30.59
%36.17
%33.24

CMYK color model

#73887D color CMYK value is (15,0,8,47).

  • cyan value is 15.44%
  • magenta value is 0.00%
  • yellow value is 8.09%
  • key color value is 46.67%
CMYK:
(15,0,8,47)
C15M0Y8K47 
(15%,0%,8%,47%)
(0.15/0.00/0.08/0.47)	

CMYK percentages

%15.44
%0
%8.09
%46.67

Codes

Color #73887D in popluar color models

73887D
RGB115136125
HSL149°8.37%49.22%
HSB/HSV149°15.44%53.33%
CMYK15.44%0.00%8.09%
46.67%

Color #73887D in popluar number systems.

HEX73887D
Decimal115136125
Binary1110011100010001111101
Octal163210175

Shades and tints

Shades of #73887D

#73887D
(115,136,125)
#697C72
(105,124,114)
#5F7067
(95,112,103)
#55645C
(85,100,92)
#4B5851
(75,88,81)
#414C46
(65,76,70)
#37403B
(55,64,59)
#2D3430
(45,52,48)
#232825
(35,40,37)
#191C1A
(25,28,26)
#0F100F
(15,16,15)
#000000
(0,0,0)

Tints of #73887D

#73887D
(115,136,125)
#7F9288
(127,146,136)
#8B9C93
(139,156,147)
#97A69E
(151,166,158)
#A3B0A9
(163,176,169)
#AFBAB4
(175,186,180)
#BBC4BF
(187,196,191)
#C7CECA
(199,206,202)
#D3D8D5
(211,216,213)
#DFE2E0
(223,226,224)
#EBECEB
(235,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73887D; }

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

This text font color is #73887D.


Background Color

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

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

This div background color is #73887D.


Border color

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

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

This div border color is #73887D.


Opacity

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

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

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

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

This text has shadow with #73887D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73887D on black background.


Color preview on white background

This text has color #73887D on white background.



Black color preview on #73887D background

This text has black color on #73887D background.


White color preview on #73887D background

This text has white color on #73887D background.