COLOR #733D4B

HEX: #733D4B
RGB: (115,61,75)

Color info

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

RGB color model

#733D4B color RGB value is (115,61,75).

  • red value is 115;
  • green value is 61;
  • blue value is 75.
RGB:
(115,61,75)
(45%,24%,29%)

RGB channels and saturation

R 115 of 255 = 45%
G 61 of 255 = 24%
B 75 of 255 = 29%

115
61
75

R + G + B ~ 33%. #733D4B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 61 + 75 = 251 (100%)
R 115 of 251 ~ 45.82%
G 61 of 251 ~ 24.3%
B 75 of 251 ~ 29.88%

%45.82
%24.3
%29.88

CMYK color model

#733D4B color CMYK value is (0,47,35,55).

  • cyan value is 0.00%
  • magenta value is 46.96%
  • yellow value is 34.78%
  • key color value is 54.90%
CMYK:
(0,47,35,55)
C0M47Y35K55 
(0%,47%,35%,55%)
(0.00/0.47/0.35/0.55)	

CMYK percentages

%0
%46.96
%34.78
%54.9

Codes

Color #733D4B in popluar color models

733D4B
RGB1156175
HSL344°30.68%34.51%
HSB/HSV344°46.96%45.10%
CMYK0.00%46.96%34.78%
54.90%

Color #733D4B in popluar number systems.

HEX733D4B
Decimal1156175
Binary11100111111011001011
Octal16375113

Shades and tints

Shades of #733D4B

#733D4B
(115,61,75)
#693845
(105,56,69)
#5F333F
(95,51,63)
#552E39
(85,46,57)
#4B2933
(75,41,51)
#41242D
(65,36,45)
#371F27
(55,31,39)
#2D1A21
(45,26,33)
#23151B
(35,21,27)
#191015
(25,16,21)
#0F0B0F
(15,11,15)
#000000
(0,0,0)

Tints of #733D4B

#733D4B
(115,61,75)
#7F4E5B
(127,78,91)
#8B5F6B
(139,95,107)
#97707B
(151,112,123)
#A3818B
(163,129,139)
#AF929B
(175,146,155)
#BBA3AB
(187,163,171)
#C7B4BB
(199,180,187)
#D3C5CB
(211,197,203)
#DFD6DB
(223,214,219)
#EBE7EB
(235,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #733D4B color. Also use rgb(115,61,75) instead hex code.

Text Font Color

.myTextColor { color: #733D4B; }

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

This text font color is #733D4B.


Background Color

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

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

This div background color is #733D4B.


Border color

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

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

This div border color is #733D4B.


Opacity

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

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

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

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

This text has shadow with #733D4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #733D4B on black background.


Color preview on white background

This text has color #733D4B on white background.



Black color preview on #733D4B background

This text has black color on #733D4B background.


White color preview on #733D4B background

This text has white color on #733D4B background.