COLOR #839966

HEX: #839966
RGB: (131,153,102)

Renk bilgisi

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

RGB renk modeli

#839966 color RGB value is (131,153,102).

  • kırmız ton 131;
  • yeşil ton 153;
  • mavi ton 102.
RGB:
(131,153,102)
(51%,60%,40%)

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 153 of 255 = 60%
B 102 of 255 = 40%

131
153
102

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 153 + 102 = 386 (100%)
R 131 of 386 ~ 33.94%
G 153 of 386 ~ 39.64%
B 102 of 386 ~ 26.42%

%33.94
%39.64
%26.42

CMYK RENK MODELİ

#839966 rengi CMYK tonu (14,0,33,40).

  • camgöbeği tonu 14.38%
  • eflatun tonu 0.00%
  • sarı tonu 33.33%
  • ana renk tonu 40.00%
CMYK:
(14,0,33,40)
C14M0Y33K40 
(14%,0%,33%,40%)
(0.14/0.00/0.33/0.40)	

CMYK yüzdeleri

%14.38
%0
%33.33
%40

Codes

Color #839966 in popluar color models

839966
RGB131153102
HSL86°20.00%50.00%
HSB/HSV86°33.33%60.00%
CMYK14.38%0.00%33.33%
40.00%

Color #839966 in popluar number systems.

HEX839966
Decimal131153102
Binary10000011100110011100110
Octal203231146

Shades and tints

Shades of #839966

#839966
(131,153,102)
#788C5D
(120,140,93)
#6D7F54
(109,127,84)
#62724B
(98,114,75)
#576542
(87,101,66)
#4C5839
(76,88,57)
#414B30
(65,75,48)
#363E27
(54,62,39)
#2B311E
(43,49,30)
#202415
(32,36,21)
#15170C
(21,23,12)
#000000
(0,0,0)

Tints of #839966

#839966
(131,153,102)
#8EA273
(142,162,115)
#99AB80
(153,171,128)
#A4B48D
(164,180,141)
#AFBD9A
(175,189,154)
#BAC6A7
(186,198,167)
#C5CFB4
(197,207,180)
#D0D8C1
(208,216,193)
#DBE1CE
(219,225,206)
#E6EADB
(230,234,219)
#F1F3E8
(241,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #839966 color. Also use rgb(131,153,102) instead hex code.

Text Font Color

.myTextColor { color: #839966; }

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

This text font color is #839966.


Background Color

.myBgColor { background-color: #839966; }

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

This div background color is #839966.


Border color

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

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

This div border color is #839966.


Opacity

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

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

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

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

This text has shadow with #839966 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #839966 on black background.


Color preview on white background

This text has color #839966 on white background.



Black color preview on #839966 background

This text has black color on #839966 background.


White color preview on #839966 background

This text has white color on #839966 background.