COLOR #3C8B68

HEX: #3C8B68 RGB: (60,139,104)

Color info

#3C8B68 contains mainly green and blue colors. Web safe color of #3C8B68 is #339966 (or #396).

RGB color model

#3C8B68 color RGB value is (60,139,104).

RGB: (60,139,104) (24%, 55%, 41%)

RGB channels and saturation

R 60 of 255 = 24%
G 139 of 255 = 55%
B 104 of 255 = 41%

60
139
104

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

Portions of RGB colors in percentages

R + G + B = 60 + 139 + 104 = 303 (100%)
R 60 of 303 ~ 19.8%
G 139 of 303 ~ 45.87%
B 104 of 303 ~ 34.32'%

%19.8
%45.87
%34.32

CMYK color model

#3C8B68 color CMYK value is (57,0,25,45).

  • cyan value is 56.83%
  • magenta value is 0.00%
  • yellow value is 25.18%
  • key color value is 45.49%

CMYK: (57,0,25,45)
C57M0Y25K45 (57%, 0%, 25%, 45%)
(0.57 / 0.00 / 0.25 / 0.45)

CMYK percentages

%56.83
%0
%25.18
%45.49

Codes

Color #3C8B68 in popluar color models

3C 8B 68
RGB 60 139 104
HSL 153° 39.70% 39.02%
HSB/HSV 153° 56.83% 54.51%
CMYK 56.83% 0.00% 25.18%
45.49%

Color #3C8B68 in popluar number systems.

HEX 3C 8B 68
Decimal 60 139 104
Binary 111100 10001011 1101000
Octal 74 213 150

Shades and tints

Shades of #3C8B68

#3C8B68
(60,139,104)
#377F5F
(55,127,95)
#327356
(50,115,86)
#2D674D
(45,103,77)
#285B44
(40,91,68)
#234F3B
(35,79,59)
#1E4332
(30,67,50)
#193729
(25,55,41)
#142B20
(20,43,32)
#0F1F17
(15,31,23)
#0A130E
(10,19,14)
#000000
(0,0,0)

Tints of #3C8B68

#3C8B68
(60,139,104)
#4D9575
(77,149,117)
#5E9F82
(94,159,130)
#6FA98F
(111,169,143)
#80B39C
(128,179,156)
#91BDA9
(145,189,169)
#A2C7B6
(162,199,182)
#B3D1C3
(179,209,195)
#C4DBD0
(196,219,208)
#D5E5DD
(213,229,221)
#E6EFEA
(230,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C8B68 color. Also use rgb(60,139,104) instead hex code.

Text Font Color

.myTextColor { color: #3C8B68; }

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

This text font color is #3C8B68.

Background Color

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

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

This div background color is #3C8B68.

Border color

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

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

This div border color is #3C8B68.

Opacity

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

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

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

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

This text has shadow with #3C8B68 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C8B68.

Preview

Color preview on black background

This text has color #3C8B68 on black background.


Color preview on white background

This text has color #3C8B68 on white background.


Black color preview on #3C8B68 background

This text has black color on #3C8B68 background.


White color preview on #3C8B68 background

This text has white color on #3C8B68 background.


Related colors

Complementary color

Complementary color for #hex is #C37497.


I love getcolorcode.com

Triadic colors

1 #683C8B and #8B683C with #3C8B68 are triadic colors.

2 #688B3C and #8B3C68 with #3C8B68 are triadic colors.