COLOR #733219

HEX: #733219
RGB: (115,50,25)

Color info

#733219 contains mainly red color. Web safe color of #733219 is #663300 (or #630).

RGB color model

#733219 color RGB value is (115,50,25).

  • red value is 115;
  • green value is 50;
  • blue value is 25.
RGB:
(115,50,25)
(45%,20%,10%)

RGB channels and saturation

R 115 of 255 = 45%
G 50 of 255 = 20%
B 25 of 255 = 10%

115
50
25

R + G + B ~ 25%. #733219 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 50 + 25 = 190 (100%)
R 115 of 190 ~ 60.53%
G 50 of 190 ~ 26.32%
B 25 of 190 ~ 13.16%

%60.53
%26.32
%13.16

CMYK color model

#733219 color CMYK value is (0,57,78,55).

  • cyan value is 0.00%
  • magenta value is 56.52%
  • yellow value is 78.26%
  • key color value is 54.90%
CMYK:
(0,57,78,55)
C0M57Y78K55 
(0%,57%,78%,55%)
(0.00/0.57/0.78/0.55)	

CMYK percentages

%0
%56.52
%78.26
%54.9

Codes

Color #733219 in popluar color models

733219
RGB1155025
HSL17°64.29%27.45%
HSB/HSV17°78.26%45.10%
CMYK0.00%56.52%78.26%
54.90%

Color #733219 in popluar number systems.

HEX733219
Decimal1155025
Binary111001111001011001
Octal1636231

Shades and tints

Shades of #733219

#733219
(115,50,25)
#692E17
(105,46,23)
#5F2A15
(95,42,21)
#552613
(85,38,19)
#4B2211
(75,34,17)
#411E0F
(65,30,15)
#371A0D
(55,26,13)
#2D160B
(45,22,11)
#231209
(35,18,9)
#190E07
(25,14,7)
#0F0A05
(15,10,5)
#000000
(0,0,0)

Tints of #733219

#733219
(115,50,25)
#7F442D
(127,68,45)
#8B5641
(139,86,65)
#976855
(151,104,85)
#A37A69
(163,122,105)
#AF8C7D
(175,140,125)
#BB9E91
(187,158,145)
#C7B0A5
(199,176,165)
#D3C2B9
(211,194,185)
#DFD4CD
(223,212,205)
#EBE6E1
(235,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #733219 color. Also use rgb(115,50,25) instead hex code.

Text Font Color

.myTextColor { color: #733219; }

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

This text font color is #733219.


Background Color

.myBgColor { background-color: #733219; }

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

This div background color is #733219.


Border color

.myBorderColor { border: 1px solid #733219; }

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

This div border color is #733219.


Opacity

.myOpacity80 { color: #733219; opacity: 0.8; }

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

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

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

This text has shadow with #733219 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #733219 on black background.


Color preview on white background

This text has color #733219 on white background.



Black color preview on #733219 background

This text has black color on #733219 background.


White color preview on #733219 background

This text has white color on #733219 background.