COLOR #74A07D

HEX: #74A07D
RGB: (116,160,125)

Color info

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

RGB color model

#74A07D color RGB value is (116,160,125).

  • red value is 116;
  • green value is 160;
  • blue value is 125.
RGB:
(116,160,125)
(45%,63%,49%)

RGB channels and saturation

R 116 of 255 = 45%
G 160 of 255 = 63%
B 125 of 255 = 49%

116
160
125

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

Portions of RGB colors in percentages

R + G + B =
116 + 160 + 125 = 401 (100%)
R 116 of 401 ~ 28.93%
G 160 of 401 ~ 39.9%
B 125 of 401 ~ 31.17%

%28.93
%39.9
%31.17

CMYK color model

#74A07D color CMYK value is (28,0,22,37).

  • cyan value is 27.50%
  • magenta value is 0.00%
  • yellow value is 21.88%
  • key color value is 37.25%
CMYK:
(28,0,22,37)
C28M0Y22K37 
(28%,0%,22%,37%)
(0.28/0.00/0.22/0.37)	

CMYK percentages

%27.5
%0
%21.88
%37.25

Codes

Color #74A07D in popluar color models

74A07D
RGB116160125
HSL132°18.80%54.12%
HSB/HSV132°27.50%62.75%
CMYK27.50%0.00%21.88%
37.25%

Color #74A07D in popluar number systems.

HEX74A07D
Decimal116160125
Binary1110100101000001111101
Octal164240175

Shades and tints

Shades of #74A07D

#74A07D
(116,160,125)
#6A9272
(106,146,114)
#608467
(96,132,103)
#56765C
(86,118,92)
#4C6851
(76,104,81)
#425A46
(66,90,70)
#384C3B
(56,76,59)
#2E3E30
(46,62,48)
#243025
(36,48,37)
#1A221A
(26,34,26)
#10140F
(16,20,15)
#000000
(0,0,0)

Tints of #74A07D

#74A07D
(116,160,125)
#80A888
(128,168,136)
#8CB093
(140,176,147)
#98B89E
(152,184,158)
#A4C0A9
(164,192,169)
#B0C8B4
(176,200,180)
#BCD0BF
(188,208,191)
#C8D8CA
(200,216,202)
#D4E0D5
(212,224,213)
#E0E8E0
(224,232,224)
#ECF0EB
(236,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74A07D color. Also use rgb(116,160,125) instead hex code.

Text Font Color

.myTextColor { color: #74A07D; }

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

This text font color is #74A07D.


Background Color

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

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

This div background color is #74A07D.


Border color

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

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

This div border color is #74A07D.


Opacity

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

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

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

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

This text has shadow with #74A07D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74A07D on black background.


Color preview on white background

This text has color #74A07D on white background.



Black color preview on #74A07D background

This text has black color on #74A07D background.


White color preview on #74A07D background

This text has white color on #74A07D background.