COLOR #753333

HEX: #753333
RGB: (117,51,51)

Color info

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

RGB color model

#753333 color RGB value is (117,51,51).

  • red value is 117;
  • green value is 51;
  • blue value is 51.
RGB:
(117,51,51)
(46%,20%,20%)

RGB channels and saturation

R 117 of 255 = 46%
G 51 of 255 = 20%
B 51 of 255 = 20%

117
51
51

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

Portions of RGB colors in percentages

R + G + B =
117 + 51 + 51 = 219 (100%)
R 117 of 219 ~ 53.42%
G 51 of 219 ~ 23.29%
B 51 of 219 ~ 23.29%

%53.42
%23.29
%23.29

CMYK color model

#753333 color CMYK value is (0,56,56,54).

  • cyan value is 0.00%
  • magenta value is 56.41%
  • yellow value is 56.41%
  • key color value is 54.12%
CMYK:
(0,56,56,54)
C0M56Y56K54 
(0%,56%,56%,54%)
(0.00/0.56/0.56/0.54)	

CMYK percentages

%0
%56.41
%56.41
%54.12

Codes

Color #753333 in popluar color models

753333
RGB1175151
HSL39.29%32.94%
HSB/HSV56.41%45.88%
CMYK0.00%56.41%56.41%
54.12%

Color #753333 in popluar number systems.

HEX753333
Decimal1175151
Binary1110101110011110011
Octal1656363

Shades and tints

Shades of #753333

#753333
(117,51,51)
#6B2F2F
(107,47,47)
#612B2B
(97,43,43)
#572727
(87,39,39)
#4D2323
(77,35,35)
#431F1F
(67,31,31)
#391B1B
(57,27,27)
#2F1717
(47,23,23)
#251313
(37,19,19)
#1B0F0F
(27,15,15)
#110B0B
(17,11,11)
#000000
(0,0,0)

Tints of #753333

#753333
(117,51,51)
#814545
(129,69,69)
#8D5757
(141,87,87)
#996969
(153,105,105)
#A57B7B
(165,123,123)
#B18D8D
(177,141,141)
#BD9F9F
(189,159,159)
#C9B1B1
(201,177,177)
#D5C3C3
(213,195,195)
#E1D5D5
(225,213,213)
#EDE7E7
(237,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #753333 color. Also use rgb(117,51,51) instead hex code.

Text Font Color

.myTextColor { color: #753333; }

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

This text font color is #753333.


Background Color

.myBgColor { background-color: #753333; }

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

This div background color is #753333.


Border color

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

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

This div border color is #753333.


Opacity

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

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

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

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

This text has shadow with #753333 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #753333 on black background.


Color preview on white background

This text has color #753333 on white background.



Black color preview on #753333 background

This text has black color on #753333 background.


White color preview on #753333 background

This text has white color on #753333 background.