COLOR #74B583

HEX: #74B583
RGB: (116,181,131)

Color info

#74B583 contains mainly green and blue colors. Web safe color of #74B583 is #66CC99 (or #6C9).

RGB color model

#74B583 color RGB value is (116,181,131).

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

RGB channels and saturation

R 116 of 255 = 45%
G 181 of 255 = 71%
B 131 of 255 = 51%

116
181
131

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

Portions of RGB colors in percentages

R + G + B =
116 + 181 + 131 = 428 (100%)
R 116 of 428 ~ 27.1%
G 181 of 428 ~ 42.29%
B 131 of 428 ~ 30.61%

%27.1
%42.29
%30.61

CMYK color model

#74B583 color CMYK value is (36,0,28,29).

  • cyan value is 35.91%
  • magenta value is 0.00%
  • yellow value is 27.62%
  • key color value is 29.02%
CMYK:
(36,0,28,29)
C36M0Y28K29 
(36%,0%,28%,29%)
(0.36/0.00/0.28/0.29)	

CMYK percentages

%35.91
%0
%27.62
%29.02

Codes

Color #74B583 in popluar color models

74B583
RGB116181131
HSL134°30.52%58.24%
HSB/HSV134°35.91%70.98%
CMYK35.91%0.00%27.62%
29.02%

Color #74B583 in popluar number systems.

HEX74B583
Decimal116181131
Binary11101001011010110000011
Octal164265203

Shades and tints

Shades of #74B583

#74B583
(116,181,131)
#6AA578
(106,165,120)
#60956D
(96,149,109)
#568562
(86,133,98)
#4C7557
(76,117,87)
#42654C
(66,101,76)
#385541
(56,85,65)
#2E4536
(46,69,54)
#24352B
(36,53,43)
#1A2520
(26,37,32)
#101515
(16,21,21)
#000000
(0,0,0)

Tints of #74B583

#74B583
(116,181,131)
#80BB8E
(128,187,142)
#8CC199
(140,193,153)
#98C7A4
(152,199,164)
#A4CDAF
(164,205,175)
#B0D3BA
(176,211,186)
#BCD9C5
(188,217,197)
#C8DFD0
(200,223,208)
#D4E5DB
(212,229,219)
#E0EBE6
(224,235,230)
#ECF1F1
(236,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74B583; }

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

This text font color is #74B583.


Background Color

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

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

This div background color is #74B583.


Border color

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

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

This div border color is #74B583.


Opacity

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

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

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

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

This text has shadow with #74B583 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74B583 on black background.


Color preview on white background

This text has color #74B583 on white background.



Black color preview on #74B583 background

This text has black color on #74B583 background.


White color preview on #74B583 background

This text has white color on #74B583 background.