COLOR #741E19

HEX: #741E19
RGB: (116,30,25)

Color info

#741E19 contains mainly red color. Web safe color of #741E19 is #663300 (or #630).

RGB color model

#741E19 color RGB value is (116,30,25).

  • red value is 116;
  • green value is 30;
  • blue value is 25.
RGB:
(116,30,25)
(45%,12%,10%)

RGB channels and saturation

R 116 of 255 = 45%
G 30 of 255 = 12%
B 25 of 255 = 10%

116
30
25

R + G + B ~ 22%. #741E19 is dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 30 + 25 = 171 (100%)
R 116 of 171 ~ 67.84%
G 30 of 171 ~ 17.54%
B 25 of 171 ~ 14.62%

%67.84
%17.54
%14.62

CMYK color model

#741E19 color CMYK value is (0,74,78,55).

  • cyan value is 0.00%
  • magenta value is 74.14%
  • yellow value is 78.45%
  • key color value is 54.51%
CMYK:
(0,74,78,55)
C0M74Y78K55 
(0%,74%,78%,55%)
(0.00/0.74/0.78/0.55)	

CMYK percentages

%0
%74.14
%78.45
%54.51

Codes

Color #741E19 in popluar color models

741E19
RGB1163025
HSL64.54%27.65%
HSB/HSV78.45%45.49%
CMYK0.00%74.14%78.45%
54.51%

Color #741E19 in popluar number systems.

HEX741E19
Decimal1163025
Binary11101001111011001
Octal1643631

Shades and tints

Shades of #741E19

#741E19
(116,30,25)
#6A1C17
(106,28,23)
#601A15
(96,26,21)
#561813
(86,24,19)
#4C1611
(76,22,17)
#42140F
(66,20,15)
#38120D
(56,18,13)
#2E100B
(46,16,11)
#240E09
(36,14,9)
#1A0C07
(26,12,7)
#100A05
(16,10,5)
#000000
(0,0,0)

Tints of #741E19

#741E19
(116,30,25)
#80322D
(128,50,45)
#8C4641
(140,70,65)
#985A55
(152,90,85)
#A46E69
(164,110,105)
#B0827D
(176,130,125)
#BC9691
(188,150,145)
#C8AAA5
(200,170,165)
#D4BEB9
(212,190,185)
#E0D2CD
(224,210,205)
#ECE6E1
(236,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #741E19 color. Also use rgb(116,30,25) instead hex code.

Text Font Color

.myTextColor { color: #741E19; }

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

This text font color is #741E19.


Background Color

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

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

This div background color is #741E19.


Border color

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

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

This div border color is #741E19.


Opacity

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

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

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

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

This text has shadow with #741E19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #741E19 on black background.


Color preview on white background

This text has color #741E19 on white background.



Black color preview on #741E19 background

This text has black color on #741E19 background.


White color preview on #741E19 background

This text has white color on #741E19 background.