COLOR #7DB771

HEX: #7DB771
RGB: (125,183,113)

Renk bilgisi

#7DB771 contains mainly red and green colors. #7DB771 ‘ nin web güvenlik rengi #66CC66 (ya da #6C6) dir.

RGB renk modeli

#7DB771 color RGB value is (125,183,113).

  • kırmız ton 125;
  • yeşil ton 183;
  • mavi ton 113.
RGB:
(125,183,113)
(49%,72%,44%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 183 of 255 = 72%
B 113 of 255 = 44%

125
183
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 183 + 113 = 421 (100%)
R 125 of 421 ~ 29.69%
G 183 of 421 ~ 43.47%
B 113 of 421 ~ 26.84%

%29.69
%43.47
%26.84

CMYK RENK MODELİ

#7DB771 rengi CMYK tonu (32,0,38,28).

  • camgöbeği tonu 31.69%
  • eflatun tonu 0.00%
  • sarı tonu 38.25%
  • ana renk tonu 28.24%
CMYK:
(32,0,38,28)
C32M0Y38K28 
(32%,0%,38%,28%)
(0.32/0.00/0.38/0.28)	

CMYK yüzdeleri

%31.69
%0
%38.25
%28.24

Codes

Color #7DB771 in popluar color models

7DB771
RGB125183113
HSL110°32.71%58.04%
HSB/HSV110°38.25%71.76%
CMYK31.69%0.00%38.25%
28.24%

Color #7DB771 in popluar number systems.

HEX7DB771
Decimal125183113
Binary1111101101101111110001
Octal175267161

Shades and tints

Shades of #7DB771

#7DB771
(125,183,113)
#72A767
(114,167,103)
#67975D
(103,151,93)
#5C8753
(92,135,83)
#517749
(81,119,73)
#46673F
(70,103,63)
#3B5735
(59,87,53)
#30472B
(48,71,43)
#253721
(37,55,33)
#1A2717
(26,39,23)
#0F170D
(15,23,13)
#000000
(0,0,0)

Tints of #7DB771

#7DB771
(125,183,113)
#88BD7D
(136,189,125)
#93C389
(147,195,137)
#9EC995
(158,201,149)
#A9CFA1
(169,207,161)
#B4D5AD
(180,213,173)
#BFDBB9
(191,219,185)
#CAE1C5
(202,225,197)
#D5E7D1
(213,231,209)
#E0EDDD
(224,237,221)
#EBF3E9
(235,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DB771 color. Also use rgb(125,183,113) instead hex code.

Text Font Color

.myTextColor { color: #7DB771; }

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

This text font color is #7DB771.


Background Color

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

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

This div background color is #7DB771.


Border color

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

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

This div border color is #7DB771.


Opacity

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

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

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

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

This text has shadow with #7DB771 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DB771 on black background.


Color preview on white background

This text has color #7DB771 on white background.



Black color preview on #7DB771 background

This text has black color on #7DB771 background.


White color preview on #7DB771 background

This text has white color on #7DB771 background.