COLOR #733C14

HEX: #733C14
RGB: (115,60,20)

Color info

#733C14 contains mainly red and green colors. Web safe color of #733C14 is #663300 (or #630).

RGB color model

#733C14 color RGB value is (115,60,20).

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

RGB channels and saturation

R 115 of 255 = 45%
G 60 of 255 = 24%
B 20 of 255 = 8%

115
60
20

R + G + B ~ 26%. #733C14 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 60 + 20 = 195 (100%)
R 115 of 195 ~ 58.97%
G 60 of 195 ~ 30.77%
B 20 of 195 ~ 10.26%

%58.97
%30.77
%10.26

CMYK color model

#733C14 color CMYK value is (0,48,83,55).

  • cyan value is 0.00%
  • magenta value is 47.83%
  • yellow value is 82.61%
  • key color value is 54.90%
CMYK:
(0,48,83,55)
C0M48Y83K55 
(0%,48%,83%,55%)
(0.00/0.48/0.83/0.55)	

CMYK percentages

%0
%47.83
%82.61
%54.9

Codes

Color #733C14 in popluar color models

733C14
RGB1156020
HSL25°70.37%26.47%
HSB/HSV25°82.61%45.10%
CMYK0.00%47.83%82.61%
54.90%

Color #733C14 in popluar number systems.

HEX733C14
Decimal1156020
Binary111001111110010100
Octal1637424

Shades and tints

Shades of #733C14

#733C14
(115,60,20)
#693713
(105,55,19)
#5F3212
(95,50,18)
#552D11
(85,45,17)
#4B2810
(75,40,16)
#41230F
(65,35,15)
#371E0E
(55,30,14)
#2D190D
(45,25,13)
#23140C
(35,20,12)
#190F0B
(25,15,11)
#0F0A0A
(15,10,10)
#000000
(0,0,0)

Tints of #733C14

#733C14
(115,60,20)
#7F4D29
(127,77,41)
#8B5E3E
(139,94,62)
#976F53
(151,111,83)
#A38068
(163,128,104)
#AF917D
(175,145,125)
#BBA292
(187,162,146)
#C7B3A7
(199,179,167)
#D3C4BC
(211,196,188)
#DFD5D1
(223,213,209)
#EBE6E6
(235,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #733C14; }

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

This text font color is #733C14.


Background Color

.myBgColor { background-color: #733C14; }

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

This div background color is #733C14.


Border color

.myBorderColor { border: 1px solid #733C14; }

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

This div border color is #733C14.


Opacity

.myOpacity80 { color: #733C14; opacity: 0.8; }

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

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

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

This text has shadow with #733C14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #733C14 on black background.


Color preview on white background

This text has color #733C14 on white background.



Black color preview on #733C14 background

This text has black color on #733C14 background.


White color preview on #733C14 background

This text has white color on #733C14 background.