COLOR #733413

HEX: #733413
RGB: (115,52,19)

Color info

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

RGB color model

#733413 color RGB value is (115,52,19).

  • red value is 115;
  • green value is 52;
  • blue value is 19.
RGB:
(115,52,19)
(45%,20%,7%)

RGB channels and saturation

R 115 of 255 = 45%
G 52 of 255 = 20%
B 19 of 255 = 7%

115
52
19

R + G + B ~ 24%. #733413 is dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 52 + 19 = 186 (100%)
R 115 of 186 ~ 61.83%
G 52 of 186 ~ 27.96%
B 19 of 186 ~ 10.22%

%61.83
%27.96
%10.22

CMYK color model

#733413 color CMYK value is (0,55,83,55).

  • cyan value is 0.00%
  • magenta value is 54.78%
  • yellow value is 83.48%
  • key color value is 54.90%
CMYK:
(0,55,83,55)
C0M55Y83K55 
(0%,55%,83%,55%)
(0.00/0.55/0.83/0.55)	

CMYK percentages

%0
%54.78
%83.48
%54.9

Codes

Color #733413 in popluar color models

733413
RGB1155219
HSL21°71.64%26.27%
HSB/HSV21°83.48%45.10%
CMYK0.00%54.78%83.48%
54.90%

Color #733413 in popluar number systems.

HEX733413
Decimal1155219
Binary111001111010010011
Octal1636423

Shades and tints

Shades of #733413

#733413
(115,52,19)
#693012
(105,48,18)
#5F2C11
(95,44,17)
#552810
(85,40,16)
#4B240F
(75,36,15)
#41200E
(65,32,14)
#371C0D
(55,28,13)
#2D180C
(45,24,12)
#23140B
(35,20,11)
#19100A
(25,16,10)
#0F0C09
(15,12,9)
#000000
(0,0,0)

Tints of #733413

#733413
(115,52,19)
#7F4628
(127,70,40)
#8B583D
(139,88,61)
#976A52
(151,106,82)
#A37C67
(163,124,103)
#AF8E7C
(175,142,124)
#BBA091
(187,160,145)
#C7B2A6
(199,178,166)
#D3C4BB
(211,196,187)
#DFD6D0
(223,214,208)
#EBE8E5
(235,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #733413 color. Also use rgb(115,52,19) instead hex code.

Text Font Color

.myTextColor { color: #733413; }

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

This text font color is #733413.


Background Color

.myBgColor { background-color: #733413; }

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

This div background color is #733413.


Border color

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

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

This div border color is #733413.


Opacity

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

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

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

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

This text has shadow with #733413 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #733413 on black background.


Color preview on white background

This text has color #733413 on white background.



Black color preview on #733413 background

This text has black color on #733413 background.


White color preview on #733413 background

This text has white color on #733413 background.