COLOR #741B00

HEX: #741B00
RGB: (116,27,0)

Color info

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

RGB color model

#741B00 color RGB value is (116,27,0).

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

RGB channels and saturation

R 116 of 255 = 45%
G 27 of 255 = 11%
B 0 of 255 = 0%

116
27
0

R + G + B ~ 19%. #741B00 is dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 27 + 0 = 143 (100%)
R 116 of 143 ~ 81.12%
G 27 of 143 ~ 18.88%
B 0 of 143 ~ 0%

%81.12
%18.88

CMYK color model

#741B00 color CMYK value is (0,77,100,55).

  • cyan value is 0.00%
  • magenta value is 76.72%
  • yellow value is 100.00%
  • key color value is 54.51%
CMYK:
(0,77,100,55)
C0M77Y100K55 
(0%,77%,100%,55%)
(0.00/0.77/1.00/0.55)	

CMYK percentages

%0
%76.72
%100
%54.51

Codes

Color #741B00 in popluar color models

741B00
RGB116270
HSL14°100.00%22.75%
HSB/HSV14°100.00%45.49%
CMYK0.00%76.72%100.00%
54.51%

Color #741B00 in popluar number systems.

HEX741B00
Decimal116270
Binary1110100110110
Octal164330

Shades and tints

Shades of #741B00

#741B00
(116,27,0)
#6A1900
(106,25,0)
#601700
(96,23,0)
#561500
(86,21,0)
#4C1300
(76,19,0)
#421100
(66,17,0)
#380F00
(56,15,0)
#2E0D00
(46,13,0)
#240B00
(36,11,0)
#1A0900
(26,9,0)
#100700
(16,7,0)
#000000
(0,0,0)

Tints of #741B00

#741B00
(116,27,0)
#802F17
(128,47,23)
#8C432E
(140,67,46)
#985745
(152,87,69)
#A46B5C
(164,107,92)
#B07F73
(176,127,115)
#BC938A
(188,147,138)
#C8A7A1
(200,167,161)
#D4BBB8
(212,187,184)
#E0CFCF
(224,207,207)
#ECE3E6
(236,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #741B00; }

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

This text font color is #741B00.


Background Color

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

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

This div background color is #741B00.


Border color

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

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

This div border color is #741B00.


Opacity

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

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

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

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

This text has shadow with #741B00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #741B00 on black background.


Color preview on white background

This text has color #741B00 on white background.



Black color preview on #741B00 background

This text has black color on #741B00 background.


White color preview on #741B00 background

This text has white color on #741B00 background.