COLOR #751B2A

HEX: #751B2A
RGB: (117,27,42)

Color info

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

RGB color model

#751B2A color RGB value is (117,27,42).

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

RGB channels and saturation

R 117 of 255 = 46%
G 27 of 255 = 11%
B 42 of 255 = 16%

117
27
42

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

Portions of RGB colors in percentages

R + G + B =
117 + 27 + 42 = 186 (100%)
R 117 of 186 ~ 62.9%
G 27 of 186 ~ 14.52%
B 42 of 186 ~ 22.58%

%62.9
%14.52
%22.58

CMYK color model

#751B2A color CMYK value is (0,77,64,54).

  • cyan value is 0.00%
  • magenta value is 76.92%
  • yellow value is 64.10%
  • key color value is 54.12%
CMYK:
(0,77,64,54)
C0M77Y64K54 
(0%,77%,64%,54%)
(0.00/0.77/0.64/0.54)	

CMYK percentages

%0
%76.92
%64.1
%54.12

Codes

Color #751B2A in popluar color models

751B2A
RGB1172742
HSL350°62.50%28.24%
HSB/HSV350°76.92%45.88%
CMYK0.00%76.92%64.10%
54.12%

Color #751B2A in popluar number systems.

HEX751B2A
Decimal1172742
Binary111010111011101010
Octal1653352

Shades and tints

Shades of #751B2A

#751B2A
(117,27,42)
#6B1927
(107,25,39)
#611724
(97,23,36)
#571521
(87,21,33)
#4D131E
(77,19,30)
#43111B
(67,17,27)
#390F18
(57,15,24)
#2F0D15
(47,13,21)
#250B12
(37,11,18)
#1B090F
(27,9,15)
#11070C
(17,7,12)
#000000
(0,0,0)

Tints of #751B2A

#751B2A
(117,27,42)
#812F3D
(129,47,61)
#8D4350
(141,67,80)
#995763
(153,87,99)
#A56B76
(165,107,118)
#B17F89
(177,127,137)
#BD939C
(189,147,156)
#C9A7AF
(201,167,175)
#D5BBC2
(213,187,194)
#E1CFD5
(225,207,213)
#EDE3E8
(237,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #751B2A; }

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

This text font color is #751B2A.


Background Color

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

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

This div background color is #751B2A.


Border color

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

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

This div border color is #751B2A.


Opacity

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

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

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

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

This text has shadow with #751B2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #751B2A on black background.


Color preview on white background

This text has color #751B2A on white background.



Black color preview on #751B2A background

This text has black color on #751B2A background.


White color preview on #751B2A background

This text has white color on #751B2A background.