COLOR #3C8373

HEX: #3C8373 RGB: (60,131,115)

Color info

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

RGB color model

#3C8373 color RGB value is (60,131,115).

RGB: (60,131,115) (24%, 51%, 45%)

RGB channels and saturation

R 60 of 255 = 24%
G 131 of 255 = 51%
B 115 of 255 = 45%

60
131
115

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

Portions of RGB colors in percentages

R + G + B = 60 + 131 + 115 = 306 (100%)
R 60 of 306 ~ 19.61%
G 131 of 306 ~ 42.81%
B 115 of 306 ~ 37.58'%

%19.61
%42.81
%37.58

CMYK color model

#3C8373 color CMYK value is (54,0,12,49).

  • cyan value is 54.20%
  • magenta value is 0.00%
  • yellow value is 12.21%
  • key color value is 48.63%

CMYK: (54,0,12,49)
C54M0Y12K49 (54%, 0%, 12%, 49%)
(0.54 / 0.00 / 0.12 / 0.49)

CMYK percentages

%54.2
%0
%12.21
%48.63

Codes

Color #3C8373 in popluar color models

3C 83 73
RGB 60 131 115
HSL 166° 37.17% 37.45%
HSB/HSV 166° 54.20% 51.37%
CMYK 54.20% 0.00% 12.21%
48.63%

Color #3C8373 in popluar number systems.

HEX 3C 83 73
Decimal 60 131 115
Binary 111100 10000011 1110011
Octal 74 203 163

Shades and tints

Shades of #3C8373

#3C8373
(60,131,115)
#377869
(55,120,105)
#326D5F
(50,109,95)
#2D6255
(45,98,85)
#28574B
(40,87,75)
#234C41
(35,76,65)
#1E4137
(30,65,55)
#19362D
(25,54,45)
#142B23
(20,43,35)
#0F2019
(15,32,25)
#0A150F
(10,21,15)
#000000
(0,0,0)

Tints of #3C8373

#3C8373
(60,131,115)
#4D8E7F
(77,142,127)
#5E998B
(94,153,139)
#6FA497
(111,164,151)
#80AFA3
(128,175,163)
#91BAAF
(145,186,175)
#A2C5BB
(162,197,187)
#B3D0C7
(179,208,199)
#C4DBD3
(196,219,211)
#D5E6DF
(213,230,223)
#E6F1EB
(230,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C8373 color. Also use rgb(60,131,115) instead hex code.

Text Font Color

.myTextColor { color: #3C8373; }

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

This text font color is #3C8373.

Background Color

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

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

This div background color is #3C8373.

Border color

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

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

This div border color is #3C8373.

Opacity

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

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

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

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

This text has shadow with #3C8373 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C8373.

Preview

Color preview on black background

This text has color #3C8373 on black background.


Color preview on white background

This text has color #3C8373 on white background.


Black color preview on #3C8373 background

This text has black color on #3C8373 background.


White color preview on #3C8373 background

This text has white color on #3C8373 background.


Related colors

Complementary color

Complementary color for #hex is #C37C8C.


I love getcolorcode.com

Triadic colors

1 #733C83 and #83733C with #3C8373 are triadic colors.

2 #73833C and #833C73 with #3C8373 are triadic colors.