COLOR #74356C

HEX: #74356C
RGB: (116,53,108)

Color info

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

RGB color model

#74356C color RGB value is (116,53,108).

  • red value is 116;
  • green value is 53;
  • blue value is 108.
RGB:
(116,53,108)
(45%,21%,42%)

RGB channels and saturation

R 116 of 255 = 45%
G 53 of 255 = 21%
B 108 of 255 = 42%

116
53
108

R + G + B ~ 36%. #74356C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 53 + 108 = 277 (100%)
R 116 of 277 ~ 41.88%
G 53 of 277 ~ 19.13%
B 108 of 277 ~ 38.99%

%41.88
%19.13
%38.99

CMYK color model

#74356C color CMYK value is (0,54,7,55).

  • cyan value is 0.00%
  • magenta value is 54.31%
  • yellow value is 6.90%
  • key color value is 54.51%
CMYK:
(0,54,7,55)
C0M54Y7K55 
(0%,54%,7%,55%)
(0.00/0.54/0.07/0.55)	

CMYK percentages

%0
%54.31
%6.9
%54.51

Codes

Color #74356C in popluar color models

74356C
RGB11653108
HSL308°37.28%33.14%
HSB/HSV308°54.31%45.49%
CMYK0.00%54.31%6.90%
54.51%

Color #74356C in popluar number systems.

HEX74356C
Decimal11653108
Binary11101001101011101100
Octal16465154

Shades and tints

Shades of #74356C

#74356C
(116,53,108)
#6A3163
(106,49,99)
#602D5A
(96,45,90)
#562951
(86,41,81)
#4C2548
(76,37,72)
#42213F
(66,33,63)
#381D36
(56,29,54)
#2E192D
(46,25,45)
#241524
(36,21,36)
#1A111B
(26,17,27)
#100D12
(16,13,18)
#000000
(0,0,0)

Tints of #74356C

#74356C
(116,53,108)
#804779
(128,71,121)
#8C5986
(140,89,134)
#986B93
(152,107,147)
#A47DA0
(164,125,160)
#B08FAD
(176,143,173)
#BCA1BA
(188,161,186)
#C8B3C7
(200,179,199)
#D4C5D4
(212,197,212)
#E0D7E1
(224,215,225)
#ECE9EE
(236,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74356C color. Also use rgb(116,53,108) instead hex code.

Text Font Color

.myTextColor { color: #74356C; }

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

This text font color is #74356C.


Background Color

.myBgColor { background-color: #74356C; }

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

This div background color is #74356C.


Border color

.myBorderColor { border: 1px solid #74356C; }

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

This div border color is #74356C.


Opacity

.myOpacity80 { color: #74356C; opacity: 0.8; }

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

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

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

This text has shadow with #74356C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74356C on black background.


Color preview on white background

This text has color #74356C on white background.



Black color preview on #74356C background

This text has black color on #74356C background.


White color preview on #74356C background

This text has white color on #74356C background.