COLOR #741B2F

HEX: #741B2F
RGB: (116,27,47)

Color info

#741B2F contains mainly red color. Web safe color of #741B2F is #663333 (or #633).

RGB color model

#741B2F color RGB value is (116,27,47).

  • red value is 116;
  • green value is 27;
  • blue value is 47.
RGB:
(116,27,47)
(45%,11%,18%)

RGB channels and saturation

R 116 of 255 = 45%
G 27 of 255 = 11%
B 47 of 255 = 18%

116
27
47

R + G + B ~ 25%. #741B2F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 27 + 47 = 190 (100%)
R 116 of 190 ~ 61.05%
G 27 of 190 ~ 14.21%
B 47 of 190 ~ 24.74%

%61.05
%14.21
%24.74

CMYK color model

#741B2F color CMYK value is (0,77,59,55).

  • cyan value is 0.00%
  • magenta value is 76.72%
  • yellow value is 59.48%
  • key color value is 54.51%
CMYK:
(0,77,59,55)
C0M77Y59K55 
(0%,77%,59%,55%)
(0.00/0.77/0.59/0.55)	

CMYK percentages

%0
%76.72
%59.48
%54.51

Codes

Color #741B2F in popluar color models

741B2F
RGB1162747
HSL347°62.24%28.04%
HSB/HSV347°76.72%45.49%
CMYK0.00%76.72%59.48%
54.51%

Color #741B2F in popluar number systems.

HEX741B2F
Decimal1162747
Binary111010011011101111
Octal1643357

Shades and tints

Shades of #741B2F

#741B2F
(116,27,47)
#6A192B
(106,25,43)
#601727
(96,23,39)
#561523
(86,21,35)
#4C131F
(76,19,31)
#42111B
(66,17,27)
#380F17
(56,15,23)
#2E0D13
(46,13,19)
#240B0F
(36,11,15)
#1A090B
(26,9,11)
#100707
(16,7,7)
#000000
(0,0,0)

Tints of #741B2F

#741B2F
(116,27,47)
#802F41
(128,47,65)
#8C4353
(140,67,83)
#985765
(152,87,101)
#A46B77
(164,107,119)
#B07F89
(176,127,137)
#BC939B
(188,147,155)
#C8A7AD
(200,167,173)
#D4BBBF
(212,187,191)
#E0CFD1
(224,207,209)
#ECE3E3
(236,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #741B2F color. Also use rgb(116,27,47) instead hex code.

Text Font Color

.myTextColor { color: #741B2F; }

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

This text font color is #741B2F.


Background Color

.myBgColor { background-color: #741B2F; }

<div style="background-color:#741B2F">Inner text</div>

This div background color is #741B2F.


Border color

.myBorderColor { border: 1px solid #741B2F; }

<div style="border:3px solid #741B2F">Div</div>

This div border color is #741B2F.


Opacity

.myOpacity80 { color: #741B2F; opacity: 0.8; }

<p style="color:#741B2F;opacity:0.8;">80%</p>

Text with #741B2F 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 #741B2F;}

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

This text has shadow with #741B2F color.

.textShadow {text-shadow: 3px 3px 1px #741B2F, 3px 3px 1px red;}

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

This text has shadow with #741B2F primary color and red secondary color.


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

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

This text has shadow with #741B2F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #741B2F on black background.


Color preview on white background

This text has color #741B2F on white background.



Black color preview on #741B2F background

This text has black color on #741B2F background.


White color preview on #741B2F background

This text has white color on #741B2F background.