COLOR #752D1D

HEX: #752D1D RGB: (117,45,29)

Color info

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

RGB color model

#752D1D color RGB value is (117,45,29).

RGB: (117,45,29) (46%, 18%, 11%)

RGB channels and saturation

R 117 of 255 = 46%
G 45 of 255 = 18%
B 29 of 255 = 11%

117
45
29

R + G + B ~ 25%. #752D1D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 117 + 45 + 29 = 191 (100%)
R 117 of 191 ~ 61.26%
G 45 of 191 ~ 23.56%
B 29 of 191 ~ 15.18'%

%61.26
%23.56
%15.18

CMYK color model

#752D1D color CMYK value is (0,62,75,54).

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

CMYK: (0,62,75,54)
C0M62Y75K54 (0%, 62%, 75%, 54%)
(0.00 / 0.62 / 0.75 / 0.54)

CMYK percentages

%0
%61.54
%75.21
%54.12

Codes

Color #752D1D in popluar color models

75 2D 1D
RGB 117 45 29
HSL 11° 60.27% 28.63%
HSB/HSV 11° 75.21% 45.88%
CMYK 0.00% 61.54% 75.21%
54.12%

Color #752D1D in popluar number systems.

HEX 75 2D 1D
Decimal 117 45 29
Binary 1110101 101101 11101
Octal 165 55 35

Shades and tints

Shades of #752D1D

#752D1D
(117,45,29)
#6B291B
(107,41,27)
#612519
(97,37,25)
#572117
(87,33,23)
#4D1D15
(77,29,21)
#431913
(67,25,19)
#391511
(57,21,17)
#2F110F
(47,17,15)
#250D0D
(37,13,13)
#1B090B
(27,9,11)
#110509
(17,5,9)
#000000
(0,0,0)

Tints of #752D1D

#752D1D
(117,45,29)
#814031
(129,64,49)
#8D5345
(141,83,69)
#996659
(153,102,89)
#A5796D
(165,121,109)
#B18C81
(177,140,129)
#BD9F95
(189,159,149)
#C9B2A9
(201,178,169)
#D5C5BD
(213,197,189)
#E1D8D1
(225,216,209)
#EDEBE5
(237,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #752D1D; }

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

This text font color is #752D1D.

Background Color

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

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

This div background color is #752D1D.

Border color

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

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

This div border color is #752D1D.

Opacity

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

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

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

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

This text has shadow with #752D1D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #752D1D.

Preview

Color preview on black background

This text has color #752D1D on black background.


Color preview on white background

This text has color #752D1D on white background.


Black color preview on #752D1D background

This text has black color on #752D1D background.


White color preview on #752D1D background

This text has white color on #752D1D background.


Related colors

Complementary color

Complementary color for #hex is #8AD2E2.


I love getcolorcode.com

Triadic colors

1 #1D752D and #2D1D75 with #752D1D are triadic colors.

2 #1D2D75 and #2D751D with #752D1D are triadic colors.