COLOR #838595

HEX: #838595
RGB: (131,133,149)

Renk bilgisi

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

RGB renk modeli

#838595 color RGB value is (131,133,149).

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

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 133 of 255 = 52%
B 149 of 255 = 58%

131
133
149

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 133 + 149 = 413 (100%)
R 131 of 413 ~ 31.72%
G 133 of 413 ~ 32.2%
B 149 of 413 ~ 36.08%

%31.72
%32.2
%36.08

CMYK RENK MODELİ

#838595 rengi CMYK tonu (12,11,0,42).

  • camgöbeği tonu 12.08%
  • eflatun tonu 10.74%
  • sarı tonu 0.00%
  • ana renk tonu 41.57%
CMYK:
(12,11,0,42)
C12M11Y0K42 
(12%,11%,0%,42%)
(0.12/0.11/0.00/0.42)	

CMYK yüzdeleri

%12.08
%10.74
%0
%41.57

Codes

Color #838595 in popluar color models

838595
RGB131133149
HSL233°7.83%54.90%
HSB/HSV233°12.08%58.43%
CMYK12.08%10.74%0.00%
41.57%

Color #838595 in popluar number systems.

HEX838595
Decimal131133149
Binary100000111000010110010101
Octal203205225

Shades and tints

Shades of #838595

#838595
(131,133,149)
#787988
(120,121,136)
#6D6D7B
(109,109,123)
#62616E
(98,97,110)
#575561
(87,85,97)
#4C4954
(76,73,84)
#413D47
(65,61,71)
#36313A
(54,49,58)
#2B252D
(43,37,45)
#201920
(32,25,32)
#150D13
(21,13,19)
#000000
(0,0,0)

Tints of #838595

#838595
(131,133,149)
#8E909E
(142,144,158)
#999BA7
(153,155,167)
#A4A6B0
(164,166,176)
#AFB1B9
(175,177,185)
#BABCC2
(186,188,194)
#C5C7CB
(197,199,203)
#D0D2D4
(208,210,212)
#DBDDDD
(219,221,221)
#E6E8E6
(230,232,230)
#F1F3EF
(241,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #838595; }

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

This text font color is #838595.


Background Color

.myBgColor { background-color: #838595; }

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

This div background color is #838595.


Border color

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

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

This div border color is #838595.


Opacity

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

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

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

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

This text has shadow with #838595 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838595 on black background.


Color preview on white background

This text has color #838595 on white background.



Black color preview on #838595 background

This text has black color on #838595 background.


White color preview on #838595 background

This text has white color on #838595 background.