COLOR #74B57E

HEX: #74B57E
RGB: (116,181,126)

Color info

#74B57E contains mainly green and blue colors. Web safe color of #74B57E is #66CC66 (or #6C6).

RGB color model

#74B57E color RGB value is (116,181,126).

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

RGB channels and saturation

R 116 of 255 = 45%
G 181 of 255 = 71%
B 126 of 255 = 49%

116
181
126

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

Portions of RGB colors in percentages

R + G + B =
116 + 181 + 126 = 423 (100%)
R 116 of 423 ~ 27.42%
G 181 of 423 ~ 42.79%
B 126 of 423 ~ 29.79%

%27.42
%42.79
%29.79

CMYK color model

#74B57E color CMYK value is (36,0,30,29).

  • cyan value is 35.91%
  • magenta value is 0.00%
  • yellow value is 30.39%
  • key color value is 29.02%
CMYK:
(36,0,30,29)
C36M0Y30K29 
(36%,0%,30%,29%)
(0.36/0.00/0.30/0.29)	

CMYK percentages

%35.91
%0
%30.39
%29.02

Codes

Color #74B57E in popluar color models

74B57E
RGB116181126
HSL129°30.52%58.24%
HSB/HSV129°35.91%70.98%
CMYK35.91%0.00%30.39%
29.02%

Color #74B57E in popluar number systems.

HEX74B57E
Decimal116181126
Binary1110100101101011111110
Octal164265176

Shades and tints

Shades of #74B57E

#74B57E
(116,181,126)
#6AA573
(106,165,115)
#609568
(96,149,104)
#56855D
(86,133,93)
#4C7552
(76,117,82)
#426547
(66,101,71)
#38553C
(56,85,60)
#2E4531
(46,69,49)
#243526
(36,53,38)
#1A251B
(26,37,27)
#101510
(16,21,16)
#000000
(0,0,0)

Tints of #74B57E

#74B57E
(116,181,126)
#80BB89
(128,187,137)
#8CC194
(140,193,148)
#98C79F
(152,199,159)
#A4CDAA
(164,205,170)
#B0D3B5
(176,211,181)
#BCD9C0
(188,217,192)
#C8DFCB
(200,223,203)
#D4E5D6
(212,229,214)
#E0EBE1
(224,235,225)
#ECF1EC
(236,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74B57E color. Also use rgb(116,181,126) instead hex code.

Text Font Color

.myTextColor { color: #74B57E; }

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

This text font color is #74B57E.


Background Color

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

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

This div background color is #74B57E.


Border color

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

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

This div border color is #74B57E.


Opacity

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

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

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

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

This text has shadow with #74B57E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74B57E on black background.


Color preview on white background

This text has color #74B57E on white background.



Black color preview on #74B57E background

This text has black color on #74B57E background.


White color preview on #74B57E background

This text has white color on #74B57E background.