COLOR #7DB273

HEX: #7DB273
RGB: (125,178,115)

Renk bilgisi

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

RGB renk modeli

#7DB273 color RGB value is (125,178,115).

  • kırmız ton 125;
  • yeşil ton 178;
  • mavi ton 115.
RGB:
(125,178,115)
(49%,70%,45%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 178 of 255 = 70%
B 115 of 255 = 45%

125
178
115

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 178 + 115 = 418 (100%)
R 125 of 418 ~ 29.9%
G 178 of 418 ~ 42.58%
B 115 of 418 ~ 27.51%

%29.9
%42.58
%27.51

CMYK RENK MODELİ

#7DB273 rengi CMYK tonu (30,0,35,30).

  • camgöbeği tonu 29.78%
  • eflatun tonu 0.00%
  • sarı tonu 35.39%
  • ana renk tonu 30.20%
CMYK:
(30,0,35,30)
C30M0Y35K30 
(30%,0%,35%,30%)
(0.30/0.00/0.35/0.30)	

CMYK yüzdeleri

%29.78
%0
%35.39
%30.2

Codes

Color #7DB273 in popluar color models

7DB273
RGB125178115
HSL110°29.03%57.45%
HSB/HSV110°35.39%69.80%
CMYK29.78%0.00%35.39%
30.20%

Color #7DB273 in popluar number systems.

HEX7DB273
Decimal125178115
Binary1111101101100101110011
Octal175262163

Shades and tints

Shades of #7DB273

#7DB273
(125,178,115)
#72A269
(114,162,105)
#67925F
(103,146,95)
#5C8255
(92,130,85)
#51724B
(81,114,75)
#466241
(70,98,65)
#3B5237
(59,82,55)
#30422D
(48,66,45)
#253223
(37,50,35)
#1A2219
(26,34,25)
#0F120F
(15,18,15)
#000000
(0,0,0)

Tints of #7DB273

#7DB273
(125,178,115)
#88B97F
(136,185,127)
#93C08B
(147,192,139)
#9EC797
(158,199,151)
#A9CEA3
(169,206,163)
#B4D5AF
(180,213,175)
#BFDCBB
(191,220,187)
#CAE3C7
(202,227,199)
#D5EAD3
(213,234,211)
#E0F1DF
(224,241,223)
#EBF8EB
(235,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DB273 color. Also use rgb(125,178,115) instead hex code.

Text Font Color

.myTextColor { color: #7DB273; }

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

This text font color is #7DB273.


Background Color

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

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

This div background color is #7DB273.


Border color

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

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

This div border color is #7DB273.


Opacity

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

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

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

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

This text has shadow with #7DB273 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DB273 on black background.


Color preview on white background

This text has color #7DB273 on white background.



Black color preview on #7DB273 background

This text has black color on #7DB273 background.


White color preview on #7DB273 background

This text has white color on #7DB273 background.