COLOR #42B371

HEX: #42B371
RGB: (66,179,113)

Renk bilgisi

#42B371 contains mainly green color. #42B371 ‘ nin web güvenlik rengi #339966 (ya da #396) dir.

RGB renk modeli

#42B371 color RGB value is (66,179,113).

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

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 179 of 255 = 70%
B 113 of 255 = 44%

66
179
113

R + G + B ~ 47%. #42B371 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 179 + 113 = 358 (100%)
R 66 of 358 ~ 18.44%
G 179 of 358 ~ 50%
B 113 of 358 ~ 31.56%

%18.44
%50
%31.56

CMYK RENK MODELİ

#42B371 rengi CMYK tonu (63,0,37,30).

  • camgöbeği tonu 63.13%
  • eflatun tonu 0.00%
  • sarı tonu 36.87%
  • ana renk tonu 29.80%
CMYK:
(63,0,37,30)
C63M0Y37K30 
(63%,0%,37%,30%)
(0.63/0.00/0.37/0.30)	

CMYK yüzdeleri

%63.13
%0
%36.87
%29.8

Codes

Color #42B371 in popluar color models

42B371
RGB66179113
HSL145°46.12%48.04%
HSB/HSV145°63.13%70.20%
CMYK63.13%0.00%36.87%
29.80%

Color #42B371 in popluar number systems.

HEX42B371
Decimal66179113
Binary1000010101100111110001
Octal102263161

Shades and tints

Shades of #42B371

#42B371
(66,179,113)
#3CA367
(60,163,103)
#36935D
(54,147,93)
#308353
(48,131,83)
#2A7349
(42,115,73)
#24633F
(36,99,63)
#1E5335
(30,83,53)
#18432B
(24,67,43)
#123321
(18,51,33)
#0C2317
(12,35,23)
#06130D
(6,19,13)
#000000
(0,0,0)

Tints of #42B371

#42B371
(66,179,113)
#53B97D
(83,185,125)
#64BF89
(100,191,137)
#75C595
(117,197,149)
#86CBA1
(134,203,161)
#97D1AD
(151,209,173)
#A8D7B9
(168,215,185)
#B9DDC5
(185,221,197)
#CAE3D1
(202,227,209)
#DBE9DD
(219,233,221)
#ECEFE9
(236,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42B371 color. Also use rgb(66,179,113) instead hex code.

Text Font Color

.myTextColor { color: #42B371; }

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

This text font color is #42B371.


Background Color

.myBgColor { background-color: #42B371; }

<div style="background-color:#42B371">Inner text</div>

This div background color is #42B371.


Border color

.myBorderColor { border: 1px solid #42B371; }

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

This div border color is #42B371.


Opacity

.myOpacity80 { color: #42B371; opacity: 0.8; }

<p style="color:#42B371;opacity:0.8;">80%</p>

Text with #42B371 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 #42B371;}

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

This text has shadow with #42B371 color.

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

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

This text has shadow with #42B371 primary color and red secondary color.


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

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

This text has shadow with #42B371 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42B371 on black background.


Color preview on white background

This text has color #42B371 on white background.



Black color preview on #42B371 background

This text has black color on #42B371 background.


White color preview on #42B371 background

This text has white color on #42B371 background.