COLOR #74B1B3

HEX: #74B1B3
RGB: (116,177,179)

Color info

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

RGB color model

#74B1B3 color RGB value is (116,177,179).

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

RGB channels and saturation

R 116 of 255 = 45%
G 177 of 255 = 69%
B 179 of 255 = 70%

116
177
179

R + G + B ~ 61%. #74B1B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
116 + 177 + 179 = 472 (100%)
R 116 of 472 ~ 24.58%
G 177 of 472 ~ 37.5%
B 179 of 472 ~ 37.92%

%24.58
%37.5
%37.92

CMYK color model

#74B1B3 color CMYK value is (35,1,0,30).

  • cyan value is 35.20%
  • magenta value is 1.12%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(35,1,0,30)
C35M1Y0K30 
(35%,1%,0%,30%)
(0.35/0.01/0.00/0.30)	

CMYK percentages

%35.2
%1.12
%0
%29.8

Codes

Color #74B1B3 in popluar color models

74B1B3
RGB116177179
HSL182°29.30%57.84%
HSB/HSV182°35.20%70.20%
CMYK35.20%1.12%0.00%
29.80%

Color #74B1B3 in popluar number systems.

HEX74B1B3
Decimal116177179
Binary11101001011000110110011
Octal164261263

Shades and tints

Shades of #74B1B3

#74B1B3
(116,177,179)
#6AA1A3
(106,161,163)
#609193
(96,145,147)
#568183
(86,129,131)
#4C7173
(76,113,115)
#426163
(66,97,99)
#385153
(56,81,83)
#2E4143
(46,65,67)
#243133
(36,49,51)
#1A2123
(26,33,35)
#101113
(16,17,19)
#000000
(0,0,0)

Tints of #74B1B3

#74B1B3
(116,177,179)
#80B8B9
(128,184,185)
#8CBFBF
(140,191,191)
#98C6C5
(152,198,197)
#A4CDCB
(164,205,203)
#B0D4D1
(176,212,209)
#BCDBD7
(188,219,215)
#C8E2DD
(200,226,221)
#D4E9E3
(212,233,227)
#E0F0E9
(224,240,233)
#ECF7EF
(236,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74B1B3; }

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

This text font color is #74B1B3.


Background Color

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

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

This div background color is #74B1B3.


Border color

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

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

This div border color is #74B1B3.


Opacity

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

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

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

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

This text has shadow with #74B1B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74B1B3 on black background.


Color preview on white background

This text has color #74B1B3 on white background.



Black color preview on #74B1B3 background

This text has black color on #74B1B3 background.


White color preview on #74B1B3 background

This text has white color on #74B1B3 background.