COLOR #7D9959

HEX: #7D9959
RGB: (125,153,89)

Renk bilgisi

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

RGB renk modeli

#7D9959 color RGB value is (125,153,89).

  • kırmız ton 125;
  • yeşil ton 153;
  • mavi ton 89.
RGB:
(125,153,89)
(49%,60%,35%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 153 of 255 = 60%
B 89 of 255 = 35%

125
153
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 153 + 89 = 367 (100%)
R 125 of 367 ~ 34.06%
G 153 of 367 ~ 41.69%
B 89 of 367 ~ 24.25%

%34.06
%41.69
%24.25

CMYK RENK MODELİ

#7D9959 rengi CMYK tonu (18,0,42,40).

  • camgöbeği tonu 18.30%
  • eflatun tonu 0.00%
  • sarı tonu 41.83%
  • ana renk tonu 40.00%
CMYK:
(18,0,42,40)
C18M0Y42K40 
(18%,0%,42%,40%)
(0.18/0.00/0.42/0.40)	

CMYK yüzdeleri

%18.3
%0
%41.83
%40

Codes

Color #7D9959 in popluar color models

7D9959
RGB12515389
HSL86°26.45%47.45%
HSB/HSV86°41.83%60.00%
CMYK18.30%0.00%41.83%
40.00%

Color #7D9959 in popluar number systems.

HEX7D9959
Decimal12515389
Binary1111101100110011011001
Octal175231131

Shades and tints

Shades of #7D9959

#7D9959
(125,153,89)
#728C51
(114,140,81)
#677F49
(103,127,73)
#5C7241
(92,114,65)
#516539
(81,101,57)
#465831
(70,88,49)
#3B4B29
(59,75,41)
#303E21
(48,62,33)
#253119
(37,49,25)
#1A2411
(26,36,17)
#0F1709
(15,23,9)
#000000
(0,0,0)

Tints of #7D9959

#7D9959
(125,153,89)
#88A268
(136,162,104)
#93AB77
(147,171,119)
#9EB486
(158,180,134)
#A9BD95
(169,189,149)
#B4C6A4
(180,198,164)
#BFCFB3
(191,207,179)
#CAD8C2
(202,216,194)
#D5E1D1
(213,225,209)
#E0EAE0
(224,234,224)
#EBF3EF
(235,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D9959 color. Also use rgb(125,153,89) instead hex code.

Text Font Color

.myTextColor { color: #7D9959; }

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

This text font color is #7D9959.


Background Color

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

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

This div background color is #7D9959.


Border color

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

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

This div border color is #7D9959.


Opacity

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

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

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

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

This text has shadow with #7D9959 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D9959 on black background.


Color preview on white background

This text has color #7D9959 on white background.



Black color preview on #7D9959 background

This text has black color on #7D9959 background.


White color preview on #7D9959 background

This text has white color on #7D9959 background.