COLOR #74366D

HEX: #74366D
RGB: (116,54,109)

Color info

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

RGB color model

#74366D color RGB value is (116,54,109).

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

RGB channels and saturation

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

116
54
109

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

Portions of RGB colors in percentages

R + G + B =
116 + 54 + 109 = 279 (100%)
R 116 of 279 ~ 41.58%
G 54 of 279 ~ 19.35%
B 109 of 279 ~ 39.07%

%41.58
%19.35
%39.07

CMYK color model

#74366D color CMYK value is (0,53,6,55).

  • cyan value is 0.00%
  • magenta value is 53.45%
  • yellow value is 6.03%
  • key color value is 54.51%
CMYK:
(0,53,6,55)
C0M53Y6K55 
(0%,53%,6%,55%)
(0.00/0.53/0.06/0.55)	

CMYK percentages

%0
%53.45
%6.03
%54.51

Codes

Color #74366D in popluar color models

74366D
RGB11654109
HSL307°36.47%33.33%
HSB/HSV307°53.45%45.49%
CMYK0.00%53.45%6.03%
54.51%

Color #74366D in popluar number systems.

HEX74366D
Decimal11654109
Binary11101001101101101101
Octal16466155

Shades and tints

Shades of #74366D

#74366D
(116,54,109)
#6A3264
(106,50,100)
#602E5B
(96,46,91)
#562A52
(86,42,82)
#4C2649
(76,38,73)
#422240
(66,34,64)
#381E37
(56,30,55)
#2E1A2E
(46,26,46)
#241625
(36,22,37)
#1A121C
(26,18,28)
#100E13
(16,14,19)
#000000
(0,0,0)

Tints of #74366D

#74366D
(116,54,109)
#80487A
(128,72,122)
#8C5A87
(140,90,135)
#986C94
(152,108,148)
#A47EA1
(164,126,161)
#B090AE
(176,144,174)
#BCA2BB
(188,162,187)
#C8B4C8
(200,180,200)
#D4C6D5
(212,198,213)
#E0D8E2
(224,216,226)
#ECEAEF
(236,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74366D; }

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

This text font color is #74366D.


Background Color

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

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

This div background color is #74366D.


Border color

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

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

This div border color is #74366D.


Opacity

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

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

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

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

This text has shadow with #74366D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74366D on black background.


Color preview on white background

This text has color #74366D on white background.



Black color preview on #74366D background

This text has black color on #74366D background.


White color preview on #74366D background

This text has white color on #74366D background.