COLOR #838589

HEX: #838589
RGB: (131,133,137)

Renk bilgisi

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

RGB renk modeli

#838589 color RGB value is (131,133,137).

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

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 133 of 255 = 52%
B 137 of 255 = 54%

131
133
137

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 133 + 137 = 401 (100%)
R 131 of 401 ~ 32.67%
G 133 of 401 ~ 33.17%
B 137 of 401 ~ 34.16%

%32.67
%33.17
%34.16

CMYK RENK MODELİ

#838589 rengi CMYK tonu (4,3,0,46).

  • camgöbeği tonu 4.38%
  • eflatun tonu 2.92%
  • sarı tonu 0.00%
  • ana renk tonu 46.27%
CMYK:
(4,3,0,46)
C4M3Y0K46 
(4%,3%,0%,46%)
(0.04/0.03/0.00/0.46)	

CMYK yüzdeleri

%4.38
%2.92
%0
%46.27

Codes

Color #838589 in popluar color models

838589
RGB131133137
HSL220°2.48%52.55%
HSB/HSV220°4.38%53.73%
CMYK4.38%2.92%0.00%
46.27%

Color #838589 in popluar number systems.

HEX838589
Decimal131133137
Binary100000111000010110001001
Octal203205211

Shades and tints

Shades of #838589

#838589
(131,133,137)
#78797D
(120,121,125)
#6D6D71
(109,109,113)
#626165
(98,97,101)
#575559
(87,85,89)
#4C494D
(76,73,77)
#413D41
(65,61,65)
#363135
(54,49,53)
#2B2529
(43,37,41)
#20191D
(32,25,29)
#150D11
(21,13,17)
#000000
(0,0,0)

Tints of #838589

#838589
(131,133,137)
#8E9093
(142,144,147)
#999B9D
(153,155,157)
#A4A6A7
(164,166,167)
#AFB1B1
(175,177,177)
#BABCBB
(186,188,187)
#C5C7C5
(197,199,197)
#D0D2CF
(208,210,207)
#DBDDD9
(219,221,217)
#E6E8E3
(230,232,227)
#F1F3ED
(241,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #838589; }

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

This text font color is #838589.


Background Color

.myBgColor { background-color: #838589; }

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

This div background color is #838589.


Border color

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

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

This div border color is #838589.


Opacity

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

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

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

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

This text has shadow with #838589 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838589 on black background.


Color preview on white background

This text has color #838589 on white background.



Black color preview on #838589 background

This text has black color on #838589 background.


White color preview on #838589 background

This text has white color on #838589 background.