COLOR #73887B

HEX: #73887B RGB: (115,136,123)

Color info

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

RGB color model

#73887B color RGB value is (115,136,123).

RGB: (115,136,123) (45%, 53%, 48%)

RGB channels and saturation

R 115 of 255 = 45%
G 136 of 255 = 53%
B 123 of 255 = 48%

115
136
123

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

Portions of RGB colors in percentages

R + G + B = 115 + 136 + 123 = 374 (100%)
R 115 of 374 ~ 30.75%
G 136 of 374 ~ 36.36%
B 123 of 374 ~ 32.89'%

%30.75
%36.36
%32.89

CMYK color model

#73887B color CMYK value is (15,0,10,47).

  • cyan value is 15.44%
  • magenta value is 0.00%
  • yellow value is 9.56%
  • key color value is 46.67%

CMYK: (15,0,10,47)
C15M0Y10K47 (15%, 0%, 10%, 47%)
(0.15 / 0.00 / 0.10 / 0.47)

CMYK percentages

%15.44
%0
%9.56
%46.67

Codes

Color #73887B in popluar color models

73 88 7B
RGB 115 136 123
HSL 143° 8.37% 49.22%
HSB/HSV 143° 15.44% 53.33%
CMYK 15.44% 0.00% 9.56%
46.67%

Color #73887B in popluar number systems.

HEX 73 88 7B
Decimal 115 136 123
Binary 1110011 10001000 1111011
Octal 163 210 173

Shades and tints

Shades of #73887B

#73887B
(115,136,123)
#697C70
(105,124,112)
#5F7065
(95,112,101)
#55645A
(85,100,90)
#4B584F
(75,88,79)
#414C44
(65,76,68)
#374039
(55,64,57)
#2D342E
(45,52,46)
#232823
(35,40,35)
#191C18
(25,28,24)
#0F100D
(15,16,13)
#000000
(0,0,0)

Tints of #73887B

#73887B
(115,136,123)
#7F9287
(127,146,135)
#8B9C93
(139,156,147)
#97A69F
(151,166,159)
#A3B0AB
(163,176,171)
#AFBAB7
(175,186,183)
#BBC4C3
(187,196,195)
#C7CECF
(199,206,207)
#D3D8DB
(211,216,219)
#DFE2E7
(223,226,231)
#EBECF3
(235,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73887B; }

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

This text font color is #73887B.

Background Color

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

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

This div background color is #73887B.

Border color

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

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

This div border color is #73887B.

Opacity

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

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

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

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

This text has shadow with #73887B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73887B.

Preview

Color preview on black background

This text has color #73887B on black background.


Color preview on white background

This text has color #73887B on white background.


Black color preview on #73887B background

This text has black color on #73887B background.


White color preview on #73887B background

This text has white color on #73887B background.


Related colors

Complementary color

Complementary color for #hex is #8C7784.


I love getcolorcode.com

Triadic colors

1 #7B7388 and #887B73 with #73887B are triadic colors.

2 #7B8873 and #88737B with #73887B are triadic colors.