COLOR #753030

HEX: #753030
RGB: (117,48,48)

Color info

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

RGB color model

#753030 color RGB value is (117,48,48).

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

RGB channels and saturation

R 117 of 255 = 46%
G 48 of 255 = 19%
B 48 of 255 = 19%

117
48
48

R + G + B ~ 28%. #753030 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 48 + 48 = 213 (100%)
R 117 of 213 ~ 54.93%
G 48 of 213 ~ 22.54%
B 48 of 213 ~ 22.54%

%54.93
%22.54
%22.54

CMYK color model

#753030 color CMYK value is (0,59,59,54).

  • cyan value is 0.00%
  • magenta value is 58.97%
  • yellow value is 58.97%
  • key color value is 54.12%
CMYK:
(0,59,59,54)
C0M59Y59K54 
(0%,59%,59%,54%)
(0.00/0.59/0.59/0.54)	

CMYK percentages

%0
%58.97
%58.97
%54.12

Codes

Color #753030 in popluar color models

753030
RGB1174848
HSL41.82%32.35%
HSB/HSV58.97%45.88%
CMYK0.00%58.97%58.97%
54.12%

Color #753030 in popluar number systems.

HEX753030
Decimal1174848
Binary1110101110000110000
Octal1656060

Shades and tints

Shades of #753030

#753030
(117,48,48)
#6B2C2C
(107,44,44)
#612828
(97,40,40)
#572424
(87,36,36)
#4D2020
(77,32,32)
#431C1C
(67,28,28)
#391818
(57,24,24)
#2F1414
(47,20,20)
#251010
(37,16,16)
#1B0C0C
(27,12,12)
#110808
(17,8,8)
#000000
(0,0,0)

Tints of #753030

#753030
(117,48,48)
#814242
(129,66,66)
#8D5454
(141,84,84)
#996666
(153,102,102)
#A57878
(165,120,120)
#B18A8A
(177,138,138)
#BD9C9C
(189,156,156)
#C9AEAE
(201,174,174)
#D5C0C0
(213,192,192)
#E1D2D2
(225,210,210)
#EDE4E4
(237,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #753030; }

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

This text font color is #753030.


Background Color

.myBgColor { background-color: #753030; }

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

This div background color is #753030.


Border color

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

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

This div border color is #753030.


Opacity

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

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

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

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

This text has shadow with #753030 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #753030 on black background.


Color preview on white background

This text has color #753030 on white background.



Black color preview on #753030 background

This text has black color on #753030 background.


White color preview on #753030 background

This text has white color on #753030 background.