COLOR #73835F

HEX: #73835F RGB: (115,131,95)

Color info

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

RGB color model

#73835F color RGB value is (115,131,95).

RGB: (115,131,95) (45%, 51%, 37%)

RGB channels and saturation

R 115 of 255 = 45%
G 131 of 255 = 51%
B 95 of 255 = 37%

115
131
95

R + G + B ~ 44%. #73835F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 115 + 131 + 95 = 341 (100%)
R 115 of 341 ~ 33.72%
G 131 of 341 ~ 38.42%
B 95 of 341 ~ 27.86'%

%33.72
%38.42
%27.86

CMYK color model

#73835F color CMYK value is (12,0,27,49).

  • cyan value is 12.21%
  • magenta value is 0.00%
  • yellow value is 27.48%
  • key color value is 48.63%
CMYK: (12,0,27,49) C12M0Y27K49 (12%,0%,27%,49%) (0.12/0.00/0.27/0.49) 

CMYK percentages

%12.21
%0
%27.48
%48.63

Codes

Color #73835F in popluar color models

73 83 5F
RGB 115 131 95
HSL 87° 15.93% 44.31%
HSB/HSV 87° 27.48% 51.37%
CMYK 12.21% 0.00% 27.48%
48.63%

Color #73835F in popluar number systems.

HEX 73 83 5F
Decimal 115 131 95
Binary 1110011 10000011 1011111
Octal 163 203 137

Shades and tints

Shades of #73835F

#73835F
(115,131,95)
#697857
(105,120,87)
#5F6D4F
(95,109,79)
#556247
(85,98,71)
#4B573F
(75,87,63)
#414C37
(65,76,55)
#37412F
(55,65,47)
#2D3627
(45,54,39)
#232B1F
(35,43,31)
#192017
(25,32,23)
#0F150F
(15,21,15)
#000000
(0,0,0)

Tints of #73835F

#73835F
(115,131,95)
#7F8E6D
(127,142,109)
#8B997B
(139,153,123)
#97A489
(151,164,137)
#A3AF97
(163,175,151)
#AFBAA5
(175,186,165)
#BBC5B3
(187,197,179)
#C7D0C1
(199,208,193)
#D3DBCF
(211,219,207)
#DFE6DD
(223,230,221)
#EBF1EB
(235,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73835F color. Also use rgb(115,131,95) instead hex code.

Text Font Color

.myTextColor { color: #73835F; }

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

This text font color is #73835F.

Background Color

.myBgColor { background-color: #73835F; }

<div style="background-color:#73835F">Inner text</div>

This div background color is #73835F.

Border color

.myBorderColor { border: 1px solid #73835F; }

<div style="border:3px solid #73835F">Div</div>

This div border color is #73835F.

Opacity

.myOpacity80 { color: #73835F; opacity: 0.8; }

<p style="color:#73835F;opacity:0.8;">80%</p>

Text with #73835F 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 #73835F;}

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

This text has shadow with #73835F color.


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

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

This text has shadow with #73835F primary color and red secondary color.


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

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

This text has shadow with #73835F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #73835F.

Preview

Color preview on black background

This text has color #73835F on black background.


Color preview on white background

This text has color #73835F on white background.


Black color preview on #73835F background

This text has black color on #73835F background.


White color preview on #73835F background

This text has white color on #73835F background.


Related colors

Complementary color

Complementary color for #hex is #8C7CA0.


I love getcolorcode.com

Triadic colors

1 #5F7383 and #835F73 with #73835F are triadic colors.

2 #5F8373 and #83735F with #73835F are triadic colors.