COLOR #4CB1B3

HEX: #4CB1B3
RGB: (76,177,179)

Color info

#4CB1B3 contains mainly green and blue colors. Web safe color of #4CB1B3 is #339999 (or #399).

RGB color model

#4CB1B3 color RGB value is (76,177,179).

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

RGB channels and saturation

R 76 of 255 = 30%
G 177 of 255 = 69%
B 179 of 255 = 70%

76
177
179

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

Portions of RGB colors in percentages

R + G + B =
76 + 177 + 179 = 432 (100%)
R 76 of 432 ~ 17.59%
G 177 of 432 ~ 40.97%
B 179 of 432 ~ 41.44%

%17.59
%40.97
%41.44

CMYK color model

#4CB1B3 color CMYK value is (58,1,0,30).

  • cyan value is 57.54%
  • magenta value is 1.12%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(58,1,0,30)
C58M1Y0K30 
(58%,1%,0%,30%)
(0.58/0.01/0.00/0.30)	

CMYK percentages

%57.54
%1.12
%0
%29.8

Codes

Color #4CB1B3 in popluar color models

4CB1B3
RGB76177179
HSL181°40.39%50.00%
HSB/HSV181°57.54%70.20%
CMYK57.54%1.12%0.00%
29.80%

Color #4CB1B3 in popluar number systems.

HEX4CB1B3
Decimal76177179
Binary10011001011000110110011
Octal114261263

Shades and tints

Shades of #4CB1B3

#4CB1B3
(76,177,179)
#46A1A3
(70,161,163)
#409193
(64,145,147)
#3A8183
(58,129,131)
#347173
(52,113,115)
#2E6163
(46,97,99)
#285153
(40,81,83)
#224143
(34,65,67)
#1C3133
(28,49,51)
#162123
(22,33,35)
#101113
(16,17,19)
#000000
(0,0,0)

Tints of #4CB1B3

#4CB1B3
(76,177,179)
#5CB8B9
(92,184,185)
#6CBFBF
(108,191,191)
#7CC6C5
(124,198,197)
#8CCDCB
(140,205,203)
#9CD4D1
(156,212,209)
#ACDBD7
(172,219,215)
#BCE2DD
(188,226,221)
#CCE9E3
(204,233,227)
#DCF0E9
(220,240,233)
#ECF7EF
(236,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CB1B3 color. Also use rgb(76,177,179) instead hex code.

Text Font Color

.myTextColor { color: #4CB1B3; }

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

This text font color is #4CB1B3.


Background Color

.myBgColor { background-color: #4CB1B3; }

<div style="background-color:#4CB1B3">Inner text</div>

This div background color is #4CB1B3.


Border color

.myBorderColor { border: 1px solid #4CB1B3; }

<div style="border:3px solid #4CB1B3">Div</div>

This div border color is #4CB1B3.


Opacity

.myOpacity80 { color: #4CB1B3; opacity: 0.8; }

<p style="color:#4CB1B3;opacity:0.8;">80%</p>

Text with #4CB1B3 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 #4CB1B3;}

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

This text has shadow with #4CB1B3 color.

.textShadow {text-shadow: 3px 3px 1px #4CB1B3, 3px 3px 1px red;}

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

This text has shadow with #4CB1B3 primary color and red secondary color.


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

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

This text has shadow with #4CB1B3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4CB1B3 on black background.


Color preview on white background

This text has color #4CB1B3 on white background.



Black color preview on #4CB1B3 background

This text has black color on #4CB1B3 background.


White color preview on #4CB1B3 background

This text has white color on #4CB1B3 background.