COLOR #733020

HEX: #733020
RGB: (115,48,32)

Color info

#733020 contains mainly red color. Web safe color of #733020 is #663333 (or #633).

RGB color model

#733020 color RGB value is (115,48,32).

  • red value is 115;
  • green value is 48;
  • blue value is 32.
RGB:
(115,48,32)
(45%,19%,13%)

RGB channels and saturation

R 115 of 255 = 45%
G 48 of 255 = 19%
B 32 of 255 = 13%

115
48
32

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

Portions of RGB colors in percentages

R + G + B =
115 + 48 + 32 = 195 (100%)
R 115 of 195 ~ 58.97%
G 48 of 195 ~ 24.62%
B 32 of 195 ~ 16.41%

%58.97
%24.62
%16.41

CMYK color model

#733020 color CMYK value is (0,58,72,55).

  • cyan value is 0.00%
  • magenta value is 58.26%
  • yellow value is 72.17%
  • key color value is 54.90%
CMYK:
(0,58,72,55)
C0M58Y72K55 
(0%,58%,72%,55%)
(0.00/0.58/0.72/0.55)	

CMYK percentages

%0
%58.26
%72.17
%54.9

Codes

Color #733020 in popluar color models

733020
RGB1154832
HSL12°56.46%28.82%
HSB/HSV12°72.17%45.10%
CMYK0.00%58.26%72.17%
54.90%

Color #733020 in popluar number systems.

HEX733020
Decimal1154832
Binary1110011110000100000
Octal1636040

Shades and tints

Shades of #733020

#733020
(115,48,32)
#692C1E
(105,44,30)
#5F281C
(95,40,28)
#55241A
(85,36,26)
#4B2018
(75,32,24)
#411C16
(65,28,22)
#371814
(55,24,20)
#2D1412
(45,20,18)
#231010
(35,16,16)
#190C0E
(25,12,14)
#0F080C
(15,8,12)
#000000
(0,0,0)

Tints of #733020

#733020
(115,48,32)
#7F4234
(127,66,52)
#8B5448
(139,84,72)
#97665C
(151,102,92)
#A37870
(163,120,112)
#AF8A84
(175,138,132)
#BB9C98
(187,156,152)
#C7AEAC
(199,174,172)
#D3C0C0
(211,192,192)
#DFD2D4
(223,210,212)
#EBE4E8
(235,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #733020 color. Also use rgb(115,48,32) instead hex code.

Text Font Color

.myTextColor { color: #733020; }

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

This text font color is #733020.


Background Color

.myBgColor { background-color: #733020; }

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

This div background color is #733020.


Border color

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

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

This div border color is #733020.


Opacity

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

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

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

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

This text has shadow with #733020 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #733020 on black background.


Color preview on white background

This text has color #733020 on white background.



Black color preview on #733020 background

This text has black color on #733020 background.


White color preview on #733020 background

This text has white color on #733020 background.