COLOR #74A584

HEX: #74A584
RGB: (116,165,132)

Color info

#74A584 contains red, green and blue colors in about the same proportion. Web safe color of #74A584 is #669999 (or #699).

RGB color model

#74A584 color RGB value is (116,165,132).

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

RGB channels and saturation

R 116 of 255 = 45%
G 165 of 255 = 65%
B 132 of 255 = 52%

116
165
132

R + G + B ~ 54%. #74A584 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 165 + 132 = 413 (100%)
R 116 of 413 ~ 28.09%
G 165 of 413 ~ 39.95%
B 132 of 413 ~ 31.96%

%28.09
%39.95
%31.96

CMYK color model

#74A584 color CMYK value is (30,0,20,35).

  • cyan value is 29.70%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 35.29%
CMYK:
(30,0,20,35)
C30M0Y20K35 
(30%,0%,20%,35%)
(0.30/0.00/0.20/0.35)	

CMYK percentages

%29.7
%0
%20
%35.29

Codes

Color #74A584 in popluar color models

74A584
RGB116165132
HSL140°21.40%55.10%
HSB/HSV140°29.70%64.71%
CMYK29.70%0.00%20.00%
35.29%

Color #74A584 in popluar number systems.

HEX74A584
Decimal116165132
Binary11101001010010110000100
Octal164245204

Shades and tints

Shades of #74A584

#74A584
(116,165,132)
#6A9678
(106,150,120)
#60876C
(96,135,108)
#567860
(86,120,96)
#4C6954
(76,105,84)
#425A48
(66,90,72)
#384B3C
(56,75,60)
#2E3C30
(46,60,48)
#242D24
(36,45,36)
#1A1E18
(26,30,24)
#100F0C
(16,15,12)
#000000
(0,0,0)

Tints of #74A584

#74A584
(116,165,132)
#80AD8F
(128,173,143)
#8CB59A
(140,181,154)
#98BDA5
(152,189,165)
#A4C5B0
(164,197,176)
#B0CDBB
(176,205,187)
#BCD5C6
(188,213,198)
#C8DDD1
(200,221,209)
#D4E5DC
(212,229,220)
#E0EDE7
(224,237,231)
#ECF5F2
(236,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74A584 color. Also use rgb(116,165,132) instead hex code.

Text Font Color

.myTextColor { color: #74A584; }

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

This text font color is #74A584.


Background Color

.myBgColor { background-color: #74A584; }

<div style="background-color:#74A584">Inner text</div>

This div background color is #74A584.


Border color

.myBorderColor { border: 1px solid #74A584; }

<div style="border:3px solid #74A584">Div</div>

This div border color is #74A584.


Opacity

.myOpacity80 { color: #74A584; opacity: 0.8; }

<p style="color:#74A584;opacity:0.8;">80%</p>

Text with #74A584 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 #74A584;}

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

This text has shadow with #74A584 color.

.textShadow {text-shadow: 3px 3px 1px #74A584, 3px 3px 1px red;}

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

This text has shadow with #74A584 primary color and red secondary color.


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

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

This text has shadow with #74A584 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74A584 on black background.


Color preview on white background

This text has color #74A584 on white background.



Black color preview on #74A584 background

This text has black color on #74A584 background.


White color preview on #74A584 background

This text has white color on #74A584 background.