COLOR #733730

HEX: #733730
RGB: (115,55,48)

Color info

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

RGB color model

#733730 color RGB value is (115,55,48).

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

RGB channels and saturation

R 115 of 255 = 45%
G 55 of 255 = 22%
B 48 of 255 = 19%

115
55
48

R + G + B ~ 29%. #733730 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 55 + 48 = 218 (100%)
R 115 of 218 ~ 52.75%
G 55 of 218 ~ 25.23%
B 48 of 218 ~ 22.02%

%52.75
%25.23
%22.02

CMYK color model

#733730 color CMYK value is (0,52,58,55).

  • cyan value is 0.00%
  • magenta value is 52.17%
  • yellow value is 58.26%
  • key color value is 54.90%
CMYK:
(0,52,58,55)
C0M52Y58K55 
(0%,52%,58%,55%)
(0.00/0.52/0.58/0.55)	

CMYK percentages

%0
%52.17
%58.26
%54.9

Codes

Color #733730 in popluar color models

733730
RGB1155548
HSL41.10%31.96%
HSB/HSV58.26%45.10%
CMYK0.00%52.17%58.26%
54.90%

Color #733730 in popluar number systems.

HEX733730
Decimal1155548
Binary1110011110111110000
Octal1636760

Shades and tints

Shades of #733730

#733730
(115,55,48)
#69322C
(105,50,44)
#5F2D28
(95,45,40)
#552824
(85,40,36)
#4B2320
(75,35,32)
#411E1C
(65,30,28)
#371918
(55,25,24)
#2D1414
(45,20,20)
#230F10
(35,15,16)
#190A0C
(25,10,12)
#0F0508
(15,5,8)
#000000
(0,0,0)

Tints of #733730

#733730
(115,55,48)
#7F4942
(127,73,66)
#8B5B54
(139,91,84)
#976D66
(151,109,102)
#A37F78
(163,127,120)
#AF918A
(175,145,138)
#BBA39C
(187,163,156)
#C7B5AE
(199,181,174)
#D3C7C0
(211,199,192)
#DFD9D2
(223,217,210)
#EBEBE4
(235,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #733730; }

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

This text font color is #733730.


Background Color

.myBgColor { background-color: #733730; }

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

This div background color is #733730.


Border color

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

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

This div border color is #733730.


Opacity

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

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

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

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

This text has shadow with #733730 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #733730 on black background.


Color preview on white background

This text has color #733730 on white background.



Black color preview on #733730 background

This text has black color on #733730 background.


White color preview on #733730 background

This text has white color on #733730 background.