COLOR #74153E

HEX: #74153E
RGB: (116,21,62)

Color info

#74153E contains mainly red and blue colors. Web safe color of #74153E is #660033 (or #603).

RGB color model

#74153E color RGB value is (116,21,62).

  • red value is 116;
  • green value is 21;
  • blue value is 62.
RGB:
(116,21,62)
(45%,8%,24%)

RGB channels and saturation

R 116 of 255 = 45%
G 21 of 255 = 8%
B 62 of 255 = 24%

116
21
62

R + G + B ~ 26%. #74153E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 21 + 62 = 199 (100%)
R 116 of 199 ~ 58.29%
G 21 of 199 ~ 10.55%
B 62 of 199 ~ 31.16%

%58.29
%10.55
%31.16

CMYK color model

#74153E color CMYK value is (0,82,47,55).

  • cyan value is 0.00%
  • magenta value is 81.90%
  • yellow value is 46.55%
  • key color value is 54.51%
CMYK:
(0,82,47,55)
C0M82Y47K55 
(0%,82%,47%,55%)
(0.00/0.82/0.47/0.55)	

CMYK percentages

%0
%81.9
%46.55
%54.51

Codes

Color #74153E in popluar color models

74153E
RGB1162162
HSL334°69.34%26.86%
HSB/HSV334°81.90%45.49%
CMYK0.00%81.90%46.55%
54.51%

Color #74153E in popluar number systems.

HEX74153E
Decimal1162162
Binary111010010101111110
Octal1642576

Shades and tints

Shades of #74153E

#74153E
(116,21,62)
#6A1439
(106,20,57)
#601334
(96,19,52)
#56122F
(86,18,47)
#4C112A
(76,17,42)
#421025
(66,16,37)
#380F20
(56,15,32)
#2E0E1B
(46,14,27)
#240D16
(36,13,22)
#1A0C11
(26,12,17)
#100B0C
(16,11,12)
#000000
(0,0,0)

Tints of #74153E

#74153E
(116,21,62)
#802A4F
(128,42,79)
#8C3F60
(140,63,96)
#985471
(152,84,113)
#A46982
(164,105,130)
#B07E93
(176,126,147)
#BC93A4
(188,147,164)
#C8A8B5
(200,168,181)
#D4BDC6
(212,189,198)
#E0D2D7
(224,210,215)
#ECE7E8
(236,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74153E color. Also use rgb(116,21,62) instead hex code.

Text Font Color

.myTextColor { color: #74153E; }

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

This text font color is #74153E.


Background Color

.myBgColor { background-color: #74153E; }

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

This div background color is #74153E.


Border color

.myBorderColor { border: 1px solid #74153E; }

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

This div border color is #74153E.


Opacity

.myOpacity80 { color: #74153E; opacity: 0.8; }

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

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

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

This text has shadow with #74153E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74153E on black background.


Color preview on white background

This text has color #74153E on white background.



Black color preview on #74153E background

This text has black color on #74153E background.


White color preview on #74153E background

This text has white color on #74153E background.