COLOR #7DB592

HEX: #7DB592
RGB: (125,181,146)

Renk bilgisi

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

RGB renk modeli

#7DB592 color RGB value is (125,181,146).

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

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 181 of 255 = 71%
B 146 of 255 = 57%

125
181
146

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 181 + 146 = 452 (100%)
R 125 of 452 ~ 27.65%
G 181 of 452 ~ 40.04%
B 146 of 452 ~ 32.3%

%27.65
%40.04
%32.3

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%30.94
%0
%19.34
%29.02

Codes

Color #7DB592 in popluar color models

7DB592
RGB125181146
HSL143°27.45%60.00%
HSB/HSV143°30.94%70.98%
CMYK30.94%0.00%19.34%
29.02%

Color #7DB592 in popluar number systems.

HEX7DB592
Decimal125181146
Binary11111011011010110010010
Octal175265222

Shades and tints

Shades of #7DB592

#7DB592
(125,181,146)
#72A585
(114,165,133)
#679578
(103,149,120)
#5C856B
(92,133,107)
#51755E
(81,117,94)
#466551
(70,101,81)
#3B5544
(59,85,68)
#304537
(48,69,55)
#25352A
(37,53,42)
#1A251D
(26,37,29)
#0F1510
(15,21,16)
#000000
(0,0,0)

Tints of #7DB592

#7DB592
(125,181,146)
#88BB9B
(136,187,155)
#93C1A4
(147,193,164)
#9EC7AD
(158,199,173)
#A9CDB6
(169,205,182)
#B4D3BF
(180,211,191)
#BFD9C8
(191,217,200)
#CADFD1
(202,223,209)
#D5E5DA
(213,229,218)
#E0EBE3
(224,235,227)
#EBF1EC
(235,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DB592; }

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

This text font color is #7DB592.


Background Color

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

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

This div background color is #7DB592.


Border color

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

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

This div border color is #7DB592.


Opacity

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

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

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

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

This text has shadow with #7DB592 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DB592 on black background.


Color preview on white background

This text has color #7DB592 on white background.



Black color preview on #7DB592 background

This text has black color on #7DB592 background.


White color preview on #7DB592 background

This text has white color on #7DB592 background.