COLOR #74366E

HEX: #74366E
RGB: (116,54,110)

Color info

#74366E contains mainly red and blue colors. Web safe color of #74366E is #663366 (or #636).

RGB color model

#74366E color RGB value is (116,54,110).

  • red value is 116;
  • green value is 54;
  • blue value is 110.
RGB:
(116,54,110)
(45%,21%,43%)

RGB channels and saturation

R 116 of 255 = 45%
G 54 of 255 = 21%
B 110 of 255 = 43%

116
54
110

R + G + B ~ 36%. #74366E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 54 + 110 = 280 (100%)
R 116 of 280 ~ 41.43%
G 54 of 280 ~ 19.29%
B 110 of 280 ~ 39.29%

%41.43
%19.29
%39.29

CMYK color model

#74366E color CMYK value is (0,53,5,55).

  • cyan value is 0.00%
  • magenta value is 53.45%
  • yellow value is 5.17%
  • key color value is 54.51%
CMYK:
(0,53,5,55)
C0M53Y5K55 
(0%,53%,5%,55%)
(0.00/0.53/0.05/0.55)	

CMYK percentages

%0
%53.45
%5.17
%54.51

Codes

Color #74366E in popluar color models

74366E
RGB11654110
HSL306°36.47%33.33%
HSB/HSV306°53.45%45.49%
CMYK0.00%53.45%5.17%
54.51%

Color #74366E in popluar number systems.

HEX74366E
Decimal11654110
Binary11101001101101101110
Octal16466156

Shades and tints

Shades of #74366E

#74366E
(116,54,110)
#6A3264
(106,50,100)
#602E5A
(96,46,90)
#562A50
(86,42,80)
#4C2646
(76,38,70)
#42223C
(66,34,60)
#381E32
(56,30,50)
#2E1A28
(46,26,40)
#24161E
(36,22,30)
#1A1214
(26,18,20)
#100E0A
(16,14,10)
#000000
(0,0,0)

Tints of #74366E

#74366E
(116,54,110)
#80487B
(128,72,123)
#8C5A88
(140,90,136)
#986C95
(152,108,149)
#A47EA2
(164,126,162)
#B090AF
(176,144,175)
#BCA2BC
(188,162,188)
#C8B4C9
(200,180,201)
#D4C6D6
(212,198,214)
#E0D8E3
(224,216,227)
#ECEAF0
(236,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74366E color. Also use rgb(116,54,110) instead hex code.

Text Font Color

.myTextColor { color: #74366E; }

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

This text font color is #74366E.


Background Color

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

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

This div background color is #74366E.


Border color

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

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

This div border color is #74366E.


Opacity

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

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

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

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

This text has shadow with #74366E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74366E on black background.


Color preview on white background

This text has color #74366E on white background.



Black color preview on #74366E background

This text has black color on #74366E background.


White color preview on #74366E background

This text has white color on #74366E background.