COLOR #99B479

HEX: #99B479
RGB: (153,180,121)

Renk bilgisi

#99B479 contains red, green and blue colors in about the same proportion. #99B479 ‘ nin web güvenlik rengi #99CC66 (ya da #9C6) dir.

RGB renk modeli

#99B479 color RGB value is (153,180,121).

  • kırmız ton 153;
  • yeşil ton 180;
  • mavi ton 121.
RGB:
(153,180,121)
(60%,71%,47%)

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 180 of 255 = 71%
B 121 of 255 = 47%

153
180
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 180 + 121 = 454 (100%)
R 153 of 454 ~ 33.7%
G 180 of 454 ~ 39.65%
B 121 of 454 ~ 26.65%

%33.7
%39.65
%26.65

CMYK RENK MODELİ

#99B479 rengi CMYK tonu (15,0,33,29).

  • camgöbeği tonu 15.00%
  • eflatun tonu 0.00%
  • sarı tonu 32.78%
  • ana renk tonu 29.41%
CMYK:
(15,0,33,29)
C15M0Y33K29 
(15%,0%,33%,29%)
(0.15/0.00/0.33/0.29)	

CMYK yüzdeleri

%15
%0
%32.78
%29.41

Codes

Color #99B479 in popluar color models

99B479
RGB153180121
HSL87°28.23%59.02%
HSB/HSV87°32.78%70.59%
CMYK15.00%0.00%32.78%
29.41%

Color #99B479 in popluar number systems.

HEX99B479
Decimal153180121
Binary10011001101101001111001
Octal231264171

Shades and tints

Shades of #99B479

#99B479
(153,180,121)
#8CA46E
(140,164,110)
#7F9463
(127,148,99)
#728458
(114,132,88)
#65744D
(101,116,77)
#586442
(88,100,66)
#4B5437
(75,84,55)
#3E442C
(62,68,44)
#313421
(49,52,33)
#242416
(36,36,22)
#17140B
(23,20,11)
#000000
(0,0,0)

Tints of #99B479

#99B479
(153,180,121)
#A2BA85
(162,186,133)
#ABC091
(171,192,145)
#B4C69D
(180,198,157)
#BDCCA9
(189,204,169)
#C6D2B5
(198,210,181)
#CFD8C1
(207,216,193)
#D8DECD
(216,222,205)
#E1E4D9
(225,228,217)
#EAEAE5
(234,234,229)
#F3F0F1
(243,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99B479 color. Also use rgb(153,180,121) instead hex code.

Text Font Color

.myTextColor { color: #99B479; }

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

This text font color is #99B479.


Background Color

.myBgColor { background-color: #99B479; }

<div style="background-color:#99B479">Inner text</div>

This div background color is #99B479.


Border color

.myBorderColor { border: 1px solid #99B479; }

<div style="border:3px solid #99B479">Div</div>

This div border color is #99B479.


Opacity

.myOpacity80 { color: #99B479; opacity: 0.8; }

<p style="color:#99B479;opacity:0.8;">80%</p>

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

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

This text has shadow with #99B479 color.

.textShadow {text-shadow: 3px 3px 1px #99B479, 3px 3px 1px red;}

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

This text has shadow with #99B479 primary color and red secondary color.


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

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

This text has shadow with #99B479 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99B479 on black background.


Color preview on white background

This text has color #99B479 on white background.



Black color preview on #99B479 background

This text has black color on #99B479 background.


White color preview on #99B479 background

This text has white color on #99B479 background.