COLOR #741223

HEX: #741223
RGB: (116,18,35)

Color info

#741223 contains mainly red color. Web safe color of #741223 is #660033 (or #603).

RGB color model

#741223 color RGB value is (116,18,35).

  • red value is 116;
  • green value is 18;
  • blue value is 35.
RGB:
(116,18,35)
(45%,7%,14%)

RGB channels and saturation

R 116 of 255 = 45%
G 18 of 255 = 7%
B 35 of 255 = 14%

116
18
35

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

Portions of RGB colors in percentages

R + G + B =
116 + 18 + 35 = 169 (100%)
R 116 of 169 ~ 68.64%
G 18 of 169 ~ 10.65%
B 35 of 169 ~ 20.71%

%68.64
%10.65
%20.71

CMYK color model

#741223 color CMYK value is (0,84,70,55).

  • cyan value is 0.00%
  • magenta value is 84.48%
  • yellow value is 69.83%
  • key color value is 54.51%
CMYK:
(0,84,70,55)
C0M84Y70K55 
(0%,84%,70%,55%)
(0.00/0.84/0.70/0.55)	

CMYK percentages

%0
%84.48
%69.83
%54.51

Codes

Color #741223 in popluar color models

741223
RGB1161835
HSL350°73.13%26.27%
HSB/HSV350°84.48%45.49%
CMYK0.00%84.48%69.83%
54.51%

Color #741223 in popluar number systems.

HEX741223
Decimal1161835
Binary111010010010100011
Octal1642243

Shades and tints

Shades of #741223

#741223
(116,18,35)
#6A1120
(106,17,32)
#60101D
(96,16,29)
#560F1A
(86,15,26)
#4C0E17
(76,14,23)
#420D14
(66,13,20)
#380C11
(56,12,17)
#2E0B0E
(46,11,14)
#240A0B
(36,10,11)
#1A0908
(26,9,8)
#100805
(16,8,5)
#000000
(0,0,0)

Tints of #741223

#741223
(116,18,35)
#802737
(128,39,55)
#8C3C4B
(140,60,75)
#98515F
(152,81,95)
#A46673
(164,102,115)
#B07B87
(176,123,135)
#BC909B
(188,144,155)
#C8A5AF
(200,165,175)
#D4BAC3
(212,186,195)
#E0CFD7
(224,207,215)
#ECE4EB
(236,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #741223 color. Also use rgb(116,18,35) instead hex code.

Text Font Color

.myTextColor { color: #741223; }

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

This text font color is #741223.


Background Color

.myBgColor { background-color: #741223; }

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

This div background color is #741223.


Border color

.myBorderColor { border: 1px solid #741223; }

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

This div border color is #741223.


Opacity

.myOpacity80 { color: #741223; opacity: 0.8; }

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

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

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

This text has shadow with #741223 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #741223 on black background.


Color preview on white background

This text has color #741223 on white background.



Black color preview on #741223 background

This text has black color on #741223 background.


White color preview on #741223 background

This text has white color on #741223 background.