COLOR #3CA375

HEX: #3CA375
RGB: (60,163,117)

Color info

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

RGB color model

#3CA375 color RGB value is (60,163,117).

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

RGB channels and saturation

R 60 of 255 = 24%
G 163 of 255 = 64%
B 117 of 255 = 46%

60
163
117

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

Portions of RGB colors in percentages

R + G + B =
60 + 163 + 117 = 340 (100%)
R 60 of 340 ~ 17.65%
G 163 of 340 ~ 47.94%
B 117 of 340 ~ 34.41%

%17.65
%47.94
%34.41

CMYK color model

#3CA375 color CMYK value is (63,0,28,36).

  • cyan value is 63.19%
  • magenta value is 0.00%
  • yellow value is 28.22%
  • key color value is 36.08%
CMYK:
(63,0,28,36)
C63M0Y28K36 
(63%,0%,28%,36%)
(0.63/0.00/0.28/0.36)	

CMYK percentages

%63.19
%0
%28.22
%36.08

Codes

Color #3CA375 in popluar color models

3CA375
RGB60163117
HSL153°46.19%43.73%
HSB/HSV153°63.19%63.92%
CMYK63.19%0.00%28.22%
36.08%

Color #3CA375 in popluar number systems.

HEX3CA375
Decimal60163117
Binary111100101000111110101
Octal74243165

Shades and tints

Shades of #3CA375

#3CA375
(60,163,117)
#37956B
(55,149,107)
#328761
(50,135,97)
#2D7957
(45,121,87)
#286B4D
(40,107,77)
#235D43
(35,93,67)
#1E4F39
(30,79,57)
#19412F
(25,65,47)
#143325
(20,51,37)
#0F251B
(15,37,27)
#0A1711
(10,23,17)
#000000
(0,0,0)

Tints of #3CA375

#3CA375
(60,163,117)
#4DAB81
(77,171,129)
#5EB38D
(94,179,141)
#6FBB99
(111,187,153)
#80C3A5
(128,195,165)
#91CBB1
(145,203,177)
#A2D3BD
(162,211,189)
#B3DBC9
(179,219,201)
#C4E3D5
(196,227,213)
#D5EBE1
(213,235,225)
#E6F3ED
(230,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3CA375; }

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

This text font color is #3CA375.


Background Color

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

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

This div background color is #3CA375.


Border color

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

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

This div border color is #3CA375.


Opacity

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

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

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

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

This text has shadow with #3CA375 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3CA375 on black background.


Color preview on white background

This text has color #3CA375 on white background.



Black color preview on #3CA375 background

This text has black color on #3CA375 background.


White color preview on #3CA375 background

This text has white color on #3CA375 background.