COLOR #999379

HEX: #999379
RGB: (153,147,121)

Renk bilgisi

#999379 contains red, green and blue colors in about the same proportion. #999379 ‘ nin web güvenlik rengi #999966 (ya da #996) dir.

RGB renk modeli

#999379 color RGB value is (153,147,121).

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

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 147 of 255 = 58%
B 121 of 255 = 47%

153
147
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 147 + 121 = 421 (100%)
R 153 of 421 ~ 36.34%
G 147 of 421 ~ 34.92%
B 121 of 421 ~ 28.74%

%36.34
%34.92
%28.74

CMYK RENK MODELİ

#999379 rengi CMYK tonu (0,4,21,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.92%
  • sarı tonu 20.92%
  • ana renk tonu 40.00%
CMYK:
(0,4,21,40)
C0M4Y21K40 
(0%,4%,21%,40%)
(0.00/0.04/0.21/0.40)	

CMYK yüzdeleri

%0
%3.92
%20.92
%40

Codes

Color #999379 in popluar color models

999379
RGB153147121
HSL49°13.56%53.73%
HSB/HSV49°20.92%60.00%
CMYK0.00%3.92%20.92%
40.00%

Color #999379 in popluar number systems.

HEX999379
Decimal153147121
Binary10011001100100111111001
Octal231223171

Shades and tints

Shades of #999379

#999379
(153,147,121)
#8C866E
(140,134,110)
#7F7963
(127,121,99)
#726C58
(114,108,88)
#655F4D
(101,95,77)
#585242
(88,82,66)
#4B4537
(75,69,55)
#3E382C
(62,56,44)
#312B21
(49,43,33)
#241E16
(36,30,22)
#17110B
(23,17,11)
#000000
(0,0,0)

Tints of #999379

#999379
(153,147,121)
#A29C85
(162,156,133)
#ABA591
(171,165,145)
#B4AE9D
(180,174,157)
#BDB7A9
(189,183,169)
#C6C0B5
(198,192,181)
#CFC9C1
(207,201,193)
#D8D2CD
(216,210,205)
#E1DBD9
(225,219,217)
#EAE4E5
(234,228,229)
#F3EDF1
(243,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999379; }

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

This text font color is #999379.


Background Color

.myBgColor { background-color: #999379; }

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

This div background color is #999379.


Border color

.myBorderColor { border: 1px solid #999379; }

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

This div border color is #999379.


Opacity

.myOpacity80 { color: #999379; opacity: 0.8; }

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

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

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

This text has shadow with #999379 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999379 on black background.


Color preview on white background

This text has color #999379 on white background.



Black color preview on #999379 background

This text has black color on #999379 background.


White color preview on #999379 background

This text has white color on #999379 background.