COLOR #3C904B

HEX: #3C904B RGB: (60,144,75)

Color info

#3C904B contains mainly green color. Web safe color of #3C904B is #339933 (or #393).

RGB color model

#3C904B color RGB value is (60,144,75).

RGB: (60,144,75) (24%, 56%, 29%)

RGB channels and saturation

R 60 of 255 = 24%
G 144 of 255 = 56%
B 75 of 255 = 29%

60
144
75

R + G + B ~ 36%. #3C904B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 144 + 75 = 279 (100%)
R 60 of 279 ~ 21.51%
G 144 of 279 ~ 51.61%
B 75 of 279 ~ 26.88'%

%21.51
%51.61
%26.88

CMYK color model

#3C904B color CMYK value is (58,0,48,44).

  • cyan value is 58.33%
  • magenta value is 0.00%
  • yellow value is 47.92%
  • key color value is 43.53%

CMYK: (58,0,48,44)
C58M0Y48K44 (58%, 0%, 48%, 44%)
(0.58 / 0.00 / 0.48 / 0.44)

CMYK percentages

%58.33
%0
%47.92
%43.53

Codes

Color #3C904B in popluar color models

3C 90 4B
RGB 60 144 75
HSL 131° 41.18% 40.00%
HSB/HSV 131° 58.33% 56.47%
CMYK 58.33% 0.00% 47.92%
43.53%

Color #3C904B in popluar number systems.

HEX 3C 90 4B
Decimal 60 144 75
Binary 111100 10010000 1001011
Octal 74 220 113

Shades and tints

Shades of #3C904B

#3C904B
(60,144,75)
#378345
(55,131,69)
#32763F
(50,118,63)
#2D6939
(45,105,57)
#285C33
(40,92,51)
#234F2D
(35,79,45)
#1E4227
(30,66,39)
#193521
(25,53,33)
#14281B
(20,40,27)
#0F1B15
(15,27,21)
#0A0E0F
(10,14,15)
#000000
(0,0,0)

Tints of #3C904B

#3C904B
(60,144,75)
#4D9A5B
(77,154,91)
#5EA46B
(94,164,107)
#6FAE7B
(111,174,123)
#80B88B
(128,184,139)
#91C29B
(145,194,155)
#A2CCAB
(162,204,171)
#B3D6BB
(179,214,187)
#C4E0CB
(196,224,203)
#D5EADB
(213,234,219)
#E6F4EB
(230,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C904B color. Also use rgb(60,144,75) instead hex code.

Text Font Color

.myTextColor { color: #3C904B; }

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

This text font color is #3C904B.

Background Color

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

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

This div background color is #3C904B.

Border color

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

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

This div border color is #3C904B.

Opacity

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

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

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

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

This text has shadow with #3C904B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C904B.

Preview

Color preview on black background

This text has color #3C904B on black background.


Color preview on white background

This text has color #3C904B on white background.


Black color preview on #3C904B background

This text has black color on #3C904B background.


White color preview on #3C904B background

This text has white color on #3C904B background.


Related colors

Complementary color

Complementary color for #hex is #C36FB4.


I love getcolorcode.com

Triadic colors

1 #4B3C90 and #904B3C with #3C904B are triadic colors.

2 #4B903C and #903C4B with #3C904B are triadic colors.