COLOR #73413B

HEX: #73413B
RGB: (115,65,59)

Color info

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

RGB color model

#73413B color RGB value is (115,65,59).

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

RGB channels and saturation

R 115 of 255 = 45%
G 65 of 255 = 25%
B 59 of 255 = 23%

115
65
59

R + G + B ~ 31%. #73413B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 65 + 59 = 239 (100%)
R 115 of 239 ~ 48.12%
G 65 of 239 ~ 27.2%
B 59 of 239 ~ 24.69%

%48.12
%27.2
%24.69

CMYK color model

#73413B color CMYK value is (0,43,49,55).

  • cyan value is 0.00%
  • magenta value is 43.48%
  • yellow value is 48.70%
  • key color value is 54.90%
CMYK:
(0,43,49,55)
C0M43Y49K55 
(0%,43%,49%,55%)
(0.00/0.43/0.49/0.55)	

CMYK percentages

%0
%43.48
%48.7
%54.9

Codes

Color #73413B in popluar color models

73413B
RGB1156559
HSL32.18%34.12%
HSB/HSV48.70%45.10%
CMYK0.00%43.48%48.70%
54.90%

Color #73413B in popluar number systems.

HEX73413B
Decimal1156559
Binary11100111000001111011
Octal16310173

Shades and tints

Shades of #73413B

#73413B
(115,65,59)
#693C36
(105,60,54)
#5F3731
(95,55,49)
#55322C
(85,50,44)
#4B2D27
(75,45,39)
#412822
(65,40,34)
#37231D
(55,35,29)
#2D1E18
(45,30,24)
#231913
(35,25,19)
#19140E
(25,20,14)
#0F0F09
(15,15,9)
#000000
(0,0,0)

Tints of #73413B

#73413B
(115,65,59)
#7F524C
(127,82,76)
#8B635D
(139,99,93)
#97746E
(151,116,110)
#A3857F
(163,133,127)
#AF9690
(175,150,144)
#BBA7A1
(187,167,161)
#C7B8B2
(199,184,178)
#D3C9C3
(211,201,195)
#DFDAD4
(223,218,212)
#EBEBE5
(235,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73413B color. Also use rgb(115,65,59) instead hex code.

Text Font Color

.myTextColor { color: #73413B; }

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

This text font color is #73413B.


Background Color

.myBgColor { background-color: #73413B; }

<div style="background-color:#73413B">Inner text</div>

This div background color is #73413B.


Border color

.myBorderColor { border: 1px solid #73413B; }

<div style="border:3px solid #73413B">Div</div>

This div border color is #73413B.


Opacity

.myOpacity80 { color: #73413B; opacity: 0.8; }

<p style="color:#73413B;opacity:0.8;">80%</p>

Text with #73413B 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 #73413B;}

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

This text has shadow with #73413B color.

.textShadow {text-shadow: 3px 3px 1px #73413B, 3px 3px 1px red;}

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

This text has shadow with #73413B primary color and red secondary color.


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

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

This text has shadow with #73413B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73413B on black background.


Color preview on white background

This text has color #73413B on white background.



Black color preview on #73413B background

This text has black color on #73413B background.


White color preview on #73413B background

This text has white color on #73413B background.