COLOR #7DB481

HEX: #7DB481
RGB: (125,180,129)

Renk bilgisi

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

RGB renk modeli

#7DB481 color RGB value is (125,180,129).

  • kırmız ton 125;
  • yeşil ton 180;
  • mavi ton 129.
RGB:
(125,180,129)
(49%,71%,51%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 180 of 255 = 71%
B 129 of 255 = 51%

125
180
129

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 180 + 129 = 434 (100%)
R 125 of 434 ~ 28.8%
G 180 of 434 ~ 41.47%
B 129 of 434 ~ 29.72%

%28.8
%41.47
%29.72

CMYK RENK MODELİ

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

  • camgöbeği tonu 30.56%
  • eflatun tonu 0.00%
  • sarı tonu 28.33%
  • ana renk tonu 29.41%
CMYK:
(31,0,28,29)
C31M0Y28K29 
(31%,0%,28%,29%)
(0.31/0.00/0.28/0.29)	

CMYK yüzdeleri

%30.56
%0
%28.33
%29.41

Codes

Color #7DB481 in popluar color models

7DB481
RGB125180129
HSL124°26.83%59.80%
HSB/HSV124°30.56%70.59%
CMYK30.56%0.00%28.33%
29.41%

Color #7DB481 in popluar number systems.

HEX7DB481
Decimal125180129
Binary11111011011010010000001
Octal175264201

Shades and tints

Shades of #7DB481

#7DB481
(125,180,129)
#72A476
(114,164,118)
#67946B
(103,148,107)
#5C8460
(92,132,96)
#517455
(81,116,85)
#46644A
(70,100,74)
#3B543F
(59,84,63)
#304434
(48,68,52)
#253429
(37,52,41)
#1A241E
(26,36,30)
#0F1413
(15,20,19)
#000000
(0,0,0)

Tints of #7DB481

#7DB481
(125,180,129)
#88BA8C
(136,186,140)
#93C097
(147,192,151)
#9EC6A2
(158,198,162)
#A9CCAD
(169,204,173)
#B4D2B8
(180,210,184)
#BFD8C3
(191,216,195)
#CADECE
(202,222,206)
#D5E4D9
(213,228,217)
#E0EAE4
(224,234,228)
#EBF0EF
(235,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DB481 color. Also use rgb(125,180,129) instead hex code.

Text Font Color

.myTextColor { color: #7DB481; }

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

This text font color is #7DB481.


Background Color

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

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

This div background color is #7DB481.


Border color

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

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

This div border color is #7DB481.


Opacity

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

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

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

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

This text has shadow with #7DB481 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DB481 on black background.


Color preview on white background

This text has color #7DB481 on white background.



Black color preview on #7DB481 background

This text has black color on #7DB481 background.


White color preview on #7DB481 background

This text has white color on #7DB481 background.