COLOR #73303D

HEX: #73303D
RGB: (115,48,61)

Color info

#73303D contains mainly red and blue colors. Web safe color of #73303D is #663333 (or #633).

RGB color model

#73303D color RGB value is (115,48,61).

  • red value is 115;
  • green value is 48;
  • blue value is 61.
RGB:
(115,48,61)
(45%,19%,24%)

RGB channels and saturation

R 115 of 255 = 45%
G 48 of 255 = 19%
B 61 of 255 = 24%

115
48
61

R + G + B ~ 29%. #73303D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 48 + 61 = 224 (100%)
R 115 of 224 ~ 51.34%
G 48 of 224 ~ 21.43%
B 61 of 224 ~ 27.23%

%51.34
%21.43
%27.23

CMYK color model

#73303D color CMYK value is (0,58,47,55).

  • cyan value is 0.00%
  • magenta value is 58.26%
  • yellow value is 46.96%
  • key color value is 54.90%
CMYK:
(0,58,47,55)
C0M58Y47K55 
(0%,58%,47%,55%)
(0.00/0.58/0.47/0.55)	

CMYK percentages

%0
%58.26
%46.96
%54.9

Codes

Color #73303D in popluar color models

73303D
RGB1154861
HSL348°41.10%31.96%
HSB/HSV348°58.26%45.10%
CMYK0.00%58.26%46.96%
54.90%

Color #73303D in popluar number systems.

HEX73303D
Decimal1154861
Binary1110011110000111101
Octal1636075

Shades and tints

Shades of #73303D

#73303D
(115,48,61)
#692C38
(105,44,56)
#5F2833
(95,40,51)
#55242E
(85,36,46)
#4B2029
(75,32,41)
#411C24
(65,28,36)
#37181F
(55,24,31)
#2D141A
(45,20,26)
#231015
(35,16,21)
#190C10
(25,12,16)
#0F080B
(15,8,11)
#000000
(0,0,0)

Tints of #73303D

#73303D
(115,48,61)
#7F424E
(127,66,78)
#8B545F
(139,84,95)
#976670
(151,102,112)
#A37881
(163,120,129)
#AF8A92
(175,138,146)
#BB9CA3
(187,156,163)
#C7AEB4
(199,174,180)
#D3C0C5
(211,192,197)
#DFD2D6
(223,210,214)
#EBE4E7
(235,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73303D color. Also use rgb(115,48,61) instead hex code.

Text Font Color

.myTextColor { color: #73303D; }

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

This text font color is #73303D.


Background Color

.myBgColor { background-color: #73303D; }

<div style="background-color:#73303D">Inner text</div>

This div background color is #73303D.


Border color

.myBorderColor { border: 1px solid #73303D; }

<div style="border:3px solid #73303D">Div</div>

This div border color is #73303D.


Opacity

.myOpacity80 { color: #73303D; opacity: 0.8; }

<p style="color:#73303D;opacity:0.8;">80%</p>

Text with #73303D 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 #73303D;}

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

This text has shadow with #73303D color.

.textShadow {text-shadow: 3px 3px 1px #73303D, 3px 3px 1px red;}

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

This text has shadow with #73303D primary color and red secondary color.


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

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

This text has shadow with #73303D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73303D on black background.


Color preview on white background

This text has color #73303D on white background.



Black color preview on #73303D background

This text has black color on #73303D background.


White color preview on #73303D background

This text has white color on #73303D background.