COLOR #73877B

HEX: #73877B
RGB: (115,135,123)

Color info

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

RGB color model

#73877B color RGB value is (115,135,123).

  • red value is 115;
  • green value is 135;
  • blue value is 123.
RGB:
(115,135,123)
(45%,53%,48%)

RGB channels and saturation

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

115
135
123

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

Portions of RGB colors in percentages

R + G + B =
115 + 135 + 123 = 373 (100%)
R 115 of 373 ~ 30.83%
G 135 of 373 ~ 36.19%
B 123 of 373 ~ 32.98%

%30.83
%36.19
%32.98

CMYK color model

#73877B color CMYK value is (15,0,9,47).

  • cyan value is 14.81%
  • magenta value is 0.00%
  • yellow value is 8.89%
  • key color value is 47.06%
CMYK:
(15,0,9,47)
C15M0Y9K47 
(15%,0%,9%,47%)
(0.15/0.00/0.09/0.47)	

CMYK percentages

%14.81
%0
%8.89
%47.06

Codes

Color #73877B in popluar color models

73877B
RGB115135123
HSL144°8.00%49.02%
HSB/HSV144°14.81%52.94%
CMYK14.81%0.00%8.89%
47.06%

Color #73877B in popluar number systems.

HEX73877B
Decimal115135123
Binary1110011100001111111011
Octal163207173

Shades and tints

Shades of #73877B

#73877B
(115,135,123)
#697B70
(105,123,112)
#5F6F65
(95,111,101)
#55635A
(85,99,90)
#4B574F
(75,87,79)
#414B44
(65,75,68)
#373F39
(55,63,57)
#2D332E
(45,51,46)
#232723
(35,39,35)
#191B18
(25,27,24)
#0F0F0D
(15,15,13)
#000000
(0,0,0)

Tints of #73877B

#73877B
(115,135,123)
#7F9187
(127,145,135)
#8B9B93
(139,155,147)
#97A59F
(151,165,159)
#A3AFAB
(163,175,171)
#AFB9B7
(175,185,183)
#BBC3C3
(187,195,195)
#C7CDCF
(199,205,207)
#D3D7DB
(211,215,219)
#DFE1E7
(223,225,231)
#EBEBF3
(235,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73877B; }

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

This text font color is #73877B.


Background Color

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

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

This div background color is #73877B.


Border color

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

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

This div border color is #73877B.


Opacity

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

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

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

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

This text has shadow with #73877B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73877B on black background.


Color preview on white background

This text has color #73877B on white background.



Black color preview on #73877B background

This text has black color on #73877B background.


White color preview on #73877B background

This text has white color on #73877B background.