COLOR #73656E

HEX: #73656E
RGB: (115,101,110)

Color info

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

RGB color model

#73656E color RGB value is (115,101,110).

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

RGB channels and saturation

R 115 of 255 = 45%
G 101 of 255 = 40%
B 110 of 255 = 43%

115
101
110

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

Portions of RGB colors in percentages

R + G + B =
115 + 101 + 110 = 326 (100%)
R 115 of 326 ~ 35.28%
G 101 of 326 ~ 30.98%
B 110 of 326 ~ 33.74%

%35.28
%30.98
%33.74

CMYK color model

#73656E color CMYK value is (0,12,4,55).

  • cyan value is 0.00%
  • magenta value is 12.17%
  • yellow value is 4.35%
  • key color value is 54.90%
CMYK:
(0,12,4,55)
C0M12Y4K55 
(0%,12%,4%,55%)
(0.00/0.12/0.04/0.55)	

CMYK percentages

%0
%12.17
%4.35
%54.9

Codes

Color #73656E in popluar color models

73656E
RGB115101110
HSL321°6.48%42.35%
HSB/HSV321°12.17%45.10%
CMYK0.00%12.17%4.35%
54.90%

Color #73656E in popluar number systems.

HEX73656E
Decimal115101110
Binary111001111001011101110
Octal163145156

Shades and tints

Shades of #73656E

#73656E
(115,101,110)
#695C64
(105,92,100)
#5F535A
(95,83,90)
#554A50
(85,74,80)
#4B4146
(75,65,70)
#41383C
(65,56,60)
#372F32
(55,47,50)
#2D2628
(45,38,40)
#231D1E
(35,29,30)
#191414
(25,20,20)
#0F0B0A
(15,11,10)
#000000
(0,0,0)

Tints of #73656E

#73656E
(115,101,110)
#7F737B
(127,115,123)
#8B8188
(139,129,136)
#978F95
(151,143,149)
#A39DA2
(163,157,162)
#AFABAF
(175,171,175)
#BBB9BC
(187,185,188)
#C7C7C9
(199,199,201)
#D3D5D6
(211,213,214)
#DFE3E3
(223,227,227)
#EBF1F0
(235,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73656E; }

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

This text font color is #73656E.


Background Color

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

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

This div background color is #73656E.


Border color

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

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

This div border color is #73656E.


Opacity

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

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

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

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

This text has shadow with #73656E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73656E on black background.


Color preview on white background

This text has color #73656E on white background.



Black color preview on #73656E background

This text has black color on #73656E background.


White color preview on #73656E background

This text has white color on #73656E background.