COLOR #751C25

HEX: #751C25
RGB: (117,28,37)

Color info

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

RGB color model

#751C25 color RGB value is (117,28,37).

  • red value is 117;
  • green value is 28;
  • blue value is 37.
RGB:
(117,28,37)
(46%,11%,15%)

RGB channels and saturation

R 117 of 255 = 46%
G 28 of 255 = 11%
B 37 of 255 = 15%

117
28
37

R + G + B ~ 24%. #751C25 is dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 28 + 37 = 182 (100%)
R 117 of 182 ~ 64.29%
G 28 of 182 ~ 15.38%
B 37 of 182 ~ 20.33%

%64.29
%15.38
%20.33

CMYK color model

#751C25 color CMYK value is (0,76,68,54).

  • cyan value is 0.00%
  • magenta value is 76.07%
  • yellow value is 68.38%
  • key color value is 54.12%
CMYK:
(0,76,68,54)
C0M76Y68K54 
(0%,76%,68%,54%)
(0.00/0.76/0.68/0.54)	

CMYK percentages

%0
%76.07
%68.38
%54.12

Codes

Color #751C25 in popluar color models

751C25
RGB1172837
HSL354°61.38%28.43%
HSB/HSV354°76.07%45.88%
CMYK0.00%76.07%68.38%
54.12%

Color #751C25 in popluar number systems.

HEX751C25
Decimal1172837
Binary111010111100100101
Octal1653445

Shades and tints

Shades of #751C25

#751C25
(117,28,37)
#6B1A22
(107,26,34)
#61181F
(97,24,31)
#57161C
(87,22,28)
#4D1419
(77,20,25)
#431216
(67,18,22)
#391013
(57,16,19)
#2F0E10
(47,14,16)
#250C0D
(37,12,13)
#1B0A0A
(27,10,10)
#110807
(17,8,7)
#000000
(0,0,0)

Tints of #751C25

#751C25
(117,28,37)
#813038
(129,48,56)
#8D444B
(141,68,75)
#99585E
(153,88,94)
#A56C71
(165,108,113)
#B18084
(177,128,132)
#BD9497
(189,148,151)
#C9A8AA
(201,168,170)
#D5BCBD
(213,188,189)
#E1D0D0
(225,208,208)
#EDE4E3
(237,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #751C25; }

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

This text font color is #751C25.


Background Color

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

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

This div background color is #751C25.


Border color

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

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

This div border color is #751C25.


Opacity

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

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

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

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

This text has shadow with #751C25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #751C25 on black background.


Color preview on white background

This text has color #751C25 on white background.



Black color preview on #751C25 background

This text has black color on #751C25 background.


White color preview on #751C25 background

This text has white color on #751C25 background.