COLOR #3CB371

HEX: #3CB371
RGB: (60,179,113)

Renk bilgisi

Rengin adı MediumSeaGreen. #3CB371 contains mainly green color. #3CB371 ‘ nin web güvenlik rengi #339966 (ya da #396) dir.

RGB renk modeli

#3CB371 color RGB value is (60,179,113).

  • kırmız ton 60;
  • yeşil ton 179;
  • mavi ton 113.
RGB:
(60,179,113)
(24%,70%,44%)

RGB bağlantıları ve doygunluk

R 60 of 255 = 24%
G 179 of 255 = 70%
B 113 of 255 = 44%

60
179
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
60 + 179 + 113 = 352 (100%)
R 60 of 352 ~ 17.05%
G 179 of 352 ~ 50.85%
B 113 of 352 ~ 32.1%

%17.05
%50.85
%32.1

CMYK RENK MODELİ

#3CB371 rengi CMYK tonu (66,0,37,30).

  • camgöbeği tonu 66.48%
  • eflatun tonu 0.00%
  • sarı tonu 36.87%
  • ana renk tonu 29.80%
CMYK:
(66,0,37,30)
C66M0Y37K30 
(66%,0%,37%,30%)
(0.66/0.00/0.37/0.30)	

CMYK yüzdeleri

%66.48
%0
%36.87
%29.8

Codes

Color #3CB371 in popluar color models

3CB371
RGB60179113
HSL147°49.79%46.86%
HSB/HSV147°66.48%70.20%
CMYK66.48%0.00%36.87%
29.80%

Color #3CB371 in popluar number systems.

HEX3CB371
Decimal60179113
Binary111100101100111110001
Octal74263161

Shades and tints

Shades of #3CB371

#3CB371
(60,179,113)
#37A367
(55,163,103)
#32935D
(50,147,93)
#2D8353
(45,131,83)
#287349
(40,115,73)
#23633F
(35,99,63)
#1E5335
(30,83,53)
#19432B
(25,67,43)
#143321
(20,51,33)
#0F2317
(15,35,23)
#0A130D
(10,19,13)
#000000
(0,0,0)

Tints of #3CB371

#3CB371
(60,179,113)
#4DB97D
(77,185,125)
#5EBF89
(94,191,137)
#6FC595
(111,197,149)
#80CBA1
(128,203,161)
#91D1AD
(145,209,173)
#A2D7B9
(162,215,185)
#B3DDC5
(179,221,197)
#C4E3D1
(196,227,209)
#D5E9DD
(213,233,221)
#E6EFE9
(230,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3CB371 color. Also use rgb(60,179,113) instead hex code.

Text Font Color

.myTextColor { color: #3CB371; }

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

This text font color is #3CB371.


Background Color

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

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

This div background color is #3CB371.


Border color

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

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

This div border color is #3CB371.


Opacity

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

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

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

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

This text has shadow with #3CB371 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3CB371 on black background.


Color preview on white background

This text has color #3CB371 on white background.



Black color preview on #3CB371 background

This text has black color on #3CB371 background.


White color preview on #3CB371 background

This text has white color on #3CB371 background.