COLOR #839596

HEX: #839596
RGB: (131,149,150)

Renk bilgisi

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

RGB renk modeli

#839596 color RGB value is (131,149,150).

  • kırmız ton 131;
  • yeşil ton 149;
  • mavi ton 150.
RGB:
(131,149,150)
(51%,58%,59%)

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 149 of 255 = 58%
B 150 of 255 = 59%

131
149
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 149 + 150 = 430 (100%)
R 131 of 430 ~ 30.47%
G 149 of 430 ~ 34.65%
B 150 of 430 ~ 34.88%

%30.47
%34.65
%34.88

CMYK RENK MODELİ

#839596 rengi CMYK tonu (13,1,0,41).

  • camgöbeği tonu 12.67%
  • eflatun tonu 0.67%
  • sarı tonu 0.00%
  • ana renk tonu 41.18%
CMYK:
(13,1,0,41)
C13M1Y0K41 
(13%,1%,0%,41%)
(0.13/0.01/0.00/0.41)	

CMYK yüzdeleri

%12.67
%0.67
%0
%41.18

Codes

Color #839596 in popluar color models

839596
RGB131149150
HSL183°8.30%55.10%
HSB/HSV183°12.67%58.82%
CMYK12.67%0.67%0.00%
41.18%

Color #839596 in popluar number systems.

HEX839596
Decimal131149150
Binary100000111001010110010110
Octal203225226

Shades and tints

Shades of #839596

#839596
(131,149,150)
#788889
(120,136,137)
#6D7B7C
(109,123,124)
#626E6F
(98,110,111)
#576162
(87,97,98)
#4C5455
(76,84,85)
#414748
(65,71,72)
#363A3B
(54,58,59)
#2B2D2E
(43,45,46)
#202021
(32,32,33)
#151314
(21,19,20)
#000000
(0,0,0)

Tints of #839596

#839596
(131,149,150)
#8E9E9F
(142,158,159)
#99A7A8
(153,167,168)
#A4B0B1
(164,176,177)
#AFB9BA
(175,185,186)
#BAC2C3
(186,194,195)
#C5CBCC
(197,203,204)
#D0D4D5
(208,212,213)
#DBDDDE
(219,221,222)
#E6E6E7
(230,230,231)
#F1EFF0
(241,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #839596 color. Also use rgb(131,149,150) instead hex code.

Text Font Color

.myTextColor { color: #839596; }

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

This text font color is #839596.


Background Color

.myBgColor { background-color: #839596; }

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

This div background color is #839596.


Border color

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

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

This div border color is #839596.


Opacity

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

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

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

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

This text has shadow with #839596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #839596 on black background.


Color preview on white background

This text has color #839596 on white background.



Black color preview on #839596 background

This text has black color on #839596 background.


White color preview on #839596 background

This text has white color on #839596 background.