COLOR #733D5D

HEX: #733D5D
RGB: (115,61,93)

Color info

#733D5D contains red, green and blue colors in about the same proportion. Web safe color of #733D5D is #663366 (or #636).

RGB color model

#733D5D color RGB value is (115,61,93).

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

RGB channels and saturation

R 115 of 255 = 45%
G 61 of 255 = 24%
B 93 of 255 = 36%

115
61
93

R + G + B ~ 35%. #733D5D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 61 + 93 = 269 (100%)
R 115 of 269 ~ 42.75%
G 61 of 269 ~ 22.68%
B 93 of 269 ~ 34.57%

%42.75
%22.68
%34.57

CMYK color model

#733D5D color CMYK value is (0,47,19,55).

  • cyan value is 0.00%
  • magenta value is 46.96%
  • yellow value is 19.13%
  • key color value is 54.90%
CMYK:
(0,47,19,55)
C0M47Y19K55 
(0%,47%,19%,55%)
(0.00/0.47/0.19/0.55)	

CMYK percentages

%0
%46.96
%19.13
%54.9

Codes

Color #733D5D in popluar color models

733D5D
RGB1156193
HSL324°30.68%34.51%
HSB/HSV324°46.96%45.10%
CMYK0.00%46.96%19.13%
54.90%

Color #733D5D in popluar number systems.

HEX733D5D
Decimal1156193
Binary11100111111011011101
Octal16375135

Shades and tints

Shades of #733D5D

#733D5D
(115,61,93)
#693855
(105,56,85)
#5F334D
(95,51,77)
#552E45
(85,46,69)
#4B293D
(75,41,61)
#412435
(65,36,53)
#371F2D
(55,31,45)
#2D1A25
(45,26,37)
#23151D
(35,21,29)
#191015
(25,16,21)
#0F0B0D
(15,11,13)
#000000
(0,0,0)

Tints of #733D5D

#733D5D
(115,61,93)
#7F4E6B
(127,78,107)
#8B5F79
(139,95,121)
#977087
(151,112,135)
#A38195
(163,129,149)
#AF92A3
(175,146,163)
#BBA3B1
(187,163,177)
#C7B4BF
(199,180,191)
#D3C5CD
(211,197,205)
#DFD6DB
(223,214,219)
#EBE7E9
(235,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #733D5D; }

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

This text font color is #733D5D.


Background Color

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

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

This div background color is #733D5D.


Border color

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

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

This div border color is #733D5D.


Opacity

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

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

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

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

This text has shadow with #733D5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #733D5D on black background.


Color preview on white background

This text has color #733D5D on white background.



Black color preview on #733D5D background

This text has black color on #733D5D background.


White color preview on #733D5D background

This text has white color on #733D5D background.