COLOR #751B24

HEX: #751B24
RGB: (117,27,36)

Color info

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

RGB color model

#751B24 color RGB value is (117,27,36).

  • red value is 117;
  • green value is 27;
  • blue value is 36.
RGB:
(117,27,36)
(46%,11%,14%)

RGB channels and saturation

R 117 of 255 = 46%
G 27 of 255 = 11%
B 36 of 255 = 14%

117
27
36

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

Portions of RGB colors in percentages

R + G + B =
117 + 27 + 36 = 180 (100%)
R 117 of 180 ~ 65%
G 27 of 180 ~ 15%
B 36 of 180 ~ 20%

%65
%15
%20

CMYK color model

#751B24 color CMYK value is (0,77,69,54).

  • cyan value is 0.00%
  • magenta value is 76.92%
  • yellow value is 69.23%
  • key color value is 54.12%
CMYK:
(0,77,69,54)
C0M77Y69K54 
(0%,77%,69%,54%)
(0.00/0.77/0.69/0.54)	

CMYK percentages

%0
%76.92
%69.23
%54.12

Codes

Color #751B24 in popluar color models

751B24
RGB1172736
HSL354°62.50%28.24%
HSB/HSV354°76.92%45.88%
CMYK0.00%76.92%69.23%
54.12%

Color #751B24 in popluar number systems.

HEX751B24
Decimal1172736
Binary111010111011100100
Octal1653344

Shades and tints

Shades of #751B24

#751B24
(117,27,36)
#6B1921
(107,25,33)
#61171E
(97,23,30)
#57151B
(87,21,27)
#4D1318
(77,19,24)
#431115
(67,17,21)
#390F12
(57,15,18)
#2F0D0F
(47,13,15)
#250B0C
(37,11,12)
#1B0909
(27,9,9)
#110706
(17,7,6)
#000000
(0,0,0)

Tints of #751B24

#751B24
(117,27,36)
#812F37
(129,47,55)
#8D434A
(141,67,74)
#99575D
(153,87,93)
#A56B70
(165,107,112)
#B17F83
(177,127,131)
#BD9396
(189,147,150)
#C9A7A9
(201,167,169)
#D5BBBC
(213,187,188)
#E1CFCF
(225,207,207)
#EDE3E2
(237,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #751B24 color. Also use rgb(117,27,36) instead hex code.

Text Font Color

.myTextColor { color: #751B24; }

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

This text font color is #751B24.


Background Color

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

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

This div background color is #751B24.


Border color

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

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

This div border color is #751B24.


Opacity

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

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

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

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

This text has shadow with #751B24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #751B24 on black background.


Color preview on white background

This text has color #751B24 on white background.



Black color preview on #751B24 background

This text has black color on #751B24 background.


White color preview on #751B24 background

This text has white color on #751B24 background.