COLOR #74484F

HEX: #74484F
RGB: (116,72,79)

Color info

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

RGB color model

#74484F color RGB value is (116,72,79).

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

RGB channels and saturation

R 116 of 255 = 45%
G 72 of 255 = 28%
B 79 of 255 = 31%

116
72
79

R + G + B ~ 35%. #74484F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 72 + 79 = 267 (100%)
R 116 of 267 ~ 43.45%
G 72 of 267 ~ 26.97%
B 79 of 267 ~ 29.59%

%43.45
%26.97
%29.59

CMYK color model

#74484F color CMYK value is (0,38,32,55).

  • cyan value is 0.00%
  • magenta value is 37.93%
  • yellow value is 31.90%
  • key color value is 54.51%
CMYK:
(0,38,32,55)
C0M38Y32K55 
(0%,38%,32%,55%)
(0.00/0.38/0.32/0.55)	

CMYK percentages

%0
%37.93
%31.9
%54.51

Codes

Color #74484F in popluar color models

74484F
RGB1167279
HSL350°23.40%36.86%
HSB/HSV350°37.93%45.49%
CMYK0.00%37.93%31.90%
54.51%

Color #74484F in popluar number systems.

HEX74484F
Decimal1167279
Binary111010010010001001111
Octal164110117

Shades and tints

Shades of #74484F

#74484F
(116,72,79)
#6A4248
(106,66,72)
#603C41
(96,60,65)
#56363A
(86,54,58)
#4C3033
(76,48,51)
#422A2C
(66,42,44)
#382425
(56,36,37)
#2E1E1E
(46,30,30)
#241817
(36,24,23)
#1A1210
(26,18,16)
#100C09
(16,12,9)
#000000
(0,0,0)

Tints of #74484F

#74484F
(116,72,79)
#80585F
(128,88,95)
#8C686F
(140,104,111)
#98787F
(152,120,127)
#A4888F
(164,136,143)
#B0989F
(176,152,159)
#BCA8AF
(188,168,175)
#C8B8BF
(200,184,191)
#D4C8CF
(212,200,207)
#E0D8DF
(224,216,223)
#ECE8EF
(236,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74484F; }

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

This text font color is #74484F.


Background Color

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

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

This div background color is #74484F.


Border color

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

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

This div border color is #74484F.


Opacity

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

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

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

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

This text has shadow with #74484F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74484F on black background.


Color preview on white background

This text has color #74484F on white background.



Black color preview on #74484F background

This text has black color on #74484F background.


White color preview on #74484F background

This text has white color on #74484F background.