COLOR #73665A

HEX: #73665A
RGB: (115,102,90)

Color info

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

RGB color model

#73665A color RGB value is (115,102,90).

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

RGB channels and saturation

R 115 of 255 = 45%
G 102 of 255 = 40%
B 90 of 255 = 35%

115
102
90

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

Portions of RGB colors in percentages

R + G + B =
115 + 102 + 90 = 307 (100%)
R 115 of 307 ~ 37.46%
G 102 of 307 ~ 33.22%
B 90 of 307 ~ 29.32%

%37.46
%33.22
%29.32

CMYK color model

#73665A color CMYK value is (0,11,22,55).

  • cyan value is 0.00%
  • magenta value is 11.30%
  • yellow value is 21.74%
  • key color value is 54.90%
CMYK:
(0,11,22,55)
C0M11Y22K55 
(0%,11%,22%,55%)
(0.00/0.11/0.22/0.55)	

CMYK percentages

%0
%11.3
%21.74
%54.9

Codes

Color #73665A in popluar color models

73665A
RGB11510290
HSL29°12.20%40.20%
HSB/HSV29°21.74%45.10%
CMYK0.00%11.30%21.74%
54.90%

Color #73665A in popluar number systems.

HEX73665A
Decimal11510290
Binary111001111001101011010
Octal163146132

Shades and tints

Shades of #73665A

#73665A
(115,102,90)
#695D52
(105,93,82)
#5F544A
(95,84,74)
#554B42
(85,75,66)
#4B423A
(75,66,58)
#413932
(65,57,50)
#37302A
(55,48,42)
#2D2722
(45,39,34)
#231E1A
(35,30,26)
#191512
(25,21,18)
#0F0C0A
(15,12,10)
#000000
(0,0,0)

Tints of #73665A

#73665A
(115,102,90)
#7F7369
(127,115,105)
#8B8078
(139,128,120)
#978D87
(151,141,135)
#A39A96
(163,154,150)
#AFA7A5
(175,167,165)
#BBB4B4
(187,180,180)
#C7C1C3
(199,193,195)
#D3CED2
(211,206,210)
#DFDBE1
(223,219,225)
#EBE8F0
(235,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73665A; }

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

This text font color is #73665A.


Background Color

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

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

This div background color is #73665A.


Border color

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

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

This div border color is #73665A.


Opacity

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

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

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

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

This text has shadow with #73665A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73665A on black background.


Color preview on white background

This text has color #73665A on white background.



Black color preview on #73665A background

This text has black color on #73665A background.


White color preview on #73665A background

This text has white color on #73665A background.