COLOR #73675B

HEX: #73675B RGB: (115,103,91)

Color info

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

RGB color model

#73675B color RGB value is (115,103,91).

RGB: (115,103,91) (45%, 40%, 36%)

RGB channels and saturation

R 115 of 255 = 45%
G 103 of 255 = 40%
B 91 of 255 = 36%

115
103
91

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

Portions of RGB colors in percentages

R + G + B = 115 + 103 + 91 = 309 (100%)
R 115 of 309 ~ 37.22%
G 103 of 309 ~ 33.33%
B 91 of 309 ~ 29.45'%

%37.22
%33.33
%29.45

CMYK color model

#73675B color CMYK value is (0,10,21,55).

  • cyan value is 0.00%
  • magenta value is 10.43%
  • yellow value is 20.87%
  • key color value is 54.90%

CMYK: (0,10,21,55)
C0M10Y21K55 (0%, 10%, 21%, 55%)
(0.00 / 0.10 / 0.21 / 0.55)

CMYK percentages

%0
%10.43
%20.87
%54.9

Codes

Color #73675B in popluar color models

73 67 5B
RGB 115 103 91
HSL 30° 11.65% 40.39%
HSB/HSV 30° 20.87% 45.10%
CMYK 0.00% 10.43% 20.87%
54.90%

Color #73675B in popluar number systems.

HEX 73 67 5B
Decimal 115 103 91
Binary 1110011 1100111 1011011
Octal 163 147 133

Shades and tints

Shades of #73675B

#73675B
(115,103,91)
#695E53
(105,94,83)
#5F554B
(95,85,75)
#554C43
(85,76,67)
#4B433B
(75,67,59)
#413A33
(65,58,51)
#37312B
(55,49,43)
#2D2823
(45,40,35)
#231F1B
(35,31,27)
#191613
(25,22,19)
#0F0D0B
(15,13,11)
#000000
(0,0,0)

Tints of #73675B

#73675B
(115,103,91)
#7F7469
(127,116,105)
#8B8177
(139,129,119)
#978E85
(151,142,133)
#A39B93
(163,155,147)
#AFA8A1
(175,168,161)
#BBB5AF
(187,181,175)
#C7C2BD
(199,194,189)
#D3CFCB
(211,207,203)
#DFDCD9
(223,220,217)
#EBE9E7
(235,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73675B; }

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

This text font color is #73675B.

Background Color

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

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

This div background color is #73675B.

Border color

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

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

This div border color is #73675B.

Opacity

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

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

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

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

This text has shadow with #73675B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73675B.

Preview

Color preview on black background

This text has color #73675B on black background.


Color preview on white background

This text has color #73675B on white background.


Black color preview on #73675B background

This text has black color on #73675B background.


White color preview on #73675B background

This text has white color on #73675B background.


Related colors

Complementary color

Complementary color for #hex is #8C98A4.


I love getcolorcode.com

Triadic colors

1 #5B7367 and #675B73 with #73675B are triadic colors.

2 #5B6773 and #67735B with #73675B are triadic colors.