COLOR #73645D

HEX: #73645D RGB: (115,100,93)

Color info

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

RGB color model

#73645D color RGB value is (115,100,93).

RGB: (115,100,93) (45%, 39%, 36%)

RGB channels and saturation

R 115 of 255 = 45%
G 100 of 255 = 39%
B 93 of 255 = 36%

115
100
93

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

Portions of RGB colors in percentages

R + G + B = 115 + 100 + 93 = 308 (100%)
R 115 of 308 ~ 37.34%
G 100 of 308 ~ 32.47%
B 93 of 308 ~ 30.19'%

%37.34
%32.47
%30.19

CMYK color model

#73645D color CMYK value is (0,13,19,55).

  • cyan value is 0.00%
  • magenta value is 13.04%
  • yellow value is 19.13%
  • key color value is 54.90%

CMYK: (0,13,19,55)
C0M13Y19K55 (0%, 13%, 19%, 55%)
(0.00 / 0.13 / 0.19 / 0.55)

CMYK percentages

%0
%13.04
%19.13
%54.9

Codes

Color #73645D in popluar color models

73 64 5D
RGB 115 100 93
HSL 19° 10.58% 40.78%
HSB/HSV 19° 19.13% 45.10%
CMYK 0.00% 13.04% 19.13%
54.90%

Color #73645D in popluar number systems.

HEX 73 64 5D
Decimal 115 100 93
Binary 1110011 1100100 1011101
Octal 163 144 135

Shades and tints

Shades of #73645D

#73645D
(115,100,93)
#695B55
(105,91,85)
#5F524D
(95,82,77)
#554945
(85,73,69)
#4B403D
(75,64,61)
#413735
(65,55,53)
#372E2D
(55,46,45)
#2D2525
(45,37,37)
#231C1D
(35,28,29)
#191315
(25,19,21)
#0F0A0D
(15,10,13)
#000000
(0,0,0)

Tints of #73645D

#73645D
(115,100,93)
#7F726B
(127,114,107)
#8B8079
(139,128,121)
#978E87
(151,142,135)
#A39C95
(163,156,149)
#AFAAA3
(175,170,163)
#BBB8B1
(187,184,177)
#C7C6BF
(199,198,191)
#D3D4CD
(211,212,205)
#DFE2DB
(223,226,219)
#EBF0E9
(235,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73645D color. Also use rgb(115,100,93) instead hex code.

Text Font Color

.myTextColor { color: #73645D; }

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

This text font color is #73645D.

Background Color

.myBgColor { background-color: #73645D; }

<div style="background-color:#73645D">Inner text</div>

This div background color is #73645D.

Border color

.myBorderColor { border: 1px solid #73645D; }

<div style="border:3px solid #73645D">Div</div>

This div border color is #73645D.

Opacity

.myOpacity80 { color: #73645D; opacity: 0.8; }

<p style="color:#73645D;opacity:0.8;">80%</p>

Text with #73645D 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 #73645D;}

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

This text has shadow with #73645D color.


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

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

This text has shadow with #73645D primary color and red secondary color.


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

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

This text has shadow with #73645D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #73645D.

Preview

Color preview on black background

This text has color #73645D on black background.


Color preview on white background

This text has color #73645D on white background.


Black color preview on #73645D background

This text has black color on #73645D background.


White color preview on #73645D background

This text has white color on #73645D background.


Related colors

Complementary color

Complementary color for #hex is #8C9BA2.


I love getcolorcode.com

Triadic colors

1 #5D7364 and #645D73 with #73645D are triadic colors.

2 #5D6473 and #64735D with #73645D are triadic colors.