COLOR #428A5D

HEX: #428A5D
RGB: (66,138,93)

Renk bilgisi

#428A5D contains mainly green and blue colors. #428A5D ‘ nin web güvenlik rengi #339966 (ya da #396) dir.

RGB renk modeli

#428A5D color RGB value is (66,138,93).

  • kırmız ton 66;
  • yeşil ton 138;
  • mavi ton 93.
RGB:
(66,138,93)
(26%,54%,36%)

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 138 of 255 = 54%
B 93 of 255 = 36%

66
138
93

R + G + B ~ 39%. #428A5D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 138 + 93 = 297 (100%)
R 66 of 297 ~ 22.22%
G 138 of 297 ~ 46.46%
B 93 of 297 ~ 31.31%

%22.22
%46.46
%31.31

CMYK RENK MODELİ

#428A5D rengi CMYK tonu (52,0,33,46).

  • camgöbeği tonu 52.17%
  • eflatun tonu 0.00%
  • sarı tonu 32.61%
  • ana renk tonu 45.88%
CMYK:
(52,0,33,46)
C52M0Y33K46 
(52%,0%,33%,46%)
(0.52/0.00/0.33/0.46)	

CMYK yüzdeleri

%52.17
%0
%32.61
%45.88

Codes

Color #428A5D in popluar color models

428A5D
RGB6613893
HSL143°35.29%40.00%
HSB/HSV143°52.17%54.12%
CMYK52.17%0.00%32.61%
45.88%

Color #428A5D in popluar number systems.

HEX428A5D
Decimal6613893
Binary1000010100010101011101
Octal102212135

Shades and tints

Shades of #428A5D

#428A5D
(66,138,93)
#3C7E55
(60,126,85)
#36724D
(54,114,77)
#306645
(48,102,69)
#2A5A3D
(42,90,61)
#244E35
(36,78,53)
#1E422D
(30,66,45)
#183625
(24,54,37)
#122A1D
(18,42,29)
#0C1E15
(12,30,21)
#06120D
(6,18,13)
#000000
(0,0,0)

Tints of #428A5D

#428A5D
(66,138,93)
#53946B
(83,148,107)
#649E79
(100,158,121)
#75A887
(117,168,135)
#86B295
(134,178,149)
#97BCA3
(151,188,163)
#A8C6B1
(168,198,177)
#B9D0BF
(185,208,191)
#CADACD
(202,218,205)
#DBE4DB
(219,228,219)
#ECEEE9
(236,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #428A5D color. Also use rgb(66,138,93) instead hex code.

Text Font Color

.myTextColor { color: #428A5D; }

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

This text font color is #428A5D.


Background Color

.myBgColor { background-color: #428A5D; }

<div style="background-color:#428A5D">Inner text</div>

This div background color is #428A5D.


Border color

.myBorderColor { border: 1px solid #428A5D; }

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

This div border color is #428A5D.


Opacity

.myOpacity80 { color: #428A5D; opacity: 0.8; }

<p style="color:#428A5D;opacity:0.8;">80%</p>

Text with #428A5D 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 #428A5D;}

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

This text has shadow with #428A5D color.

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

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

This text has shadow with #428A5D primary color and red secondary color.


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

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

This text has shadow with #428A5D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #428A5D on black background.


Color preview on white background

This text has color #428A5D on white background.



Black color preview on #428A5D background

This text has black color on #428A5D background.


White color preview on #428A5D background

This text has white color on #428A5D background.