COLOR #40AD59

HEX: #40AD59
RGB: (64,173,89)

Renk bilgisi

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

RGB renk modeli

#40AD59 color RGB value is (64,173,89).

  • kırmız ton 64;
  • yeşil ton 173;
  • mavi ton 89.
RGB:
(64,173,89)
(25%,68%,35%)

RGB bağlantıları ve doygunluk

R 64 of 255 = 25%
G 173 of 255 = 68%
B 89 of 255 = 35%

64
173
89

R + G + B ~ 43%. #40AD59 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
64 + 173 + 89 = 326 (100%)
R 64 of 326 ~ 19.63%
G 173 of 326 ~ 53.07%
B 89 of 326 ~ 27.3%

%19.63
%53.07
%27.3

CMYK RENK MODELİ

#40AD59 rengi CMYK tonu (63,0,49,32).

  • camgöbeği tonu 63.01%
  • eflatun tonu 0.00%
  • sarı tonu 48.55%
  • ana renk tonu 32.16%
CMYK:
(63,0,49,32)
C63M0Y49K32 
(63%,0%,49%,32%)
(0.63/0.00/0.49/0.32)	

CMYK yüzdeleri

%63.01
%0
%48.55
%32.16

Codes

Color #40AD59 in popluar color models

40AD59
RGB6417389
HSL134°45.99%46.47%
HSB/HSV134°63.01%67.84%
CMYK63.01%0.00%48.55%
32.16%

Color #40AD59 in popluar number systems.

HEX40AD59
Decimal6417389
Binary1000000101011011011001
Octal100255131

Shades and tints

Shades of #40AD59

#40AD59
(64,173,89)
#3B9E51
(59,158,81)
#368F49
(54,143,73)
#318041
(49,128,65)
#2C7139
(44,113,57)
#276231
(39,98,49)
#225329
(34,83,41)
#1D4421
(29,68,33)
#183519
(24,53,25)
#132611
(19,38,17)
#0E1709
(14,23,9)
#000000
(0,0,0)

Tints of #40AD59

#40AD59
(64,173,89)
#51B468
(81,180,104)
#62BB77
(98,187,119)
#73C286
(115,194,134)
#84C995
(132,201,149)
#95D0A4
(149,208,164)
#A6D7B3
(166,215,179)
#B7DEC2
(183,222,194)
#C8E5D1
(200,229,209)
#D9ECE0
(217,236,224)
#EAF3EF
(234,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40AD59 color. Also use rgb(64,173,89) instead hex code.

Text Font Color

.myTextColor { color: #40AD59; }

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

This text font color is #40AD59.


Background Color

.myBgColor { background-color: #40AD59; }

<div style="background-color:#40AD59">Inner text</div>

This div background color is #40AD59.


Border color

.myBorderColor { border: 1px solid #40AD59; }

<div style="border:3px solid #40AD59">Div</div>

This div border color is #40AD59.


Opacity

.myOpacity80 { color: #40AD59; opacity: 0.8; }

<p style="color:#40AD59;opacity:0.8;">80%</p>

Text with #40AD59 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 #40AD59;}

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

This text has shadow with #40AD59 color.

.textShadow {text-shadow: 3px 3px 1px #40AD59, 3px 3px 1px red;}

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

This text has shadow with #40AD59 primary color and red secondary color.


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

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

This text has shadow with #40AD59 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40AD59 on black background.


Color preview on white background

This text has color #40AD59 on white background.



Black color preview on #40AD59 background

This text has black color on #40AD59 background.


White color preview on #40AD59 background

This text has white color on #40AD59 background.