COLOR #733A38

HEX: #733A38
RGB: (115,58,56)

Color info

#733A38 contains red, green and blue colors in about the same proportion. Web safe color of #733A38 is #663333 (or #633).

RGB color model

#733A38 color RGB value is (115,58,56).

  • red value is 115;
  • green value is 58;
  • blue value is 56.
RGB:
(115,58,56)
(45%,23%,22%)

RGB channels and saturation

R 115 of 255 = 45%
G 58 of 255 = 23%
B 56 of 255 = 22%

115
58
56

R + G + B ~ 30%. #733A38 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 58 + 56 = 229 (100%)
R 115 of 229 ~ 50.22%
G 58 of 229 ~ 25.33%
B 56 of 229 ~ 24.45%

%50.22
%25.33
%24.45

CMYK color model

#733A38 color CMYK value is (0,50,51,55).

  • cyan value is 0.00%
  • magenta value is 49.57%
  • yellow value is 51.30%
  • key color value is 54.90%
CMYK:
(0,50,51,55)
C0M50Y51K55 
(0%,50%,51%,55%)
(0.00/0.50/0.51/0.55)	

CMYK percentages

%0
%49.57
%51.3
%54.9

Codes

Color #733A38 in popluar color models

733A38
RGB1155856
HSL34.50%33.53%
HSB/HSV51.30%45.10%
CMYK0.00%49.57%51.30%
54.90%

Color #733A38 in popluar number systems.

HEX733A38
Decimal1155856
Binary1110011111010111000
Octal1637270

Shades and tints

Shades of #733A38

#733A38
(115,58,56)
#693533
(105,53,51)
#5F302E
(95,48,46)
#552B29
(85,43,41)
#4B2624
(75,38,36)
#41211F
(65,33,31)
#371C1A
(55,28,26)
#2D1715
(45,23,21)
#231210
(35,18,16)
#190D0B
(25,13,11)
#0F0806
(15,8,6)
#000000
(0,0,0)

Tints of #733A38

#733A38
(115,58,56)
#7F4B4A
(127,75,74)
#8B5C5C
(139,92,92)
#976D6E
(151,109,110)
#A37E80
(163,126,128)
#AF8F92
(175,143,146)
#BBA0A4
(187,160,164)
#C7B1B6
(199,177,182)
#D3C2C8
(211,194,200)
#DFD3DA
(223,211,218)
#EBE4EC
(235,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #733A38 color. Also use rgb(115,58,56) instead hex code.

Text Font Color

.myTextColor { color: #733A38; }

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

This text font color is #733A38.


Background Color

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

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

This div background color is #733A38.


Border color

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

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

This div border color is #733A38.


Opacity

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

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

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

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

This text has shadow with #733A38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #733A38 on black background.


Color preview on white background

This text has color #733A38 on white background.



Black color preview on #733A38 background

This text has black color on #733A38 background.


White color preview on #733A38 background

This text has white color on #733A38 background.