COLOR #74847E

HEX: #74847E
RGB: (116,132,126)

Color info

#74847E contains red, green and blue colors in about the same proportion. Web safe color of #74847E is #669966 (or #696).

RGB color model

#74847E color RGB value is (116,132,126).

  • red value is 116;
  • green value is 132;
  • blue value is 126.
RGB:
(116,132,126)
(45%,52%,49%)

RGB channels and saturation

R 116 of 255 = 45%
G 132 of 255 = 52%
B 126 of 255 = 49%

116
132
126

R + G + B ~ 49%. #74847E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 132 + 126 = 374 (100%)
R 116 of 374 ~ 31.02%
G 132 of 374 ~ 35.29%
B 126 of 374 ~ 33.69%

%31.02
%35.29
%33.69

CMYK color model

#74847E color CMYK value is (12,0,5,48).

  • cyan value is 12.12%
  • magenta value is 0.00%
  • yellow value is 4.55%
  • key color value is 48.24%
CMYK:
(12,0,5,48)
C12M0Y5K48 
(12%,0%,5%,48%)
(0.12/0.00/0.05/0.48)	

CMYK percentages

%12.12
%0
%4.55
%48.24

Codes

Color #74847E in popluar color models

74847E
RGB116132126
HSL158°6.45%48.63%
HSB/HSV158°12.12%51.76%
CMYK12.12%0.00%4.55%
48.24%

Color #74847E in popluar number systems.

HEX74847E
Decimal116132126
Binary1110100100001001111110
Octal164204176

Shades and tints

Shades of #74847E

#74847E
(116,132,126)
#6A7873
(106,120,115)
#606C68
(96,108,104)
#56605D
(86,96,93)
#4C5452
(76,84,82)
#424847
(66,72,71)
#383C3C
(56,60,60)
#2E3031
(46,48,49)
#242426
(36,36,38)
#1A181B
(26,24,27)
#100C10
(16,12,16)
#000000
(0,0,0)

Tints of #74847E

#74847E
(116,132,126)
#808F89
(128,143,137)
#8C9A94
(140,154,148)
#98A59F
(152,165,159)
#A4B0AA
(164,176,170)
#B0BBB5
(176,187,181)
#BCC6C0
(188,198,192)
#C8D1CB
(200,209,203)
#D4DCD6
(212,220,214)
#E0E7E1
(224,231,225)
#ECF2EC
(236,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74847E color. Also use rgb(116,132,126) instead hex code.

Text Font Color

.myTextColor { color: #74847E; }

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

This text font color is #74847E.


Background Color

.myBgColor { background-color: #74847E; }

<div style="background-color:#74847E">Inner text</div>

This div background color is #74847E.


Border color

.myBorderColor { border: 1px solid #74847E; }

<div style="border:3px solid #74847E">Div</div>

This div border color is #74847E.


Opacity

.myOpacity80 { color: #74847E; opacity: 0.8; }

<p style="color:#74847E;opacity:0.8;">80%</p>

Text with #74847E 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 #74847E;}

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

This text has shadow with #74847E color.

.textShadow {text-shadow: 3px 3px 1px #74847E, 3px 3px 1px red;}

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

This text has shadow with #74847E primary color and red secondary color.


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

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

This text has shadow with #74847E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74847E on black background.


Color preview on white background

This text has color #74847E on white background.



Black color preview on #74847E background

This text has black color on #74847E background.


White color preview on #74847E background

This text has white color on #74847E background.