COLOR #74395D

HEX: #74395D
RGB: (116,57,93)

Color info

#74395D contains red, green and blue colors in about the same proportion. Web safe color of #74395D is #663366 (or #636).

RGB color model

#74395D color RGB value is (116,57,93).

  • red value is 116;
  • green value is 57;
  • blue value is 93.
RGB:
(116,57,93)
(45%,22%,36%)

RGB channels and saturation

R 116 of 255 = 45%
G 57 of 255 = 22%
B 93 of 255 = 36%

116
57
93

R + G + B ~ 34%. #74395D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 57 + 93 = 266 (100%)
R 116 of 266 ~ 43.61%
G 57 of 266 ~ 21.43%
B 93 of 266 ~ 34.96%

%43.61
%21.43
%34.96

CMYK color model

#74395D color CMYK value is (0,51,20,55).

  • cyan value is 0.00%
  • magenta value is 50.86%
  • yellow value is 19.83%
  • key color value is 54.51%
CMYK:
(0,51,20,55)
C0M51Y20K55 
(0%,51%,20%,55%)
(0.00/0.51/0.20/0.55)	

CMYK percentages

%0
%50.86
%19.83
%54.51

Codes

Color #74395D in popluar color models

74395D
RGB1165793
HSL323°34.10%33.92%
HSB/HSV323°50.86%45.49%
CMYK0.00%50.86%19.83%
54.51%

Color #74395D in popluar number systems.

HEX74395D
Decimal1165793
Binary11101001110011011101
Octal16471135

Shades and tints

Shades of #74395D

#74395D
(116,57,93)
#6A3455
(106,52,85)
#602F4D
(96,47,77)
#562A45
(86,42,69)
#4C253D
(76,37,61)
#422035
(66,32,53)
#381B2D
(56,27,45)
#2E1625
(46,22,37)
#24111D
(36,17,29)
#1A0C15
(26,12,21)
#10070D
(16,7,13)
#000000
(0,0,0)

Tints of #74395D

#74395D
(116,57,93)
#804B6B
(128,75,107)
#8C5D79
(140,93,121)
#986F87
(152,111,135)
#A48195
(164,129,149)
#B093A3
(176,147,163)
#BCA5B1
(188,165,177)
#C8B7BF
(200,183,191)
#D4C9CD
(212,201,205)
#E0DBDB
(224,219,219)
#ECEDE9
(236,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74395D color. Also use rgb(116,57,93) instead hex code.

Text Font Color

.myTextColor { color: #74395D; }

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

This text font color is #74395D.


Background Color

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

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

This div background color is #74395D.


Border color

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

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

This div border color is #74395D.


Opacity

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

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

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

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

This text has shadow with #74395D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74395D on black background.


Color preview on white background

This text has color #74395D on white background.



Black color preview on #74395D background

This text has black color on #74395D background.


White color preview on #74395D background

This text has white color on #74395D background.