COLOR #427A40

HEX: #427A40
RGB: (66,122,64)

Renk bilgisi

#427A40 contains red, green and blue colors in about the same proportion. #427A40 ‘ nin web güvenlik rengi #336633 (ya da #363) dir.

RGB renk modeli

#427A40 color RGB value is (66,122,64).

  • kırmız ton 66;
  • yeşil ton 122;
  • mavi ton 64.
RGB:
(66,122,64)
(26%,48%,25%)

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 122 of 255 = 48%
B 64 of 255 = 25%

66
122
64

R + G + B ~ 33%. #427A40 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 122 + 64 = 252 (100%)
R 66 of 252 ~ 26.19%
G 122 of 252 ~ 48.41%
B 64 of 252 ~ 25.4%

%26.19
%48.41
%25.4

CMYK RENK MODELİ

#427A40 rengi CMYK tonu (46,0,48,52).

  • camgöbeği tonu 45.90%
  • eflatun tonu 0.00%
  • sarı tonu 47.54%
  • ana renk tonu 52.16%
CMYK:
(46,0,48,52)
C46M0Y48K52 
(46%,0%,48%,52%)
(0.46/0.00/0.48/0.52)	

CMYK yüzdeleri

%45.9
%0
%47.54
%52.16

Codes

Color #427A40 in popluar color models

427A40
RGB6612264
HSL118°31.18%36.47%
HSB/HSV118°47.54%47.84%
CMYK45.90%0.00%47.54%
52.16%

Color #427A40 in popluar number systems.

HEX427A40
Decimal6612264
Binary100001011110101000000
Octal102172100

Shades and tints

Shades of #427A40

#427A40
(66,122,64)
#3C6F3B
(60,111,59)
#366436
(54,100,54)
#305931
(48,89,49)
#2A4E2C
(42,78,44)
#244327
(36,67,39)
#1E3822
(30,56,34)
#182D1D
(24,45,29)
#122218
(18,34,24)
#0C1713
(12,23,19)
#060C0E
(6,12,14)
#000000
(0,0,0)

Tints of #427A40

#427A40
(66,122,64)
#538651
(83,134,81)
#649262
(100,146,98)
#759E73
(117,158,115)
#86AA84
(134,170,132)
#97B695
(151,182,149)
#A8C2A6
(168,194,166)
#B9CEB7
(185,206,183)
#CADAC8
(202,218,200)
#DBE6D9
(219,230,217)
#ECF2EA
(236,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #427A40 color. Also use rgb(66,122,64) instead hex code.

Text Font Color

.myTextColor { color: #427A40; }

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

This text font color is #427A40.


Background Color

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

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

This div background color is #427A40.


Border color

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

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

This div border color is #427A40.


Opacity

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

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

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

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

This text has shadow with #427A40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #427A40 on black background.


Color preview on white background

This text has color #427A40 on white background.



Black color preview on #427A40 background

This text has black color on #427A40 background.


White color preview on #427A40 background

This text has white color on #427A40 background.