COLOR #74B389

HEX: #74B389
RGB: (116,179,137)

Color info

#74B389 contains mainly green and blue colors. Web safe color of #74B389 is #669999 (or #699).

RGB color model

#74B389 color RGB value is (116,179,137).

  • red value is 116;
  • green value is 179;
  • blue value is 137.
RGB:
(116,179,137)
(45%,70%,54%)

RGB channels and saturation

R 116 of 255 = 45%
G 179 of 255 = 70%
B 137 of 255 = 54%

116
179
137

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

Portions of RGB colors in percentages

R + G + B =
116 + 179 + 137 = 432 (100%)
R 116 of 432 ~ 26.85%
G 179 of 432 ~ 41.44%
B 137 of 432 ~ 31.71%

%26.85
%41.44
%31.71

CMYK color model

#74B389 color CMYK value is (35,0,23,30).

  • cyan value is 35.20%
  • magenta value is 0.00%
  • yellow value is 23.46%
  • key color value is 29.80%
CMYK:
(35,0,23,30)
C35M0Y23K30 
(35%,0%,23%,30%)
(0.35/0.00/0.23/0.30)	

CMYK percentages

%35.2
%0
%23.46
%29.8

Codes

Color #74B389 in popluar color models

74B389
RGB116179137
HSL140°29.30%57.84%
HSB/HSV140°35.20%70.20%
CMYK35.20%0.00%23.46%
29.80%

Color #74B389 in popluar number systems.

HEX74B389
Decimal116179137
Binary11101001011001110001001
Octal164263211

Shades and tints

Shades of #74B389

#74B389
(116,179,137)
#6AA37D
(106,163,125)
#609371
(96,147,113)
#568365
(86,131,101)
#4C7359
(76,115,89)
#42634D
(66,99,77)
#385341
(56,83,65)
#2E4335
(46,67,53)
#243329
(36,51,41)
#1A231D
(26,35,29)
#101311
(16,19,17)
#000000
(0,0,0)

Tints of #74B389

#74B389
(116,179,137)
#80B993
(128,185,147)
#8CBF9D
(140,191,157)
#98C5A7
(152,197,167)
#A4CBB1
(164,203,177)
#B0D1BB
(176,209,187)
#BCD7C5
(188,215,197)
#C8DDCF
(200,221,207)
#D4E3D9
(212,227,217)
#E0E9E3
(224,233,227)
#ECEFED
(236,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74B389 color. Also use rgb(116,179,137) instead hex code.

Text Font Color

.myTextColor { color: #74B389; }

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

This text font color is #74B389.


Background Color

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

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

This div background color is #74B389.


Border color

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

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

This div border color is #74B389.


Opacity

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

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

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

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

This text has shadow with #74B389 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74B389 on black background.


Color preview on white background

This text has color #74B389 on white background.



Black color preview on #74B389 background

This text has black color on #74B389 background.


White color preview on #74B389 background

This text has white color on #74B389 background.