COLOR #3C9363

HEX: #3C9363 RGB: (60,147,99)

Color info

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

RGB color model

#3C9363 color RGB value is (60,147,99).

RGB: (60,147,99) (24%, 58%, 39%)

RGB channels and saturation

R 60 of 255 = 24%
G 147 of 255 = 58%
B 99 of 255 = 39%

60
147
99

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

Portions of RGB colors in percentages

R + G + B = 60 + 147 + 99 = 306 (100%)
R 60 of 306 ~ 19.61%
G 147 of 306 ~ 48.04%
B 99 of 306 ~ 32.35'%

%19.61
%48.04
%32.35

CMYK color model

#3C9363 color CMYK value is (59,0,33,42).

  • cyan value is 59.18%
  • magenta value is 0.00%
  • yellow value is 32.65%
  • key color value is 42.35%

CMYK: (59,0,33,42)
C59M0Y33K42 (59%, 0%, 33%, 42%)
(0.59 / 0.00 / 0.33 / 0.42)

CMYK percentages

%59.18
%0
%32.65
%42.35

Codes

Color #3C9363 in popluar color models

3C 93 63
RGB 60 147 99
HSL 147° 42.03% 40.59%
HSB/HSV 147° 59.18% 57.65%
CMYK 59.18% 0.00% 32.65%
42.35%

Color #3C9363 in popluar number systems.

HEX 3C 93 63
Decimal 60 147 99
Binary 111100 10010011 1100011
Octal 74 223 143

Shades and tints

Shades of #3C9363

#3C9363
(60,147,99)
#37865A
(55,134,90)
#327951
(50,121,81)
#2D6C48
(45,108,72)
#285F3F
(40,95,63)
#235236
(35,82,54)
#1E452D
(30,69,45)
#193824
(25,56,36)
#142B1B
(20,43,27)
#0F1E12
(15,30,18)
#0A1109
(10,17,9)
#000000
(0,0,0)

Tints of #3C9363

#3C9363
(60,147,99)
#4D9C71
(77,156,113)
#5EA57F
(94,165,127)
#6FAE8D
(111,174,141)
#80B79B
(128,183,155)
#91C0A9
(145,192,169)
#A2C9B7
(162,201,183)
#B3D2C5
(179,210,197)
#C4DBD3
(196,219,211)
#D5E4E1
(213,228,225)
#E6EDEF
(230,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C9363 color. Also use rgb(60,147,99) instead hex code.

Text Font Color

.myTextColor { color: #3C9363; }

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

This text font color is #3C9363.

Background Color

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

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

This div background color is #3C9363.

Border color

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

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

This div border color is #3C9363.

Opacity

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

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

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

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

This text has shadow with #3C9363 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C9363.

Preview

Color preview on black background

This text has color #3C9363 on black background.


Color preview on white background

This text has color #3C9363 on white background.


Black color preview on #3C9363 background

This text has black color on #3C9363 background.


White color preview on #3C9363 background

This text has white color on #3C9363 background.


Related colors

Complementary color

Complementary color for #hex is #C36C9C.


I love getcolorcode.com

Triadic colors

1 #633C93 and #93633C with #3C9363 are triadic colors.

2 #63933C and #933C63 with #3C9363 are triadic colors.