COLOR #429B5F

HEX: #429B5F
RGB: (66,155,95)

Renk bilgisi

#429B5F contains mainly green color. #429B5F ‘ nin web güvenlik rengi #339966 (ya da #396) dir.

RGB renk modeli

#429B5F color RGB value is (66,155,95).

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

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 155 of 255 = 61%
B 95 of 255 = 37%

66
155
95

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

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 155 + 95 = 316 (100%)
R 66 of 316 ~ 20.89%
G 155 of 316 ~ 49.05%
B 95 of 316 ~ 30.06%

%20.89
%49.05
%30.06

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%57.42
%0
%38.71
%39.22

Codes

Color #429B5F in popluar color models

429B5F
RGB6615595
HSL140°40.27%43.33%
HSB/HSV140°57.42%60.78%
CMYK57.42%0.00%38.71%
39.22%

Color #429B5F in popluar number systems.

HEX429B5F
Decimal6615595
Binary1000010100110111011111
Octal102233137

Shades and tints

Shades of #429B5F

#429B5F
(66,155,95)
#3C8D57
(60,141,87)
#367F4F
(54,127,79)
#307147
(48,113,71)
#2A633F
(42,99,63)
#245537
(36,85,55)
#1E472F
(30,71,47)
#183927
(24,57,39)
#122B1F
(18,43,31)
#0C1D17
(12,29,23)
#060F0F
(6,15,15)
#000000
(0,0,0)

Tints of #429B5F

#429B5F
(66,155,95)
#53A46D
(83,164,109)
#64AD7B
(100,173,123)
#75B689
(117,182,137)
#86BF97
(134,191,151)
#97C8A5
(151,200,165)
#A8D1B3
(168,209,179)
#B9DAC1
(185,218,193)
#CAE3CF
(202,227,207)
#DBECDD
(219,236,221)
#ECF5EB
(236,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #429B5F; }

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

This text font color is #429B5F.


Background Color

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

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

This div background color is #429B5F.


Border color

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

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

This div border color is #429B5F.


Opacity

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

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

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

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

This text has shadow with #429B5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #429B5F on black background.


Color preview on white background

This text has color #429B5F on white background.



Black color preview on #429B5F background

This text has black color on #429B5F background.


White color preview on #429B5F background

This text has white color on #429B5F background.