COLOR #733414

HEX: #733414
RGB: (115,52,20)

Color info

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

RGB color model

#733414 color RGB value is (115,52,20).

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

RGB channels and saturation

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

115
52
20

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

Portions of RGB colors in percentages

R + G + B =
115 + 52 + 20 = 187 (100%)
R 115 of 187 ~ 61.5%
G 52 of 187 ~ 27.81%
B 20 of 187 ~ 10.7%

%61.5
%27.81
%10.7

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 54.78%
  • yellow value is 82.61%
  • 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
%82.61
%54.9

Codes

Color #733414 in popluar color models

733414
RGB1155220
HSL20°70.37%26.47%
HSB/HSV20°82.61%45.10%
CMYK0.00%54.78%82.61%
54.90%

Color #733414 in popluar number systems.

HEX733414
Decimal1155220
Binary111001111010010100
Octal1636424

Shades and tints

Shades of #733414

#733414
(115,52,20)
#693013
(105,48,19)
#5F2C12
(95,44,18)
#552811
(85,40,17)
#4B2410
(75,36,16)
#41200F
(65,32,15)
#371C0E
(55,28,14)
#2D180D
(45,24,13)
#23140C
(35,20,12)
#19100B
(25,16,11)
#0F0C0A
(15,12,10)
#000000
(0,0,0)

Tints of #733414

#733414
(115,52,20)
#7F4629
(127,70,41)
#8B583E
(139,88,62)
#976A53
(151,106,83)
#A37C68
(163,124,104)
#AF8E7D
(175,142,125)
#BBA092
(187,160,146)
#C7B2A7
(199,178,167)
#D3C4BC
(211,196,188)
#DFD6D1
(223,214,209)
#EBE8E6
(235,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #733414; }

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

This text font color is #733414.


Background Color

.myBgColor { background-color: #733414; }

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

This div background color is #733414.


Border color

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

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

This div border color is #733414.


Opacity

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

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

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

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

This text has shadow with #733414 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #733414 on black background.


Color preview on white background

This text has color #733414 on white background.



Black color preview on #733414 background

This text has black color on #733414 background.


White color preview on #733414 background

This text has white color on #733414 background.