COLOR #74B183

HEX: #74B183
RGB: (116,177,131)

Color info

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

RGB color model

#74B183 color RGB value is (116,177,131).

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

RGB channels and saturation

R 116 of 255 = 45%
G 177 of 255 = 69%
B 131 of 255 = 51%

116
177
131

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

Portions of RGB colors in percentages

R + G + B =
116 + 177 + 131 = 424 (100%)
R 116 of 424 ~ 27.36%
G 177 of 424 ~ 41.75%
B 131 of 424 ~ 30.9%

%27.36
%41.75
%30.9

CMYK color model

#74B183 color CMYK value is (34,0,26,31).

  • cyan value is 34.46%
  • magenta value is 0.00%
  • yellow value is 25.99%
  • key color value is 30.59%
CMYK:
(34,0,26,31)
C34M0Y26K31 
(34%,0%,26%,31%)
(0.34/0.00/0.26/0.31)	

CMYK percentages

%34.46
%0
%25.99
%30.59

Codes

Color #74B183 in popluar color models

74B183
RGB116177131
HSL135°28.11%57.45%
HSB/HSV135°34.46%69.41%
CMYK34.46%0.00%25.99%
30.59%

Color #74B183 in popluar number systems.

HEX74B183
Decimal116177131
Binary11101001011000110000011
Octal164261203

Shades and tints

Shades of #74B183

#74B183
(116,177,131)
#6AA178
(106,161,120)
#60916D
(96,145,109)
#568162
(86,129,98)
#4C7157
(76,113,87)
#42614C
(66,97,76)
#385141
(56,81,65)
#2E4136
(46,65,54)
#24312B
(36,49,43)
#1A2120
(26,33,32)
#101115
(16,17,21)
#000000
(0,0,0)

Tints of #74B183

#74B183
(116,177,131)
#80B88E
(128,184,142)
#8CBF99
(140,191,153)
#98C6A4
(152,198,164)
#A4CDAF
(164,205,175)
#B0D4BA
(176,212,186)
#BCDBC5
(188,219,197)
#C8E2D0
(200,226,208)
#D4E9DB
(212,233,219)
#E0F0E6
(224,240,230)
#ECF7F1
(236,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74B183; }

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

This text font color is #74B183.


Background Color

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

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

This div background color is #74B183.


Border color

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

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

This div border color is #74B183.


Opacity

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

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

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

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

This text has shadow with #74B183 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74B183 on black background.


Color preview on white background

This text has color #74B183 on white background.



Black color preview on #74B183 background

This text has black color on #74B183 background.


White color preview on #74B183 background

This text has white color on #74B183 background.