COLOR #74486F

HEX: #74486F
RGB: (116,72,111)

Color info

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

RGB color model

#74486F color RGB value is (116,72,111).

  • red value is 116;
  • green value is 72;
  • blue value is 111.
RGB:
(116,72,111)
(45%,28%,44%)

RGB channels and saturation

R 116 of 255 = 45%
G 72 of 255 = 28%
B 111 of 255 = 44%

116
72
111

R + G + B ~ 39%. #74486F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 72 + 111 = 299 (100%)
R 116 of 299 ~ 38.8%
G 72 of 299 ~ 24.08%
B 111 of 299 ~ 37.12%

%38.8
%24.08
%37.12

CMYK color model

#74486F color CMYK value is (0,38,4,55).

  • cyan value is 0.00%
  • magenta value is 37.93%
  • yellow value is 4.31%
  • key color value is 54.51%
CMYK:
(0,38,4,55)
C0M38Y4K55 
(0%,38%,4%,55%)
(0.00/0.38/0.04/0.55)	

CMYK percentages

%0
%37.93
%4.31
%54.51

Codes

Color #74486F in popluar color models

74486F
RGB11672111
HSL307°23.40%36.86%
HSB/HSV307°37.93%45.49%
CMYK0.00%37.93%4.31%
54.51%

Color #74486F in popluar number systems.

HEX74486F
Decimal11672111
Binary111010010010001101111
Octal164110157

Shades and tints

Shades of #74486F

#74486F
(116,72,111)
#6A4265
(106,66,101)
#603C5B
(96,60,91)
#563651
(86,54,81)
#4C3047
(76,48,71)
#422A3D
(66,42,61)
#382433
(56,36,51)
#2E1E29
(46,30,41)
#24181F
(36,24,31)
#1A1215
(26,18,21)
#100C0B
(16,12,11)
#000000
(0,0,0)

Tints of #74486F

#74486F
(116,72,111)
#80587C
(128,88,124)
#8C6889
(140,104,137)
#987896
(152,120,150)
#A488A3
(164,136,163)
#B098B0
(176,152,176)
#BCA8BD
(188,168,189)
#C8B8CA
(200,184,202)
#D4C8D7
(212,200,215)
#E0D8E4
(224,216,228)
#ECE8F1
(236,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74486F color. Also use rgb(116,72,111) instead hex code.

Text Font Color

.myTextColor { color: #74486F; }

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

This text font color is #74486F.


Background Color

.myBgColor { background-color: #74486F; }

<div style="background-color:#74486F">Inner text</div>

This div background color is #74486F.


Border color

.myBorderColor { border: 1px solid #74486F; }

<div style="border:3px solid #74486F">Div</div>

This div border color is #74486F.


Opacity

.myOpacity80 { color: #74486F; opacity: 0.8; }

<p style="color:#74486F;opacity:0.8;">80%</p>

Text with #74486F 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 #74486F;}

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

This text has shadow with #74486F color.

.textShadow {text-shadow: 3px 3px 1px #74486F, 3px 3px 1px red;}

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

This text has shadow with #74486F primary color and red secondary color.


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

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

This text has shadow with #74486F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74486F on black background.


Color preview on white background

This text has color #74486F on white background.



Black color preview on #74486F background

This text has black color on #74486F background.


White color preview on #74486F background

This text has white color on #74486F background.