COLOR #74B483

HEX: #74B483
RGB: (116,180,131)

Color info

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

RGB color model

#74B483 color RGB value is (116,180,131).

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

RGB channels and saturation

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

116
180
131

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

Portions of RGB colors in percentages

R + G + B =
116 + 180 + 131 = 427 (100%)
R 116 of 427 ~ 27.17%
G 180 of 427 ~ 42.15%
B 131 of 427 ~ 30.68%

%27.17
%42.15
%30.68

CMYK color model

#74B483 color CMYK value is (36,0,27,29).

  • cyan value is 35.56%
  • magenta value is 0.00%
  • yellow value is 27.22%
  • key color value is 29.41%
CMYK:
(36,0,27,29)
C36M0Y27K29 
(36%,0%,27%,29%)
(0.36/0.00/0.27/0.29)	

CMYK percentages

%35.56
%0
%27.22
%29.41

Codes

Color #74B483 in popluar color models

74B483
RGB116180131
HSL134°29.91%58.04%
HSB/HSV134°35.56%70.59%
CMYK35.56%0.00%27.22%
29.41%

Color #74B483 in popluar number systems.

HEX74B483
Decimal116180131
Binary11101001011010010000011
Octal164264203

Shades and tints

Shades of #74B483

#74B483
(116,180,131)
#6AA478
(106,164,120)
#60946D
(96,148,109)
#568462
(86,132,98)
#4C7457
(76,116,87)
#42644C
(66,100,76)
#385441
(56,84,65)
#2E4436
(46,68,54)
#24342B
(36,52,43)
#1A2420
(26,36,32)
#101415
(16,20,21)
#000000
(0,0,0)

Tints of #74B483

#74B483
(116,180,131)
#80BA8E
(128,186,142)
#8CC099
(140,192,153)
#98C6A4
(152,198,164)
#A4CCAF
(164,204,175)
#B0D2BA
(176,210,186)
#BCD8C5
(188,216,197)
#C8DED0
(200,222,208)
#D4E4DB
(212,228,219)
#E0EAE6
(224,234,230)
#ECF0F1
(236,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74B483; }

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

This text font color is #74B483.


Background Color

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

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

This div background color is #74B483.


Border color

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

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

This div border color is #74B483.


Opacity

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

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

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

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

This text has shadow with #74B483 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74B483 on black background.


Color preview on white background

This text has color #74B483 on white background.



Black color preview on #74B483 background

This text has black color on #74B483 background.


White color preview on #74B483 background

This text has white color on #74B483 background.