COLOR #3CB98A

HEX: #3CB98A
RGB: (60,185,138)

Color info

#3CB98A contains mainly green and blue colors. Web safe color of #3CB98A is #33CC99 (or #3C9).

RGB color model

#3CB98A color RGB value is (60,185,138).

  • red value is 60;
  • green value is 185;
  • blue value is 138.
RGB:
(60,185,138)
(24%,73%,54%)

RGB channels and saturation

R 60 of 255 = 24%
G 185 of 255 = 73%
B 138 of 255 = 54%

60
185
138

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

Portions of RGB colors in percentages

R + G + B =
60 + 185 + 138 = 383 (100%)
R 60 of 383 ~ 15.67%
G 185 of 383 ~ 48.3%
B 138 of 383 ~ 36.03%

%15.67
%48.3
%36.03

CMYK color model

#3CB98A color CMYK value is (68,0,25,27).

  • cyan value is 67.57%
  • magenta value is 0.00%
  • yellow value is 25.41%
  • key color value is 27.45%
CMYK:
(68,0,25,27)
C68M0Y25K27 
(68%,0%,25%,27%)
(0.68/0.00/0.25/0.27)	

CMYK percentages

%67.57
%0
%25.41
%27.45

Codes

Color #3CB98A in popluar color models

3CB98A
RGB60185138
HSL157°51.02%48.04%
HSB/HSV157°67.57%72.55%
CMYK67.57%0.00%25.41%
27.45%

Color #3CB98A in popluar number systems.

HEX3CB98A
Decimal60185138
Binary1111001011100110001010
Octal74271212

Shades and tints

Shades of #3CB98A

#3CB98A
(60,185,138)
#37A97E
(55,169,126)
#329972
(50,153,114)
#2D8966
(45,137,102)
#28795A
(40,121,90)
#23694E
(35,105,78)
#1E5942
(30,89,66)
#194936
(25,73,54)
#14392A
(20,57,42)
#0F291E
(15,41,30)
#0A1912
(10,25,18)
#000000
(0,0,0)

Tints of #3CB98A

#3CB98A
(60,185,138)
#4DBF94
(77,191,148)
#5EC59E
(94,197,158)
#6FCBA8
(111,203,168)
#80D1B2
(128,209,178)
#91D7BC
(145,215,188)
#A2DDC6
(162,221,198)
#B3E3D0
(179,227,208)
#C4E9DA
(196,233,218)
#D5EFE4
(213,239,228)
#E6F5EE
(230,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3CB98A color. Also use rgb(60,185,138) instead hex code.

Text Font Color

.myTextColor { color: #3CB98A; }

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

This text font color is #3CB98A.


Background Color

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

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

This div background color is #3CB98A.


Border color

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

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

This div border color is #3CB98A.


Opacity

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

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

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

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

This text has shadow with #3CB98A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3CB98A on black background.


Color preview on white background

This text has color #3CB98A on white background.



Black color preview on #3CB98A background

This text has black color on #3CB98A background.


White color preview on #3CB98A background

This text has white color on #3CB98A background.