COLOR #427F50

HEX: #427F50
RGB: (66,127,80)

Renk bilgisi

#427F50 contains mainly green and blue colors. #427F50 ‘ nin web güvenlik rengi #336666 (ya da #366) dir.

RGB renk modeli

#427F50 color RGB value is (66,127,80).

  • kırmız ton 66;
  • yeşil ton 127;
  • mavi ton 80.
RGB:
(66,127,80)
(26%,50%,31%)

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 127 of 255 = 50%
B 80 of 255 = 31%

66
127
80

R + G + B ~ 36%. #427F50 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 127 + 80 = 273 (100%)
R 66 of 273 ~ 24.18%
G 127 of 273 ~ 46.52%
B 80 of 273 ~ 29.3%

%24.18
%46.52
%29.3

CMYK RENK MODELİ

#427F50 rengi CMYK tonu (48,0,37,50).

  • camgöbeği tonu 48.03%
  • eflatun tonu 0.00%
  • sarı tonu 37.01%
  • ana renk tonu 50.20%
CMYK:
(48,0,37,50)
C48M0Y37K50 
(48%,0%,37%,50%)
(0.48/0.00/0.37/0.50)	

CMYK yüzdeleri

%48.03
%0
%37.01
%50.2

Codes

Color #427F50 in popluar color models

427F50
RGB6612780
HSL134°31.61%37.84%
HSB/HSV134°48.03%49.80%
CMYK48.03%0.00%37.01%
50.20%

Color #427F50 in popluar number systems.

HEX427F50
Decimal6612780
Binary100001011111111010000
Octal102177120

Shades and tints

Shades of #427F50

#427F50
(66,127,80)
#3C7449
(60,116,73)
#366942
(54,105,66)
#305E3B
(48,94,59)
#2A5334
(42,83,52)
#24482D
(36,72,45)
#1E3D26
(30,61,38)
#18321F
(24,50,31)
#122718
(18,39,24)
#0C1C11
(12,28,17)
#06110A
(6,17,10)
#000000
(0,0,0)

Tints of #427F50

#427F50
(66,127,80)
#538A5F
(83,138,95)
#64956E
(100,149,110)
#75A07D
(117,160,125)
#86AB8C
(134,171,140)
#97B69B
(151,182,155)
#A8C1AA
(168,193,170)
#B9CCB9
(185,204,185)
#CAD7C8
(202,215,200)
#DBE2D7
(219,226,215)
#ECEDE6
(236,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #427F50 color. Also use rgb(66,127,80) instead hex code.

Text Font Color

.myTextColor { color: #427F50; }

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

This text font color is #427F50.


Background Color

.myBgColor { background-color: #427F50; }

<div style="background-color:#427F50">Inner text</div>

This div background color is #427F50.


Border color

.myBorderColor { border: 1px solid #427F50; }

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

This div border color is #427F50.


Opacity

.myOpacity80 { color: #427F50; opacity: 0.8; }

<p style="color:#427F50;opacity:0.8;">80%</p>

Text with #427F50 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 #427F50;}

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

This text has shadow with #427F50 color.

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

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

This text has shadow with #427F50 primary color and red secondary color.


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

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

This text has shadow with #427F50 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #427F50 on black background.


Color preview on white background

This text has color #427F50 on white background.



Black color preview on #427F50 background

This text has black color on #427F50 background.


White color preview on #427F50 background

This text has white color on #427F50 background.