COLOR #73414C

HEX: #73414C
RGB: (115,65,76)

Color info

#73414C contains red, green and blue colors in about the same proportion. Web safe color of #73414C is #663333 (or #633).

RGB color model

#73414C color RGB value is (115,65,76).

  • red value is 115;
  • green value is 65;
  • blue value is 76.
RGB:
(115,65,76)
(45%,25%,30%)

RGB channels and saturation

R 115 of 255 = 45%
G 65 of 255 = 25%
B 76 of 255 = 30%

115
65
76

R + G + B ~ 33%. #73414C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 65 + 76 = 256 (100%)
R 115 of 256 ~ 44.92%
G 65 of 256 ~ 25.39%
B 76 of 256 ~ 29.69%

%44.92
%25.39
%29.69

CMYK color model

#73414C color CMYK value is (0,43,34,55).

  • cyan value is 0.00%
  • magenta value is 43.48%
  • yellow value is 33.91%
  • key color value is 54.90%
CMYK:
(0,43,34,55)
C0M43Y34K55 
(0%,43%,34%,55%)
(0.00/0.43/0.34/0.55)	

CMYK percentages

%0
%43.48
%33.91
%54.9

Codes

Color #73414C in popluar color models

73414C
RGB1156576
HSL347°27.78%35.29%
HSB/HSV347°43.48%45.10%
CMYK0.00%43.48%33.91%
54.90%

Color #73414C in popluar number systems.

HEX73414C
Decimal1156576
Binary111001110000011001100
Octal163101114

Shades and tints

Shades of #73414C

#73414C
(115,65,76)
#693C46
(105,60,70)
#5F3740
(95,55,64)
#55323A
(85,50,58)
#4B2D34
(75,45,52)
#41282E
(65,40,46)
#372328
(55,35,40)
#2D1E22
(45,30,34)
#23191C
(35,25,28)
#191416
(25,20,22)
#0F0F10
(15,15,16)
#000000
(0,0,0)

Tints of #73414C

#73414C
(115,65,76)
#7F525C
(127,82,92)
#8B636C
(139,99,108)
#97747C
(151,116,124)
#A3858C
(163,133,140)
#AF969C
(175,150,156)
#BBA7AC
(187,167,172)
#C7B8BC
(199,184,188)
#D3C9CC
(211,201,204)
#DFDADC
(223,218,220)
#EBEBEC
(235,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73414C color. Also use rgb(115,65,76) instead hex code.

Text Font Color

.myTextColor { color: #73414C; }

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

This text font color is #73414C.


Background Color

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

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

This div background color is #73414C.


Border color

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

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

This div border color is #73414C.


Opacity

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

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

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

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

This text has shadow with #73414C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73414C on black background.


Color preview on white background

This text has color #73414C on white background.



Black color preview on #73414C background

This text has black color on #73414C background.


White color preview on #73414C background

This text has white color on #73414C background.