COLOR #3CBC7B

HEX: #3CBC7B RGB: (60,188,123)

Color info

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

RGB color model

#3CBC7B color RGB value is (60,188,123).

RGB: (60,188,123) (24%, 74%, 48%)

RGB channels and saturation

R 60 of 255 = 24%
G 188 of 255 = 74%
B 123 of 255 = 48%

60
188
123

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

Portions of RGB colors in percentages

R + G + B = 60 + 188 + 123 = 371 (100%)
R 60 of 371 ~ 16.17%
G 188 of 371 ~ 50.67%
B 123 of 371 ~ 33.15'%

%16.17
%50.67
%33.15

CMYK color model

#3CBC7B color CMYK value is (68,0,35,26).

  • cyan value is 68.09%
  • magenta value is 0.00%
  • yellow value is 34.57%
  • key color value is 26.27%

CMYK: (68,0,35,26)
C68M0Y35K26 (68%, 0%, 35%, 26%)
(0.68 / 0.00 / 0.35 / 0.26)

CMYK percentages

%68.09
%0
%34.57
%26.27

Codes

Color #3CBC7B in popluar color models

3C BC 7B
RGB 60 188 123
HSL 150° 51.61% 48.63%
HSB/HSV 150° 68.09% 73.73%
CMYK 68.09% 0.00% 34.57%
26.27%

Color #3CBC7B in popluar number systems.

HEX 3C BC 7B
Decimal 60 188 123
Binary 111100 10111100 1111011
Octal 74 274 173

Shades and tints

Shades of #3CBC7B

#3CBC7B
(60,188,123)
#37AB70
(55,171,112)
#329A65
(50,154,101)
#2D895A
(45,137,90)
#28784F
(40,120,79)
#236744
(35,103,68)
#1E5639
(30,86,57)
#19452E
(25,69,46)
#143423
(20,52,35)
#0F2318
(15,35,24)
#0A120D
(10,18,13)
#000000
(0,0,0)

Tints of #3CBC7B

#3CBC7B
(60,188,123)
#4DC287
(77,194,135)
#5EC893
(94,200,147)
#6FCE9F
(111,206,159)
#80D4AB
(128,212,171)
#91DAB7
(145,218,183)
#A2E0C3
(162,224,195)
#B3E6CF
(179,230,207)
#C4ECDB
(196,236,219)
#D5F2E7
(213,242,231)
#E6F8F3
(230,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3CBC7B color. Also use rgb(60,188,123) instead hex code.

Text Font Color

.myTextColor { color: #3CBC7B; }

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

This text font color is #3CBC7B.

Background Color

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

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

This div background color is #3CBC7B.

Border color

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

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

This div border color is #3CBC7B.

Opacity

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

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

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

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

This text has shadow with #3CBC7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3CBC7B.

Preview

Color preview on black background

This text has color #3CBC7B on black background.


Color preview on white background

This text has color #3CBC7B on white background.


Black color preview on #3CBC7B background

This text has black color on #3CBC7B background.


White color preview on #3CBC7B background

This text has white color on #3CBC7B background.


Related colors

Complementary color

Complementary color for #hex is #C34384.


I love getcolorcode.com

Triadic colors

1 #7B3CBC and #BC7B3C with #3CBC7B are triadic colors.

2 #7BBC3C and #BC3C7B with #3CBC7B are triadic colors.