COLOR #7D9D63

HEX: #7D9D63
RGB: (125,157,99)

Renk bilgisi

#7D9D63 contains red, green and blue colors in about the same proportion. #7D9D63 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#7D9D63 color RGB value is (125,157,99).

  • kırmız ton 125;
  • yeşil ton 157;
  • mavi ton 99.
RGB:
(125,157,99)
(49%,62%,39%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 157 of 255 = 62%
B 99 of 255 = 39%

125
157
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 157 + 99 = 381 (100%)
R 125 of 381 ~ 32.81%
G 157 of 381 ~ 41.21%
B 99 of 381 ~ 25.98%

%32.81
%41.21
%25.98

CMYK RENK MODELİ

#7D9D63 rengi CMYK tonu (20,0,37,38).

  • camgöbeği tonu 20.38%
  • eflatun tonu 0.00%
  • sarı tonu 36.94%
  • ana renk tonu 38.43%
CMYK:
(20,0,37,38)
C20M0Y37K38 
(20%,0%,37%,38%)
(0.20/0.00/0.37/0.38)	

CMYK yüzdeleri

%20.38
%0
%36.94
%38.43

Codes

Color #7D9D63 in popluar color models

7D9D63
RGB12515799
HSL93°22.83%50.20%
HSB/HSV93°36.94%61.57%
CMYK20.38%0.00%36.94%
38.43%

Color #7D9D63 in popluar number systems.

HEX7D9D63
Decimal12515799
Binary1111101100111011100011
Octal175235143

Shades and tints

Shades of #7D9D63

#7D9D63
(125,157,99)
#728F5A
(114,143,90)
#678151
(103,129,81)
#5C7348
(92,115,72)
#51653F
(81,101,63)
#465736
(70,87,54)
#3B492D
(59,73,45)
#303B24
(48,59,36)
#252D1B
(37,45,27)
#1A1F12
(26,31,18)
#0F1109
(15,17,9)
#000000
(0,0,0)

Tints of #7D9D63

#7D9D63
(125,157,99)
#88A571
(136,165,113)
#93AD7F
(147,173,127)
#9EB58D
(158,181,141)
#A9BD9B
(169,189,155)
#B4C5A9
(180,197,169)
#BFCDB7
(191,205,183)
#CAD5C5
(202,213,197)
#D5DDD3
(213,221,211)
#E0E5E1
(224,229,225)
#EBEDEF
(235,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D9D63 color. Also use rgb(125,157,99) instead hex code.

Text Font Color

.myTextColor { color: #7D9D63; }

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

This text font color is #7D9D63.


Background Color

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

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

This div background color is #7D9D63.


Border color

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

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

This div border color is #7D9D63.


Opacity

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

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

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

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

This text has shadow with #7D9D63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D9D63 on black background.


Color preview on white background

This text has color #7D9D63 on white background.



Black color preview on #7D9D63 background

This text has black color on #7D9D63 background.


White color preview on #7D9D63 background

This text has white color on #7D9D63 background.