COLOR #733037

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

115
48
55

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

Portions of RGB colors in percentages

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

%52.75
%22.02
%25.23

CMYK color model

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

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

CMYK percentages

%0
%58.26
%52.17
%54.9

Codes

Color #733037 in popluar color models

733037
RGB1154855
HSL354°41.10%31.96%
HSB/HSV354°58.26%45.10%
CMYK0.00%58.26%52.17%
54.90%

Color #733037 in popluar number systems.

HEX733037
Decimal1154855
Binary1110011110000110111
Octal1636067

Shades and tints

Shades of #733037

#733037
(115,48,55)
#692C32
(105,44,50)
#5F282D
(95,40,45)
#552428
(85,36,40)
#4B2023
(75,32,35)
#411C1E
(65,28,30)
#371819
(55,24,25)
#2D1414
(45,20,20)
#23100F
(35,16,15)
#190C0A
(25,12,10)
#0F0805
(15,8,5)
#000000
(0,0,0)

Tints of #733037

#733037
(115,48,55)
#7F4249
(127,66,73)
#8B545B
(139,84,91)
#97666D
(151,102,109)
#A3787F
(163,120,127)
#AF8A91
(175,138,145)
#BB9CA3
(187,156,163)
#C7AEB5
(199,174,181)
#D3C0C7
(211,192,199)
#DFD2D9
(223,210,217)
#EBE4EB
(235,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #733037; }

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

This text font color is #733037.


Background Color

.myBgColor { background-color: #733037; }

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

This div background color is #733037.


Border color

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

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

This div border color is #733037.


Opacity

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

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

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

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

This text has shadow with #733037 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #733037 on black background.


Color preview on white background

This text has color #733037 on white background.



Black color preview on #733037 background

This text has black color on #733037 background.


White color preview on #733037 background

This text has white color on #733037 background.