COLOR #751B30

HEX: #751B30
RGB: (117,27,48)

Color info

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

RGB color model

#751B30 color RGB value is (117,27,48).

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

RGB channels and saturation

R 117 of 255 = 46%
G 27 of 255 = 11%
B 48 of 255 = 19%

117
27
48

R + G + B ~ 25%. #751B30 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 27 + 48 = 192 (100%)
R 117 of 192 ~ 60.94%
G 27 of 192 ~ 14.06%
B 48 of 192 ~ 25%

%60.94
%14.06
%25

CMYK color model

#751B30 color CMYK value is (0,77,59,54).

  • cyan value is 0.00%
  • magenta value is 76.92%
  • yellow value is 58.97%
  • key color value is 54.12%
CMYK:
(0,77,59,54)
C0M77Y59K54 
(0%,77%,59%,54%)
(0.00/0.77/0.59/0.54)	

CMYK percentages

%0
%76.92
%58.97
%54.12

Codes

Color #751B30 in popluar color models

751B30
RGB1172748
HSL346°62.50%28.24%
HSB/HSV346°76.92%45.88%
CMYK0.00%76.92%58.97%
54.12%

Color #751B30 in popluar number systems.

HEX751B30
Decimal1172748
Binary111010111011110000
Octal1653360

Shades and tints

Shades of #751B30

#751B30
(117,27,48)
#6B192C
(107,25,44)
#611728
(97,23,40)
#571524
(87,21,36)
#4D1320
(77,19,32)
#43111C
(67,17,28)
#390F18
(57,15,24)
#2F0D14
(47,13,20)
#250B10
(37,11,16)
#1B090C
(27,9,12)
#110708
(17,7,8)
#000000
(0,0,0)

Tints of #751B30

#751B30
(117,27,48)
#812F42
(129,47,66)
#8D4354
(141,67,84)
#995766
(153,87,102)
#A56B78
(165,107,120)
#B17F8A
(177,127,138)
#BD939C
(189,147,156)
#C9A7AE
(201,167,174)
#D5BBC0
(213,187,192)
#E1CFD2
(225,207,210)
#EDE3E4
(237,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #751B30; }

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

This text font color is #751B30.


Background Color

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

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

This div background color is #751B30.


Border color

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

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

This div border color is #751B30.


Opacity

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

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

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

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

This text has shadow with #751B30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #751B30 on black background.


Color preview on white background

This text has color #751B30 on white background.



Black color preview on #751B30 background

This text has black color on #751B30 background.


White color preview on #751B30 background

This text has white color on #751B30 background.