COLOR #429B63

HEX: #429B63
RGB: (66,155,99)

Renk bilgisi

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

RGB renk modeli

#429B63 color RGB value is (66,155,99).

  • kırmız ton 66;
  • yeşil ton 155;
  • mavi ton 99.
RGB:
(66,155,99)
(26%,61%,39%)

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 155 of 255 = 61%
B 99 of 255 = 39%

66
155
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 155 + 99 = 320 (100%)
R 66 of 320 ~ 20.63%
G 155 of 320 ~ 48.44%
B 99 of 320 ~ 30.94%

%20.63
%48.44
%30.94

CMYK RENK MODELİ

#429B63 rengi CMYK tonu (57,0,36,39).

  • camgöbeği tonu 57.42%
  • eflatun tonu 0.00%
  • sarı tonu 36.13%
  • ana renk tonu 39.22%
CMYK:
(57,0,36,39)
C57M0Y36K39 
(57%,0%,36%,39%)
(0.57/0.00/0.36/0.39)	

CMYK yüzdeleri

%57.42
%0
%36.13
%39.22

Codes

Color #429B63 in popluar color models

429B63
RGB6615599
HSL142°40.27%43.33%
HSB/HSV142°57.42%60.78%
CMYK57.42%0.00%36.13%
39.22%

Color #429B63 in popluar number systems.

HEX429B63
Decimal6615599
Binary1000010100110111100011
Octal102233143

Shades and tints

Shades of #429B63

#429B63
(66,155,99)
#3C8D5A
(60,141,90)
#367F51
(54,127,81)
#307148
(48,113,72)
#2A633F
(42,99,63)
#245536
(36,85,54)
#1E472D
(30,71,45)
#183924
(24,57,36)
#122B1B
(18,43,27)
#0C1D12
(12,29,18)
#060F09
(6,15,9)
#000000
(0,0,0)

Tints of #429B63

#429B63
(66,155,99)
#53A471
(83,164,113)
#64AD7F
(100,173,127)
#75B68D
(117,182,141)
#86BF9B
(134,191,155)
#97C8A9
(151,200,169)
#A8D1B7
(168,209,183)
#B9DAC5
(185,218,197)
#CAE3D3
(202,227,211)
#DBECE1
(219,236,225)
#ECF5EF
(236,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #429B63 color. Also use rgb(66,155,99) instead hex code.

Text Font Color

.myTextColor { color: #429B63; }

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

This text font color is #429B63.


Background Color

.myBgColor { background-color: #429B63; }

<div style="background-color:#429B63">Inner text</div>

This div background color is #429B63.


Border color

.myBorderColor { border: 1px solid #429B63; }

<div style="border:3px solid #429B63">Div</div>

This div border color is #429B63.


Opacity

.myOpacity80 { color: #429B63; opacity: 0.8; }

<p style="color:#429B63;opacity:0.8;">80%</p>

Text with #429B63 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 #429B63;}

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

This text has shadow with #429B63 color.

.textShadow {text-shadow: 3px 3px 1px #429B63, 3px 3px 1px red;}

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

This text has shadow with #429B63 primary color and red secondary color.


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

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

This text has shadow with #429B63 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #429B63 on black background.


Color preview on white background

This text has color #429B63 on white background.



Black color preview on #429B63 background

This text has black color on #429B63 background.


White color preview on #429B63 background

This text has white color on #429B63 background.