COLOR #733314

HEX: #733314
RGB: (115,51,20)

Color info

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

RGB color model

#733314 color RGB value is (115,51,20).

  • red value is 115;
  • green value is 51;
  • blue value is 20.
RGB:
(115,51,20)
(45%,20%,8%)

RGB channels and saturation

R 115 of 255 = 45%
G 51 of 255 = 20%
B 20 of 255 = 8%

115
51
20

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

Portions of RGB colors in percentages

R + G + B =
115 + 51 + 20 = 186 (100%)
R 115 of 186 ~ 61.83%
G 51 of 186 ~ 27.42%
B 20 of 186 ~ 10.75%

%61.83
%27.42
%10.75

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 55.65%
  • yellow value is 82.61%
  • key color value is 54.90%
CMYK:
(0,56,83,55)
C0M56Y83K55 
(0%,56%,83%,55%)
(0.00/0.56/0.83/0.55)	

CMYK percentages

%0
%55.65
%82.61
%54.9

Codes

Color #733314 in popluar color models

733314
RGB1155120
HSL20°70.37%26.47%
HSB/HSV20°82.61%45.10%
CMYK0.00%55.65%82.61%
54.90%

Color #733314 in popluar number systems.

HEX733314
Decimal1155120
Binary111001111001110100
Octal1636324

Shades and tints

Shades of #733314

#733314
(115,51,20)
#692F13
(105,47,19)
#5F2B12
(95,43,18)
#552711
(85,39,17)
#4B2310
(75,35,16)
#411F0F
(65,31,15)
#371B0E
(55,27,14)
#2D170D
(45,23,13)
#23130C
(35,19,12)
#190F0B
(25,15,11)
#0F0B0A
(15,11,10)
#000000
(0,0,0)

Tints of #733314

#733314
(115,51,20)
#7F4529
(127,69,41)
#8B573E
(139,87,62)
#976953
(151,105,83)
#A37B68
(163,123,104)
#AF8D7D
(175,141,125)
#BB9F92
(187,159,146)
#C7B1A7
(199,177,167)
#D3C3BC
(211,195,188)
#DFD5D1
(223,213,209)
#EBE7E6
(235,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #733314 color. Also use rgb(115,51,20) instead hex code.

Text Font Color

.myTextColor { color: #733314; }

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

This text font color is #733314.


Background Color

.myBgColor { background-color: #733314; }

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

This div background color is #733314.


Border color

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

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

This div border color is #733314.


Opacity

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

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

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

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

This text has shadow with #733314 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #733314 on black background.


Color preview on white background

This text has color #733314 on white background.



Black color preview on #733314 background

This text has black color on #733314 background.


White color preview on #733314 background

This text has white color on #733314 background.