COLOR #73665C

HEX: #73665C
RGB: (115,102,92)

Color info

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

RGB color model

#73665C color RGB value is (115,102,92).

  • red value is 115;
  • green value is 102;
  • blue value is 92.
RGB:
(115,102,92)
(45%,40%,36%)

RGB channels and saturation

R 115 of 255 = 45%
G 102 of 255 = 40%
B 92 of 255 = 36%

115
102
92

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

Portions of RGB colors in percentages

R + G + B =
115 + 102 + 92 = 309 (100%)
R 115 of 309 ~ 37.22%
G 102 of 309 ~ 33.01%
B 92 of 309 ~ 29.77%

%37.22
%33.01
%29.77

CMYK color model

#73665C color CMYK value is (0,11,20,55).

  • cyan value is 0.00%
  • magenta value is 11.30%
  • yellow value is 20.00%
  • key color value is 54.90%
CMYK:
(0,11,20,55)
C0M11Y20K55 
(0%,11%,20%,55%)
(0.00/0.11/0.20/0.55)	

CMYK percentages

%0
%11.3
%20
%54.9

Codes

Color #73665C in popluar color models

73665C
RGB11510292
HSL26°11.11%40.59%
HSB/HSV26°20.00%45.10%
CMYK0.00%11.30%20.00%
54.90%

Color #73665C in popluar number systems.

HEX73665C
Decimal11510292
Binary111001111001101011100
Octal163146134

Shades and tints

Shades of #73665C

#73665C
(115,102,92)
#695D54
(105,93,84)
#5F544C
(95,84,76)
#554B44
(85,75,68)
#4B423C
(75,66,60)
#413934
(65,57,52)
#37302C
(55,48,44)
#2D2724
(45,39,36)
#231E1C
(35,30,28)
#191514
(25,21,20)
#0F0C0C
(15,12,12)
#000000
(0,0,0)

Tints of #73665C

#73665C
(115,102,92)
#7F736A
(127,115,106)
#8B8078
(139,128,120)
#978D86
(151,141,134)
#A39A94
(163,154,148)
#AFA7A2
(175,167,162)
#BBB4B0
(187,180,176)
#C7C1BE
(199,193,190)
#D3CECC
(211,206,204)
#DFDBDA
(223,219,218)
#EBE8E8
(235,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73665C color. Also use rgb(115,102,92) instead hex code.

Text Font Color

.myTextColor { color: #73665C; }

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

This text font color is #73665C.


Background Color

.myBgColor { background-color: #73665C; }

<div style="background-color:#73665C">Inner text</div>

This div background color is #73665C.


Border color

.myBorderColor { border: 1px solid #73665C; }

<div style="border:3px solid #73665C">Div</div>

This div border color is #73665C.


Opacity

.myOpacity80 { color: #73665C; opacity: 0.8; }

<p style="color:#73665C;opacity:0.8;">80%</p>

Text with #73665C 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 #73665C;}

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

This text has shadow with #73665C color.

.textShadow {text-shadow: 3px 3px 1px #73665C, 3px 3px 1px red;}

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

This text has shadow with #73665C primary color and red secondary color.


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

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

This text has shadow with #73665C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73665C on black background.


Color preview on white background

This text has color #73665C on white background.



Black color preview on #73665C background

This text has black color on #73665C background.


White color preview on #73665C background

This text has white color on #73665C background.