COLOR #752D3B

HEX: #752D3B RGB: (117,45,59)

Color info

#752D3B contains mainly red and blue colors. Web safe color of #752D3B is #663333 (or #633).

RGB color model

#752D3B color RGB value is (117,45,59).

RGB: (117,45,59) (46%, 18%, 23%)

RGB channels and saturation

R 117 of 255 = 46%
G 45 of 255 = 18%
B 59 of 255 = 23%

117
45
59

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

Portions of RGB colors in percentages

R + G + B = 117 + 45 + 59 = 221 (100%)
R 117 of 221 ~ 52.94%
G 45 of 221 ~ 20.36%
B 59 of 221 ~ 26.7'%

%52.94
%20.36
%26.7

CMYK color model

#752D3B color CMYK value is (0,62,50,54).

  • cyan value is 0.00%
  • magenta value is 61.54%
  • yellow value is 49.57%
  • key color value is 54.12%

CMYK: (0,62,50,54)
C0M62Y50K54 (0%, 62%, 50%, 54%)
(0.00 / 0.62 / 0.50 / 0.54)

CMYK percentages

%0
%61.54
%49.57
%54.12

Codes

Color #752D3B in popluar color models

75 2D 3B
RGB 117 45 59
HSL 348° 44.44% 31.76%
HSB/HSV 348° 61.54% 45.88%
CMYK 0.00% 61.54% 49.57%
54.12%

Color #752D3B in popluar number systems.

HEX 75 2D 3B
Decimal 117 45 59
Binary 1110101 101101 111011
Octal 165 55 73

Shades and tints

Shades of #752D3B

#752D3B
(117,45,59)
#6B2936
(107,41,54)
#612531
(97,37,49)
#57212C
(87,33,44)
#4D1D27
(77,29,39)
#431922
(67,25,34)
#39151D
(57,21,29)
#2F1118
(47,17,24)
#250D13
(37,13,19)
#1B090E
(27,9,14)
#110509
(17,5,9)
#000000
(0,0,0)

Tints of #752D3B

#752D3B
(117,45,59)
#81404C
(129,64,76)
#8D535D
(141,83,93)
#99666E
(153,102,110)
#A5797F
(165,121,127)
#B18C90
(177,140,144)
#BD9FA1
(189,159,161)
#C9B2B2
(201,178,178)
#D5C5C3
(213,197,195)
#E1D8D4
(225,216,212)
#EDEBE5
(237,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #752D3B color. Also use rgb(117,45,59) instead hex code.

Text Font Color

.myTextColor { color: #752D3B; }

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

This text font color is #752D3B.

Background Color

.myBgColor { background-color: #752D3B; }

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

This div background color is #752D3B.

Border color

.myBorderColor { border: 1px solid #752D3B; }

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

This div border color is #752D3B.

Opacity

.myOpacity80 { color: #752D3B; opacity: 0.8; }

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

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

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

This text has shadow with #752D3B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #752D3B.

Preview

Color preview on black background

This text has color #752D3B on black background.


Color preview on white background

This text has color #752D3B on white background.


Black color preview on #752D3B background

This text has black color on #752D3B background.


White color preview on #752D3B background

This text has white color on #752D3B background.


Related colors

Complementary color

Complementary color for #hex is #8AD2C4.


I love getcolorcode.com

Triadic colors

1 #3B752D and #2D3B75 with #752D3B are triadic colors.

2 #3B2D75 and #2D753B with #752D3B are triadic colors.