COLOR #73836B

HEX: #73836B
RGB: (115,131,107)

Color info

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

RGB color model

#73836B color RGB value is (115,131,107).

  • red value is 115;
  • green value is 131;
  • blue value is 107.
RGB:
(115,131,107)
(45%,51%,42%)

RGB channels and saturation

R 115 of 255 = 45%
G 131 of 255 = 51%
B 107 of 255 = 42%

115
131
107

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

Portions of RGB colors in percentages

R + G + B =
115 + 131 + 107 = 353 (100%)
R 115 of 353 ~ 32.58%
G 131 of 353 ~ 37.11%
B 107 of 353 ~ 30.31%

%32.58
%37.11
%30.31

CMYK color model

#73836B color CMYK value is (12,0,18,49).

  • cyan value is 12.21%
  • magenta value is 0.00%
  • yellow value is 18.32%
  • key color value is 48.63%
CMYK:
(12,0,18,49)
C12M0Y18K49 
(12%,0%,18%,49%)
(0.12/0.00/0.18/0.49)	

CMYK percentages

%12.21
%0
%18.32
%48.63

Codes

Color #73836B in popluar color models

73836B
RGB115131107
HSL100°10.08%46.67%
HSB/HSV100°18.32%51.37%
CMYK12.21%0.00%18.32%
48.63%

Color #73836B in popluar number systems.

HEX73836B
Decimal115131107
Binary1110011100000111101011
Octal163203153

Shades and tints

Shades of #73836B

#73836B
(115,131,107)
#697862
(105,120,98)
#5F6D59
(95,109,89)
#556250
(85,98,80)
#4B5747
(75,87,71)
#414C3E
(65,76,62)
#374135
(55,65,53)
#2D362C
(45,54,44)
#232B23
(35,43,35)
#19201A
(25,32,26)
#0F1511
(15,21,17)
#000000
(0,0,0)

Tints of #73836B

#73836B
(115,131,107)
#7F8E78
(127,142,120)
#8B9985
(139,153,133)
#97A492
(151,164,146)
#A3AF9F
(163,175,159)
#AFBAAC
(175,186,172)
#BBC5B9
(187,197,185)
#C7D0C6
(199,208,198)
#D3DBD3
(211,219,211)
#DFE6E0
(223,230,224)
#EBF1ED
(235,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73836B color. Also use rgb(115,131,107) instead hex code.

Text Font Color

.myTextColor { color: #73836B; }

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

This text font color is #73836B.


Background Color

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

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

This div background color is #73836B.


Border color

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

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

This div border color is #73836B.


Opacity

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

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

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

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

This text has shadow with #73836B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73836B on black background.


Color preview on white background

This text has color #73836B on white background.



Black color preview on #73836B background

This text has black color on #73836B background.


White color preview on #73836B background

This text has white color on #73836B background.