COLOR #7DAB63

HEX: #7DAB63
RGB: (125,171,99)

Renk bilgisi

#7DAB63 contains mainly red and green colors. #7DAB63 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#7DAB63 color RGB value is (125,171,99).

  • kırmız ton 125;
  • yeşil ton 171;
  • mavi ton 99.
RGB:
(125,171,99)
(49%,67%,39%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 171 of 255 = 67%
B 99 of 255 = 39%

125
171
99

R + G + B ~ 52%. #7DAB63 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 171 + 99 = 395 (100%)
R 125 of 395 ~ 31.65%
G 171 of 395 ~ 43.29%
B 99 of 395 ~ 25.06%

%31.65
%43.29
%25.06

CMYK RENK MODELİ

#7DAB63 rengi CMYK tonu (27,0,42,33).

  • camgöbeği tonu 26.90%
  • eflatun tonu 0.00%
  • sarı tonu 42.11%
  • ana renk tonu 32.94%
CMYK:
(27,0,42,33)
C27M0Y42K33 
(27%,0%,42%,33%)
(0.27/0.00/0.42/0.33)	

CMYK yüzdeleri

%26.9
%0
%42.11
%32.94

Codes

Color #7DAB63 in popluar color models

7DAB63
RGB12517199
HSL98°30.00%52.94%
HSB/HSV98°42.11%67.06%
CMYK26.90%0.00%42.11%
32.94%

Color #7DAB63 in popluar number systems.

HEX7DAB63
Decimal12517199
Binary1111101101010111100011
Octal175253143

Shades and tints

Shades of #7DAB63

#7DAB63
(125,171,99)
#729C5A
(114,156,90)
#678D51
(103,141,81)
#5C7E48
(92,126,72)
#516F3F
(81,111,63)
#466036
(70,96,54)
#3B512D
(59,81,45)
#304224
(48,66,36)
#25331B
(37,51,27)
#1A2412
(26,36,18)
#0F1509
(15,21,9)
#000000
(0,0,0)

Tints of #7DAB63

#7DAB63
(125,171,99)
#88B271
(136,178,113)
#93B97F
(147,185,127)
#9EC08D
(158,192,141)
#A9C79B
(169,199,155)
#B4CEA9
(180,206,169)
#BFD5B7
(191,213,183)
#CADCC5
(202,220,197)
#D5E3D3
(213,227,211)
#E0EAE1
(224,234,225)
#EBF1EF
(235,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DAB63 color. Also use rgb(125,171,99) instead hex code.

Text Font Color

.myTextColor { color: #7DAB63; }

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

This text font color is #7DAB63.


Background Color

.myBgColor { background-color: #7DAB63; }

<div style="background-color:#7DAB63">Inner text</div>

This div background color is #7DAB63.


Border color

.myBorderColor { border: 1px solid #7DAB63; }

<div style="border:3px solid #7DAB63">Div</div>

This div border color is #7DAB63.


Opacity

.myOpacity80 { color: #7DAB63; opacity: 0.8; }

<p style="color:#7DAB63;opacity:0.8;">80%</p>

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

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

This text has shadow with #7DAB63 color.

.textShadow {text-shadow: 3px 3px 1px #7DAB63, 3px 3px 1px red;}

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

This text has shadow with #7DAB63 primary color and red secondary color.


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

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

This text has shadow with #7DAB63 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DAB63 on black background.


Color preview on white background

This text has color #7DAB63 on white background.



Black color preview on #7DAB63 background

This text has black color on #7DAB63 background.


White color preview on #7DAB63 background

This text has white color on #7DAB63 background.