COLOR #3CBE6A

HEX: #3CBE6A
RGB: (60,190,106)

Color info

#3CBE6A contains mainly green color. Web safe color of #3CBE6A is #33CC66 (or #3C6).

RGB color model

#3CBE6A color RGB value is (60,190,106).

  • red value is 60;
  • green value is 190;
  • blue value is 106.
RGB:
(60,190,106)
(24%,75%,42%)

RGB channels and saturation

R 60 of 255 = 24%
G 190 of 255 = 75%
B 106 of 255 = 42%

60
190
106

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

Portions of RGB colors in percentages

R + G + B =
60 + 190 + 106 = 356 (100%)
R 60 of 356 ~ 16.85%
G 190 of 356 ~ 53.37%
B 106 of 356 ~ 29.78%

%16.85
%53.37
%29.78

CMYK color model

#3CBE6A color CMYK value is (68,0,44,25).

  • cyan value is 68.42%
  • magenta value is 0.00%
  • yellow value is 44.21%
  • key color value is 25.49%
CMYK:
(68,0,44,25)
C68M0Y44K25 
(68%,0%,44%,25%)
(0.68/0.00/0.44/0.25)	

CMYK percentages

%68.42
%0
%44.21
%25.49

Codes

Color #3CBE6A in popluar color models

3CBE6A
RGB60190106
HSL141°52.00%49.02%
HSB/HSV141°68.42%74.51%
CMYK68.42%0.00%44.21%
25.49%

Color #3CBE6A in popluar number systems.

HEX3CBE6A
Decimal60190106
Binary111100101111101101010
Octal74276152

Shades and tints

Shades of #3CBE6A

#3CBE6A
(60,190,106)
#37AD61
(55,173,97)
#329C58
(50,156,88)
#2D8B4F
(45,139,79)
#287A46
(40,122,70)
#23693D
(35,105,61)
#1E5834
(30,88,52)
#19472B
(25,71,43)
#143622
(20,54,34)
#0F2519
(15,37,25)
#0A1410
(10,20,16)
#000000
(0,0,0)

Tints of #3CBE6A

#3CBE6A
(60,190,106)
#4DC377
(77,195,119)
#5EC884
(94,200,132)
#6FCD91
(111,205,145)
#80D29E
(128,210,158)
#91D7AB
(145,215,171)
#A2DCB8
(162,220,184)
#B3E1C5
(179,225,197)
#C4E6D2
(196,230,210)
#D5EBDF
(213,235,223)
#E6F0EC
(230,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3CBE6A color. Also use rgb(60,190,106) instead hex code.

Text Font Color

.myTextColor { color: #3CBE6A; }

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

This text font color is #3CBE6A.


Background Color

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

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

This div background color is #3CBE6A.


Border color

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

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

This div border color is #3CBE6A.


Opacity

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

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

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

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

This text has shadow with #3CBE6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3CBE6A on black background.


Color preview on white background

This text has color #3CBE6A on white background.



Black color preview on #3CBE6A background

This text has black color on #3CBE6A background.


White color preview on #3CBE6A background

This text has white color on #3CBE6A background.