COLOR #3CB3AF

HEX: #3CB3AF
RGB: (60,179,175)

Color info

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

RGB color model

#3CB3AF color RGB value is (60,179,175).

  • red value is 60;
  • green value is 179;
  • blue value is 175.
RGB:
(60,179,175)
(24%,70%,69%)

RGB channels and saturation

R 60 of 255 = 24%
G 179 of 255 = 70%
B 175 of 255 = 69%

60
179
175

R + G + B ~ 54%. #3CB3AF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
60 + 179 + 175 = 414 (100%)
R 60 of 414 ~ 14.49%
G 179 of 414 ~ 43.24%
B 175 of 414 ~ 42.27%

%14.49
%43.24
%42.27

CMYK color model

#3CB3AF color CMYK value is (66,0,2,30).

  • cyan value is 66.48%
  • magenta value is 0.00%
  • yellow value is 2.23%
  • key color value is 29.80%
CMYK:
(66,0,2,30)
C66M0Y2K30 
(66%,0%,2%,30%)
(0.66/0.00/0.02/0.30)	

CMYK percentages

%66.48
%0
%2.23
%29.8

Codes

Color #3CB3AF in popluar color models

3CB3AF
RGB60179175
HSL178°49.79%46.86%
HSB/HSV178°66.48%70.20%
CMYK66.48%0.00%2.23%
29.80%

Color #3CB3AF in popluar number systems.

HEX3CB3AF
Decimal60179175
Binary1111001011001110101111
Octal74263257

Shades and tints

Shades of #3CB3AF

#3CB3AF
(60,179,175)
#37A3A0
(55,163,160)
#329391
(50,147,145)
#2D8382
(45,131,130)
#287373
(40,115,115)
#236364
(35,99,100)
#1E5355
(30,83,85)
#194346
(25,67,70)
#143337
(20,51,55)
#0F2328
(15,35,40)
#0A1319
(10,19,25)
#000000
(0,0,0)

Tints of #3CB3AF

#3CB3AF
(60,179,175)
#4DB9B6
(77,185,182)
#5EBFBD
(94,191,189)
#6FC5C4
(111,197,196)
#80CBCB
(128,203,203)
#91D1D2
(145,209,210)
#A2D7D9
(162,215,217)
#B3DDE0
(179,221,224)
#C4E3E7
(196,227,231)
#D5E9EE
(213,233,238)
#E6EFF5
(230,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3CB3AF color. Also use rgb(60,179,175) instead hex code.

Text Font Color

.myTextColor { color: #3CB3AF; }

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

This text font color is #3CB3AF.


Background Color

.myBgColor { background-color: #3CB3AF; }

<div style="background-color:#3CB3AF">Inner text</div>

This div background color is #3CB3AF.


Border color

.myBorderColor { border: 1px solid #3CB3AF; }

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

This div border color is #3CB3AF.


Opacity

.myOpacity80 { color: #3CB3AF; opacity: 0.8; }

<p style="color:#3CB3AF;opacity:0.8;">80%</p>

Text with #3CB3AF 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 #3CB3AF;}

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

This text has shadow with #3CB3AF color.

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

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

This text has shadow with #3CB3AF primary color and red secondary color.


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

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

This text has shadow with #3CB3AF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3CB3AF on black background.


Color preview on white background

This text has color #3CB3AF on white background.



Black color preview on #3CB3AF background

This text has black color on #3CB3AF background.


White color preview on #3CB3AF background

This text has white color on #3CB3AF background.