COLOR #427E4C

HEX: #427E4C
RGB: (66,126,76)

Renk bilgisi

#427E4C contains mainly green and blue colors. #427E4C ‘ nin web güvenlik rengi #336633 (ya da #363) dir.

RGB renk modeli

#427E4C color RGB value is (66,126,76).

  • kırmız ton 66;
  • yeşil ton 126;
  • mavi ton 76.
RGB:
(66,126,76)
(26%,49%,30%)

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 126 of 255 = 49%
B 76 of 255 = 30%

66
126
76

R + G + B ~ 35%. #427E4C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 126 + 76 = 268 (100%)
R 66 of 268 ~ 24.63%
G 126 of 268 ~ 47.01%
B 76 of 268 ~ 28.36%

%24.63
%47.01
%28.36

CMYK RENK MODELİ

#427E4C rengi CMYK tonu (48,0,40,51).

  • camgöbeği tonu 47.62%
  • eflatun tonu 0.00%
  • sarı tonu 39.68%
  • ana renk tonu 50.59%
CMYK:
(48,0,40,51)
C48M0Y40K51 
(48%,0%,40%,51%)
(0.48/0.00/0.40/0.51)	

CMYK yüzdeleri

%47.62
%0
%39.68
%50.59

Codes

Color #427E4C in popluar color models

427E4C
RGB6612676
HSL130°31.25%37.65%
HSB/HSV130°47.62%49.41%
CMYK47.62%0.00%39.68%
50.59%

Color #427E4C in popluar number systems.

HEX427E4C
Decimal6612676
Binary100001011111101001100
Octal102176114

Shades and tints

Shades of #427E4C

#427E4C
(66,126,76)
#3C7346
(60,115,70)
#366840
(54,104,64)
#305D3A
(48,93,58)
#2A5234
(42,82,52)
#24472E
(36,71,46)
#1E3C28
(30,60,40)
#183122
(24,49,34)
#12261C
(18,38,28)
#0C1B16
(12,27,22)
#061010
(6,16,16)
#000000
(0,0,0)

Tints of #427E4C

#427E4C
(66,126,76)
#53895C
(83,137,92)
#64946C
(100,148,108)
#759F7C
(117,159,124)
#86AA8C
(134,170,140)
#97B59C
(151,181,156)
#A8C0AC
(168,192,172)
#B9CBBC
(185,203,188)
#CAD6CC
(202,214,204)
#DBE1DC
(219,225,220)
#ECECEC
(236,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #427E4C color. Also use rgb(66,126,76) instead hex code.

Text Font Color

.myTextColor { color: #427E4C; }

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

This text font color is #427E4C.


Background Color

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

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

This div background color is #427E4C.


Border color

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

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

This div border color is #427E4C.


Opacity

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

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

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

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

This text has shadow with #427E4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #427E4C on black background.


Color preview on white background

This text has color #427E4C on white background.



Black color preview on #427E4C background

This text has black color on #427E4C background.


White color preview on #427E4C background

This text has white color on #427E4C background.