COLOR #73785B

HEX: #73785B RGB: (115,120,91)

Color info

#73785B contains red, green and blue colors in about the same proportion. Web safe color of #73785B is #666666 (or #666).

RGB color model

#73785B color RGB value is (115,120,91).

RGB: (115,120,91) (45%, 47%, 36%)

RGB channels and saturation

R 115 of 255 = 45%
G 120 of 255 = 47%
B 91 of 255 = 36%

115
120
91

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

Portions of RGB colors in percentages

R + G + B = 115 + 120 + 91 = 326 (100%)
R 115 of 326 ~ 35.28%
G 120 of 326 ~ 36.81%
B 91 of 326 ~ 27.91'%

%35.28
%36.81
%27.91

CMYK color model

#73785B color CMYK value is (4,0,24,53).

  • cyan value is 4.17%
  • magenta value is 0.00%
  • yellow value is 24.17%
  • key color value is 52.94%

CMYK: (4,0,24,53)
C4M0Y24K53 (4%, 0%, 24%, 53%)
(0.04 / 0.00 / 0.24 / 0.53)

CMYK percentages

%4.17
%0
%24.17
%52.94

Codes

Color #73785B in popluar color models

73 78 5B
RGB 115 120 91
HSL 70° 13.74% 41.37%
HSB/HSV 70° 24.17% 47.06%
CMYK 4.17% 0.00% 24.17%
52.94%

Color #73785B in popluar number systems.

HEX 73 78 5B
Decimal 115 120 91
Binary 1110011 1111000 1011011
Octal 163 170 133

Shades and tints

Shades of #73785B

#73785B
(115,120,91)
#696E53
(105,110,83)
#5F644B
(95,100,75)
#555A43
(85,90,67)
#4B503B
(75,80,59)
#414633
(65,70,51)
#373C2B
(55,60,43)
#2D3223
(45,50,35)
#23281B
(35,40,27)
#191E13
(25,30,19)
#0F140B
(15,20,11)
#000000
(0,0,0)

Tints of #73785B

#73785B
(115,120,91)
#7F8469
(127,132,105)
#8B9077
(139,144,119)
#979C85
(151,156,133)
#A3A893
(163,168,147)
#AFB4A1
(175,180,161)
#BBC0AF
(187,192,175)
#C7CCBD
(199,204,189)
#D3D8CB
(211,216,203)
#DFE4D9
(223,228,217)
#EBF0E7
(235,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73785B color. Also use rgb(115,120,91) instead hex code.

Text Font Color

.myTextColor { color: #73785B; }

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

This text font color is #73785B.

Background Color

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

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

This div background color is #73785B.

Border color

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

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

This div border color is #73785B.

Opacity

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

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

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

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

This text has shadow with #73785B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73785B.

Preview

Color preview on black background

This text has color #73785B on black background.


Color preview on white background

This text has color #73785B on white background.


Black color preview on #73785B background

This text has black color on #73785B background.


White color preview on #73785B background

This text has white color on #73785B background.


Related colors

Complementary color

Complementary color for #hex is #8C87A4.


I love getcolorcode.com

Triadic colors

1 #5B7378 and #785B73 with #73785B are triadic colors.

2 #5B7873 and #78735B with #73785B are triadic colors.