COLOR #7DAD31

HEX: #7DAD31
RGB: (125,173,49)

Renk bilgisi

#7DAD31 contains mainly red and green colors. #7DAD31 ‘ nin web güvenlik rengi #669933 (ya da #693) dir.

RGB renk modeli

#7DAD31 color RGB value is (125,173,49).

  • kırmız ton 125;
  • yeşil ton 173;
  • mavi ton 49.
RGB:
(125,173,49)
(49%,68%,19%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 173 of 255 = 68%
B 49 of 255 = 19%

125
173
49

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 173 + 49 = 347 (100%)
R 125 of 347 ~ 36.02%
G 173 of 347 ~ 49.86%
B 49 of 347 ~ 14.12%

%36.02
%49.86
%14.12

CMYK RENK MODELİ

#7DAD31 rengi CMYK tonu (28,0,72,32).

  • camgöbeği tonu 27.75%
  • eflatun tonu 0.00%
  • sarı tonu 71.68%
  • ana renk tonu 32.16%
CMYK:
(28,0,72,32)
C28M0Y72K32 
(28%,0%,72%,32%)
(0.28/0.00/0.72/0.32)	

CMYK yüzdeleri

%27.75
%0
%71.68
%32.16

Codes

Color #7DAD31 in popluar color models

7DAD31
RGB12517349
HSL83°55.86%43.53%
HSB/HSV83°71.68%67.84%
CMYK27.75%0.00%71.68%
32.16%

Color #7DAD31 in popluar number systems.

HEX7DAD31
Decimal12517349
Binary111110110101101110001
Octal17525561

Shades and tints

Shades of #7DAD31

#7DAD31
(125,173,49)
#729E2D
(114,158,45)
#678F29
(103,143,41)
#5C8025
(92,128,37)
#517121
(81,113,33)
#46621D
(70,98,29)
#3B5319
(59,83,25)
#304415
(48,68,21)
#253511
(37,53,17)
#1A260D
(26,38,13)
#0F1709
(15,23,9)
#000000
(0,0,0)

Tints of #7DAD31

#7DAD31
(125,173,49)
#88B443
(136,180,67)
#93BB55
(147,187,85)
#9EC267
(158,194,103)
#A9C979
(169,201,121)
#B4D08B
(180,208,139)
#BFD79D
(191,215,157)
#CADEAF
(202,222,175)
#D5E5C1
(213,229,193)
#E0ECD3
(224,236,211)
#EBF3E5
(235,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DAD31 color. Also use rgb(125,173,49) instead hex code.

Text Font Color

.myTextColor { color: #7DAD31; }

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

This text font color is #7DAD31.


Background Color

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

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

This div background color is #7DAD31.


Border color

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

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

This div border color is #7DAD31.


Opacity

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

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

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

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

This text has shadow with #7DAD31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DAD31 on black background.


Color preview on white background

This text has color #7DAD31 on white background.



Black color preview on #7DAD31 background

This text has black color on #7DAD31 background.


White color preview on #7DAD31 background

This text has white color on #7DAD31 background.