COLOR #7DB580

HEX: #7DB580
RGB: (125,181,128)

Renk bilgisi

#7DB580 contains red, green and blue colors in about the same proportion. #7DB580 ‘ nin web güvenlik rengi #66CC66 (ya da #6C6) dir.

RGB renk modeli

#7DB580 color RGB value is (125,181,128).

  • kırmız ton 125;
  • yeşil ton 181;
  • mavi ton 128.
RGB:
(125,181,128)
(49%,71%,50%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 181 of 255 = 71%
B 128 of 255 = 50%

125
181
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 181 + 128 = 434 (100%)
R 125 of 434 ~ 28.8%
G 181 of 434 ~ 41.71%
B 128 of 434 ~ 29.49%

%28.8
%41.71
%29.49

CMYK RENK MODELİ

#7DB580 rengi CMYK tonu (31,0,29,29).

  • camgöbeği tonu 30.94%
  • eflatun tonu 0.00%
  • sarı tonu 29.28%
  • ana renk tonu 29.02%
CMYK:
(31,0,29,29)
C31M0Y29K29 
(31%,0%,29%,29%)
(0.31/0.00/0.29/0.29)	

CMYK yüzdeleri

%30.94
%0
%29.28
%29.02

Codes

Color #7DB580 in popluar color models

7DB580
RGB125181128
HSL123°27.45%60.00%
HSB/HSV123°30.94%70.98%
CMYK30.94%0.00%29.28%
29.02%

Color #7DB580 in popluar number systems.

HEX7DB580
Decimal125181128
Binary11111011011010110000000
Octal175265200

Shades and tints

Shades of #7DB580

#7DB580
(125,181,128)
#72A575
(114,165,117)
#67956A
(103,149,106)
#5C855F
(92,133,95)
#517554
(81,117,84)
#466549
(70,101,73)
#3B553E
(59,85,62)
#304533
(48,69,51)
#253528
(37,53,40)
#1A251D
(26,37,29)
#0F1512
(15,21,18)
#000000
(0,0,0)

Tints of #7DB580

#7DB580
(125,181,128)
#88BB8B
(136,187,139)
#93C196
(147,193,150)
#9EC7A1
(158,199,161)
#A9CDAC
(169,205,172)
#B4D3B7
(180,211,183)
#BFD9C2
(191,217,194)
#CADFCD
(202,223,205)
#D5E5D8
(213,229,216)
#E0EBE3
(224,235,227)
#EBF1EE
(235,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DB580 color. Also use rgb(125,181,128) instead hex code.

Text Font Color

.myTextColor { color: #7DB580; }

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

This text font color is #7DB580.


Background Color

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

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

This div background color is #7DB580.


Border color

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

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

This div border color is #7DB580.


Opacity

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

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

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

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

This text has shadow with #7DB580 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DB580 on black background.


Color preview on white background

This text has color #7DB580 on white background.



Black color preview on #7DB580 background

This text has black color on #7DB580 background.


White color preview on #7DB580 background

This text has white color on #7DB580 background.