COLOR #73735F

HEX: #73735F RGB: (115,115,95)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

115
115
95

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

Portions of RGB colors in percentages

R + G + B = 115 + 115 + 95 = 325 (100%)
R 115 of 325 ~ 35.38%
G 115 of 325 ~ 35.38%
B 95 of 325 ~ 29.23'%

%35.38
%35.38
%29.23

CMYK color model

#73735F color CMYK value is (0,0,17,55).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 17.39%
  • key color value is 54.90%

CMYK: (0,0,17,55)
C0M0Y17K55 (0%, 0%, 17%, 55%)
(0.00 / 0.00 / 0.17 / 0.55)

CMYK percentages

%0
%0
%17.39
%54.9

Codes

Color #73735F in popluar color models

73 73 5F
RGB 115 115 95
HSL 60° 9.52% 41.18%
HSB/HSV 60° 17.39% 45.10%
CMYK 0.00% 0.00% 17.39%
54.90%

Color #73735F in popluar number systems.

HEX 73 73 5F
Decimal 115 115 95
Binary 1110011 1110011 1011111
Octal 163 163 137

Shades and tints

Shades of #73735F

#73735F
(115,115,95)
#696957
(105,105,87)
#5F5F4F
(95,95,79)
#555547
(85,85,71)
#4B4B3F
(75,75,63)
#414137
(65,65,55)
#37372F
(55,55,47)
#2D2D27
(45,45,39)
#23231F
(35,35,31)
#191917
(25,25,23)
#0F0F0F
(15,15,15)
#000000
(0,0,0)

Tints of #73735F

#73735F
(115,115,95)
#7F7F6D
(127,127,109)
#8B8B7B
(139,139,123)
#979789
(151,151,137)
#A3A397
(163,163,151)
#AFAFA5
(175,175,165)
#BBBBB3
(187,187,179)
#C7C7C1
(199,199,193)
#D3D3CF
(211,211,207)
#DFDFDD
(223,223,221)
#EBEBEB
(235,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73735F; }

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

This text font color is #73735F.

Background Color

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

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

This div background color is #73735F.

Border color

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

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

This div border color is #73735F.

Opacity

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

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

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

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

This text has shadow with #73735F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73735F.

Preview

Color preview on black background

This text has color #73735F on black background.


Color preview on white background

This text has color #73735F on white background.


Black color preview on #73735F background

This text has black color on #73735F background.


White color preview on #73735F background

This text has white color on #73735F background.


Related colors

Complementary color

Complementary color for #hex is #8C8CA0.


I love getcolorcode.com