COLOR #74425C

HEX: #74425C
RGB: (116,66,92)

Color info

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

RGB color model

#74425C color RGB value is (116,66,92).

  • red value is 116;
  • green value is 66;
  • blue value is 92.
RGB:
(116,66,92)
(45%,26%,36%)

RGB channels and saturation

R 116 of 255 = 45%
G 66 of 255 = 26%
B 92 of 255 = 36%

116
66
92

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

Portions of RGB colors in percentages

R + G + B =
116 + 66 + 92 = 274 (100%)
R 116 of 274 ~ 42.34%
G 66 of 274 ~ 24.09%
B 92 of 274 ~ 33.58%

%42.34
%24.09
%33.58

CMYK color model

#74425C color CMYK value is (0,43,21,55).

  • cyan value is 0.00%
  • magenta value is 43.10%
  • yellow value is 20.69%
  • key color value is 54.51%
CMYK:
(0,43,21,55)
C0M43Y21K55 
(0%,43%,21%,55%)
(0.00/0.43/0.21/0.55)	

CMYK percentages

%0
%43.1
%20.69
%54.51

Codes

Color #74425C in popluar color models

74425C
RGB1166692
HSL329°27.47%35.69%
HSB/HSV329°43.10%45.49%
CMYK0.00%43.10%20.69%
54.51%

Color #74425C in popluar number systems.

HEX74425C
Decimal1166692
Binary111010010000101011100
Octal164102134

Shades and tints

Shades of #74425C

#74425C
(116,66,92)
#6A3C54
(106,60,84)
#60364C
(96,54,76)
#563044
(86,48,68)
#4C2A3C
(76,42,60)
#422434
(66,36,52)
#381E2C
(56,30,44)
#2E1824
(46,24,36)
#24121C
(36,18,28)
#1A0C14
(26,12,20)
#10060C
(16,6,12)
#000000
(0,0,0)

Tints of #74425C

#74425C
(116,66,92)
#80536A
(128,83,106)
#8C6478
(140,100,120)
#987586
(152,117,134)
#A48694
(164,134,148)
#B097A2
(176,151,162)
#BCA8B0
(188,168,176)
#C8B9BE
(200,185,190)
#D4CACC
(212,202,204)
#E0DBDA
(224,219,218)
#ECECE8
(236,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74425C color. Also use rgb(116,66,92) instead hex code.

Text Font Color

.myTextColor { color: #74425C; }

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

This text font color is #74425C.


Background Color

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

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

This div background color is #74425C.


Border color

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

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

This div border color is #74425C.


Opacity

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

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

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

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

This text has shadow with #74425C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74425C on black background.


Color preview on white background

This text has color #74425C on white background.



Black color preview on #74425C background

This text has black color on #74425C background.


White color preview on #74425C background

This text has white color on #74425C background.