COLOR #73655E

HEX: #73655E
RGB: (115,101,94)

Color info

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

RGB color model

#73655E color RGB value is (115,101,94).

  • red value is 115;
  • green value is 101;
  • blue value is 94.
RGB:
(115,101,94)
(45%,40%,37%)

RGB channels and saturation

R 115 of 255 = 45%
G 101 of 255 = 40%
B 94 of 255 = 37%

115
101
94

R + G + B ~ 41%. #73655E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 101 + 94 = 310 (100%)
R 115 of 310 ~ 37.1%
G 101 of 310 ~ 32.58%
B 94 of 310 ~ 30.32%

%37.1
%32.58
%30.32

CMYK color model

#73655E color CMYK value is (0,12,18,55).

  • cyan value is 0.00%
  • magenta value is 12.17%
  • yellow value is 18.26%
  • key color value is 54.90%
CMYK:
(0,12,18,55)
C0M12Y18K55 
(0%,12%,18%,55%)
(0.00/0.12/0.18/0.55)	

CMYK percentages

%0
%12.17
%18.26
%54.9

Codes

Color #73655E in popluar color models

73655E
RGB11510194
HSL20°10.05%40.98%
HSB/HSV20°18.26%45.10%
CMYK0.00%12.17%18.26%
54.90%

Color #73655E in popluar number systems.

HEX73655E
Decimal11510194
Binary111001111001011011110
Octal163145136

Shades and tints

Shades of #73655E

#73655E
(115,101,94)
#695C56
(105,92,86)
#5F534E
(95,83,78)
#554A46
(85,74,70)
#4B413E
(75,65,62)
#413836
(65,56,54)
#372F2E
(55,47,46)
#2D2626
(45,38,38)
#231D1E
(35,29,30)
#191416
(25,20,22)
#0F0B0E
(15,11,14)
#000000
(0,0,0)

Tints of #73655E

#73655E
(115,101,94)
#7F736C
(127,115,108)
#8B817A
(139,129,122)
#978F88
(151,143,136)
#A39D96
(163,157,150)
#AFABA4
(175,171,164)
#BBB9B2
(187,185,178)
#C7C7C0
(199,199,192)
#D3D5CE
(211,213,206)
#DFE3DC
(223,227,220)
#EBF1EA
(235,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73655E color. Also use rgb(115,101,94) instead hex code.

Text Font Color

.myTextColor { color: #73655E; }

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

This text font color is #73655E.


Background Color

.myBgColor { background-color: #73655E; }

<div style="background-color:#73655E">Inner text</div>

This div background color is #73655E.


Border color

.myBorderColor { border: 1px solid #73655E; }

<div style="border:3px solid #73655E">Div</div>

This div border color is #73655E.


Opacity

.myOpacity80 { color: #73655E; opacity: 0.8; }

<p style="color:#73655E;opacity:0.8;">80%</p>

Text with #73655E 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 #73655E;}

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

This text has shadow with #73655E color.

.textShadow {text-shadow: 3px 3px 1px #73655E, 3px 3px 1px red;}

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

This text has shadow with #73655E primary color and red secondary color.


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

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

This text has shadow with #73655E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73655E on black background.


Color preview on white background

This text has color #73655E on white background.



Black color preview on #73655E background

This text has black color on #73655E background.


White color preview on #73655E background

This text has white color on #73655E background.