COLOR #73876C

HEX: #73876C
RGB: (115,135,108)

Color info

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

RGB color model

#73876C color RGB value is (115,135,108).

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

RGB channels and saturation

R 115 of 255 = 45%
G 135 of 255 = 53%
B 108 of 255 = 42%

115
135
108

R + G + B ~ 47%. #73876C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 135 + 108 = 358 (100%)
R 115 of 358 ~ 32.12%
G 135 of 358 ~ 37.71%
B 108 of 358 ~ 30.17%

%32.12
%37.71
%30.17

CMYK color model

#73876C color CMYK value is (15,0,20,47).

  • cyan value is 14.81%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 47.06%
CMYK:
(15,0,20,47)
C15M0Y20K47 
(15%,0%,20%,47%)
(0.15/0.00/0.20/0.47)	

CMYK percentages

%14.81
%0
%20
%47.06

Codes

Color #73876C in popluar color models

73876C
RGB115135108
HSL104°11.11%47.65%
HSB/HSV104°20.00%52.94%
CMYK14.81%0.00%20.00%
47.06%

Color #73876C in popluar number systems.

HEX73876C
Decimal115135108
Binary1110011100001111101100
Octal163207154

Shades and tints

Shades of #73876C

#73876C
(115,135,108)
#697B63
(105,123,99)
#5F6F5A
(95,111,90)
#556351
(85,99,81)
#4B5748
(75,87,72)
#414B3F
(65,75,63)
#373F36
(55,63,54)
#2D332D
(45,51,45)
#232724
(35,39,36)
#191B1B
(25,27,27)
#0F0F12
(15,15,18)
#000000
(0,0,0)

Tints of #73876C

#73876C
(115,135,108)
#7F9179
(127,145,121)
#8B9B86
(139,155,134)
#97A593
(151,165,147)
#A3AFA0
(163,175,160)
#AFB9AD
(175,185,173)
#BBC3BA
(187,195,186)
#C7CDC7
(199,205,199)
#D3D7D4
(211,215,212)
#DFE1E1
(223,225,225)
#EBEBEE
(235,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73876C color. Also use rgb(115,135,108) instead hex code.

Text Font Color

.myTextColor { color: #73876C; }

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

This text font color is #73876C.


Background Color

.myBgColor { background-color: #73876C; }

<div style="background-color:#73876C">Inner text</div>

This div background color is #73876C.


Border color

.myBorderColor { border: 1px solid #73876C; }

<div style="border:3px solid #73876C">Div</div>

This div border color is #73876C.


Opacity

.myOpacity80 { color: #73876C; opacity: 0.8; }

<p style="color:#73876C;opacity:0.8;">80%</p>

Text with #73876C 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 #73876C;}

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

This text has shadow with #73876C color.

.textShadow {text-shadow: 3px 3px 1px #73876C, 3px 3px 1px red;}

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

This text has shadow with #73876C primary color and red secondary color.


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

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

This text has shadow with #73876C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73876C on black background.


Color preview on white background

This text has color #73876C on white background.



Black color preview on #73876C background

This text has black color on #73876C background.


White color preview on #73876C background

This text has white color on #73876C background.