COLOR #839D74

HEX: #839D74
RGB: (131,157,116)

Renk bilgisi

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

RGB renk modeli

#839D74 color RGB value is (131,157,116).

  • kırmız ton 131;
  • yeşil ton 157;
  • mavi ton 116.
RGB:
(131,157,116)
(51%,62%,45%)

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 157 of 255 = 62%
B 116 of 255 = 45%

131
157
116

R + G + B ~ 53%. #839D74 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 157 + 116 = 404 (100%)
R 131 of 404 ~ 32.43%
G 157 of 404 ~ 38.86%
B 116 of 404 ~ 28.71%

%32.43
%38.86
%28.71

CMYK RENK MODELİ

#839D74 rengi CMYK tonu (17,0,26,38).

  • camgöbeği tonu 16.56%
  • eflatun tonu 0.00%
  • sarı tonu 26.11%
  • ana renk tonu 38.43%
CMYK:
(17,0,26,38)
C17M0Y26K38 
(17%,0%,26%,38%)
(0.17/0.00/0.26/0.38)	

CMYK yüzdeleri

%16.56
%0
%26.11
%38.43

Codes

Color #839D74 in popluar color models

839D74
RGB131157116
HSL98°17.30%53.53%
HSB/HSV98°26.11%61.57%
CMYK16.56%0.00%26.11%
38.43%

Color #839D74 in popluar number systems.

HEX839D74
Decimal131157116
Binary10000011100111011110100
Octal203235164

Shades and tints

Shades of #839D74

#839D74
(131,157,116)
#788F6A
(120,143,106)
#6D8160
(109,129,96)
#627356
(98,115,86)
#57654C
(87,101,76)
#4C5742
(76,87,66)
#414938
(65,73,56)
#363B2E
(54,59,46)
#2B2D24
(43,45,36)
#201F1A
(32,31,26)
#151110
(21,17,16)
#000000
(0,0,0)

Tints of #839D74

#839D74
(131,157,116)
#8EA580
(142,165,128)
#99AD8C
(153,173,140)
#A4B598
(164,181,152)
#AFBDA4
(175,189,164)
#BAC5B0
(186,197,176)
#C5CDBC
(197,205,188)
#D0D5C8
(208,213,200)
#DBDDD4
(219,221,212)
#E6E5E0
(230,229,224)
#F1EDEC
(241,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #839D74 color. Also use rgb(131,157,116) instead hex code.

Text Font Color

.myTextColor { color: #839D74; }

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

This text font color is #839D74.


Background Color

.myBgColor { background-color: #839D74; }

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

This div background color is #839D74.


Border color

.myBorderColor { border: 1px solid #839D74; }

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

This div border color is #839D74.


Opacity

.myOpacity80 { color: #839D74; opacity: 0.8; }

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

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

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

This text has shadow with #839D74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #839D74 on black background.


Color preview on white background

This text has color #839D74 on white background.



Black color preview on #839D74 background

This text has black color on #839D74 background.


White color preview on #839D74 background

This text has white color on #839D74 background.