COLOR #73745B

HEX: #73745B
RGB: (115,116,91)

Color info

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

RGB color model

#73745B color RGB value is (115,116,91).

  • red value is 115;
  • green value is 116;
  • blue value is 91.
RGB:
(115,116,91)
(45%,45%,36%)

RGB channels and saturation

R 115 of 255 = 45%
G 116 of 255 = 45%
B 91 of 255 = 36%

115
116
91

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

Portions of RGB colors in percentages

R + G + B =
115 + 116 + 91 = 322 (100%)
R 115 of 322 ~ 35.71%
G 116 of 322 ~ 36.02%
B 91 of 322 ~ 28.26%

%35.71
%36.02
%28.26

CMYK color model

#73745B color CMYK value is (1,0,22,55).

  • cyan value is 0.86%
  • magenta value is 0.00%
  • yellow value is 21.55%
  • key color value is 54.51%
CMYK:
(1,0,22,55)
C1M0Y22K55 
(1%,0%,22%,55%)
(0.01/0.00/0.22/0.55)	

CMYK percentages

%0.86
%0
%21.55
%54.51

Codes

Color #73745B in popluar color models

73745B
RGB11511691
HSL62°12.08%40.59%
HSB/HSV62°21.55%45.49%
CMYK0.86%0.00%21.55%
54.51%

Color #73745B in popluar number systems.

HEX73745B
Decimal11511691
Binary111001111101001011011
Octal163164133

Shades and tints

Shades of #73745B

#73745B
(115,116,91)
#696A53
(105,106,83)
#5F604B
(95,96,75)
#555643
(85,86,67)
#4B4C3B
(75,76,59)
#414233
(65,66,51)
#37382B
(55,56,43)
#2D2E23
(45,46,35)
#23241B
(35,36,27)
#191A13
(25,26,19)
#0F100B
(15,16,11)
#000000
(0,0,0)

Tints of #73745B

#73745B
(115,116,91)
#7F8069
(127,128,105)
#8B8C77
(139,140,119)
#979885
(151,152,133)
#A3A493
(163,164,147)
#AFB0A1
(175,176,161)
#BBBCAF
(187,188,175)
#C7C8BD
(199,200,189)
#D3D4CB
(211,212,203)
#DFE0D9
(223,224,217)
#EBECE7
(235,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73745B; }

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

This text font color is #73745B.


Background Color

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

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

This div background color is #73745B.


Border color

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

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

This div border color is #73745B.


Opacity

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

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

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

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

This text has shadow with #73745B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73745B on black background.


Color preview on white background

This text has color #73745B on white background.



Black color preview on #73745B background

This text has black color on #73745B background.


White color preview on #73745B background

This text has white color on #73745B background.