COLOR #3CA338

HEX: #3CA338
RGB: (60,163,56)

Color info

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

RGB color model

#3CA338 color RGB value is (60,163,56).

  • red value is 60;
  • green value is 163;
  • blue value is 56.
RGB:
(60,163,56)
(24%,64%,22%)

RGB channels and saturation

R 60 of 255 = 24%
G 163 of 255 = 64%
B 56 of 255 = 22%

60
163
56

R + G + B ~ 37%. #3CA338 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 163 + 56 = 279 (100%)
R 60 of 279 ~ 21.51%
G 163 of 279 ~ 58.42%
B 56 of 279 ~ 20.07%

%21.51
%58.42
%20.07

CMYK color model

#3CA338 color CMYK value is (63,0,66,36).

  • cyan value is 63.19%
  • magenta value is 0.00%
  • yellow value is 65.64%
  • key color value is 36.08%
CMYK:
(63,0,66,36)
C63M0Y66K36 
(63%,0%,66%,36%)
(0.63/0.00/0.66/0.36)	

CMYK percentages

%63.19
%0
%65.64
%36.08

Codes

Color #3CA338 in popluar color models

3CA338
RGB6016356
HSL118°48.86%42.94%
HSB/HSV118°65.64%63.92%
CMYK63.19%0.00%65.64%
36.08%

Color #3CA338 in popluar number systems.

HEX3CA338
Decimal6016356
Binary11110010100011111000
Octal7424370

Shades and tints

Shades of #3CA338

#3CA338
(60,163,56)
#379533
(55,149,51)
#32872E
(50,135,46)
#2D7929
(45,121,41)
#286B24
(40,107,36)
#235D1F
(35,93,31)
#1E4F1A
(30,79,26)
#194115
(25,65,21)
#143310
(20,51,16)
#0F250B
(15,37,11)
#0A1706
(10,23,6)
#000000
(0,0,0)

Tints of #3CA338

#3CA338
(60,163,56)
#4DAB4A
(77,171,74)
#5EB35C
(94,179,92)
#6FBB6E
(111,187,110)
#80C380
(128,195,128)
#91CB92
(145,203,146)
#A2D3A4
(162,211,164)
#B3DBB6
(179,219,182)
#C4E3C8
(196,227,200)
#D5EBDA
(213,235,218)
#E6F3EC
(230,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3CA338 color. Also use rgb(60,163,56) instead hex code.

Text Font Color

.myTextColor { color: #3CA338; }

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

This text font color is #3CA338.


Background Color

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

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

This div background color is #3CA338.


Border color

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

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

This div border color is #3CA338.


Opacity

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

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

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

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

This text has shadow with #3CA338 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3CA338 on black background.


Color preview on white background

This text has color #3CA338 on white background.



Black color preview on #3CA338 background

This text has black color on #3CA338 background.


White color preview on #3CA338 background

This text has white color on #3CA338 background.