COLOR #751D1C

HEX: #751D1C RGB: (117,29,28)

Color info

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

RGB color model

#751D1C color RGB value is (117,29,28).

RGB: (117,29,28) (46%, 11%, 11%)

RGB channels and saturation

R 117 of 255 = 46%
G 29 of 255 = 11%
B 28 of 255 = 11%

117
29
28

R + G + B ~ 23%. #751D1C is dark color.

Portions of RGB colors in percentages

R + G + B = 117 + 29 + 28 = 174 (100%)
R 117 of 174 ~ 67.24%
G 29 of 174 ~ 16.67%
B 28 of 174 ~ 16.09'%

%67.24
%16.67
%16.09

CMYK color model

#751D1C color CMYK value is (0,75,76,54).

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

CMYK: (0,75,76,54)
C0M75Y76K54 (0%, 75%, 76%, 54%)
(0.00 / 0.75 / 0.76 / 0.54)

CMYK percentages

%0
%75.21
%76.07
%54.12

Codes

Color #751D1C in popluar color models

75 1D 1C
RGB 117 29 28
HSL 61.38% 28.43%
HSB/HSV 76.07% 45.88%
CMYK 0.00% 75.21% 76.07%
54.12%

Color #751D1C in popluar number systems.

HEX 75 1D 1C
Decimal 117 29 28
Binary 1110101 11101 11100
Octal 165 35 34

Shades and tints

Shades of #751D1C

#751D1C
(117,29,28)
#6B1B1A
(107,27,26)
#611918
(97,25,24)
#571716
(87,23,22)
#4D1514
(77,21,20)
#431312
(67,19,18)
#391110
(57,17,16)
#2F0F0E
(47,15,14)
#250D0C
(37,13,12)
#1B0B0A
(27,11,10)
#110908
(17,9,8)
#000000
(0,0,0)

Tints of #751D1C

#751D1C
(117,29,28)
#813130
(129,49,48)
#8D4544
(141,69,68)
#995958
(153,89,88)
#A56D6C
(165,109,108)
#B18180
(177,129,128)
#BD9594
(189,149,148)
#C9A9A8
(201,169,168)
#D5BDBC
(213,189,188)
#E1D1D0
(225,209,208)
#EDE5E4
(237,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #751D1C color. Also use rgb(117,29,28) instead hex code.

Text Font Color

.myTextColor { color: #751D1C; }

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

This text font color is #751D1C.

Background Color

.myBgColor { background-color: #751D1C; }

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

This div background color is #751D1C.

Border color

.myBorderColor { border: 1px solid #751D1C; }

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

This div border color is #751D1C.

Opacity

.myOpacity80 { color: #751D1C; opacity: 0.8; }

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

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

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

This text has shadow with #751D1C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #751D1C.

Preview

Color preview on black background

This text has color #751D1C on black background.


Color preview on white background

This text has color #751D1C on white background.


Black color preview on #751D1C background

This text has black color on #751D1C background.


White color preview on #751D1C background

This text has white color on #751D1C background.


Related colors

Complementary color

Complementary color for #hex is #8AE2E3.


I love getcolorcode.com

Triadic colors

1 #1C751D and #1D1C75 with #751D1C are triadic colors.

2 #1C1D75 and #1D751C with #751D1C are triadic colors.