COLOR #3CB2A7

HEX: #3CB2A7
RGB: (60,178,167)

Color info

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

RGB color model

#3CB2A7 color RGB value is (60,178,167).

  • red value is 60;
  • green value is 178;
  • blue value is 167.
RGB:
(60,178,167)
(24%,70%,65%)

RGB channels and saturation

R 60 of 255 = 24%
G 178 of 255 = 70%
B 167 of 255 = 65%

60
178
167

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

Portions of RGB colors in percentages

R + G + B =
60 + 178 + 167 = 405 (100%)
R 60 of 405 ~ 14.81%
G 178 of 405 ~ 43.95%
B 167 of 405 ~ 41.23%

%14.81
%43.95
%41.23

CMYK color model

#3CB2A7 color CMYK value is (66,0,6,30).

  • cyan value is 66.29%
  • magenta value is 0.00%
  • yellow value is 6.18%
  • key color value is 30.20%
CMYK:
(66,0,6,30)
C66M0Y6K30 
(66%,0%,6%,30%)
(0.66/0.00/0.06/0.30)	

CMYK percentages

%66.29
%0
%6.18
%30.2

Codes

Color #3CB2A7 in popluar color models

3CB2A7
RGB60178167
HSL174°49.58%46.67%
HSB/HSV174°66.29%69.80%
CMYK66.29%0.00%6.18%
30.20%

Color #3CB2A7 in popluar number systems.

HEX3CB2A7
Decimal60178167
Binary1111001011001010100111
Octal74262247

Shades and tints

Shades of #3CB2A7

#3CB2A7
(60,178,167)
#37A298
(55,162,152)
#329289
(50,146,137)
#2D827A
(45,130,122)
#28726B
(40,114,107)
#23625C
(35,98,92)
#1E524D
(30,82,77)
#19423E
(25,66,62)
#14322F
(20,50,47)
#0F2220
(15,34,32)
#0A1211
(10,18,17)
#000000
(0,0,0)

Tints of #3CB2A7

#3CB2A7
(60,178,167)
#4DB9AF
(77,185,175)
#5EC0B7
(94,192,183)
#6FC7BF
(111,199,191)
#80CEC7
(128,206,199)
#91D5CF
(145,213,207)
#A2DCD7
(162,220,215)
#B3E3DF
(179,227,223)
#C4EAE7
(196,234,231)
#D5F1EF
(213,241,239)
#E6F8F7
(230,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3CB2A7 color. Also use rgb(60,178,167) instead hex code.

Text Font Color

.myTextColor { color: #3CB2A7; }

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

This text font color is #3CB2A7.


Background Color

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

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

This div background color is #3CB2A7.


Border color

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

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

This div border color is #3CB2A7.


Opacity

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

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

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

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

This text has shadow with #3CB2A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3CB2A7 on black background.


Color preview on white background

This text has color #3CB2A7 on white background.



Black color preview on #3CB2A7 background

This text has black color on #3CB2A7 background.


White color preview on #3CB2A7 background

This text has white color on #3CB2A7 background.