COLOR #753D5D

HEX: #753D5D RGB: (117,61,93)

Color info

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

RGB color model

#753D5D color RGB value is (117,61,93).

RGB: (117,61,93) (46%, 24%, 36%)

RGB channels and saturation

R 117 of 255 = 46%
G 61 of 255 = 24%
B 93 of 255 = 36%

117
61
93

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

Portions of RGB colors in percentages

R + G + B = 117 + 61 + 93 = 271 (100%)
R 117 of 271 ~ 43.17%
G 61 of 271 ~ 22.51%
B 93 of 271 ~ 34.32'%

%43.17
%22.51
%34.32

CMYK color model

#753D5D color CMYK value is (0,48,21,54).

  • cyan value is 0.00%
  • magenta value is 47.86%
  • yellow value is 20.51%
  • key color value is 54.12%
CMYK: (0,48,21,54) C0M48Y21K54 (0%,48%,21%,54%) (0.00/0.48/0.21/0.54) 

CMYK percentages

%0
%47.86
%20.51
%54.12

Codes

Color #753D5D in popluar color models

75 3D 5D
RGB 117 61 93
HSL 326° 31.46% 34.90%
HSB/HSV 326° 47.86% 45.88%
CMYK 0.00% 47.86% 20.51%
54.12%

Color #753D5D in popluar number systems.

HEX 75 3D 5D
Decimal 117 61 93
Binary 1110101 111101 1011101
Octal 165 75 135

Shades and tints

Shades of #753D5D

#753D5D
(117,61,93)
#6B3855
(107,56,85)
#61334D
(97,51,77)
#572E45
(87,46,69)
#4D293D
(77,41,61)
#432435
(67,36,53)
#391F2D
(57,31,45)
#2F1A25
(47,26,37)
#25151D
(37,21,29)
#1B1015
(27,16,21)
#110B0D
(17,11,13)
#000000
(0,0,0)

Tints of #753D5D

#753D5D
(117,61,93)
#814E6B
(129,78,107)
#8D5F79
(141,95,121)
#997087
(153,112,135)
#A58195
(165,129,149)
#B192A3
(177,146,163)
#BDA3B1
(189,163,177)
#C9B4BF
(201,180,191)
#D5C5CD
(213,197,205)
#E1D6DB
(225,214,219)
#EDE7E9
(237,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #753D5D; }

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

This text font color is #753D5D.

Background Color

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

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

This div background color is #753D5D.

Border color

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

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

This div border color is #753D5D.

Opacity

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

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

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

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

This text has shadow with #753D5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #753D5D.

Preview

Color preview on black background

This text has color #753D5D on black background.


Color preview on white background

This text has color #753D5D on white background.


Black color preview on #753D5D background

This text has black color on #753D5D background.


White color preview on #753D5D background

This text has white color on #753D5D background.


Related colors

Complementary color

Complementary color for #hex is #8AC2A2.


I love getcolorcode.com

Triadic colors

1 #5D753D and #3D5D75 with #753D5D are triadic colors.

2 #5D3D75 and #3D755D with #753D5D are triadic colors.