COLOR #838289

HEX: #838289
RGB: (131,130,137)

Renk bilgisi

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

RGB renk modeli

#838289 color RGB value is (131,130,137).

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

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 130 of 255 = 51%
B 137 of 255 = 54%

131
130
137

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 130 + 137 = 398 (100%)
R 131 of 398 ~ 32.91%
G 130 of 398 ~ 32.66%
B 137 of 398 ~ 34.42%

%32.91
%32.66
%34.42

CMYK RENK MODELİ

#838289 rengi CMYK tonu (4,5,0,46).

  • camgöbeği tonu 4.38%
  • eflatun tonu 5.11%
  • sarı tonu 0.00%
  • ana renk tonu 46.27%
CMYK:
(4,5,0,46)
C4M5Y0K46 
(4%,5%,0%,46%)
(0.04/0.05/0.00/0.46)	

CMYK yüzdeleri

%4.38
%5.11
%0
%46.27

Codes

Color #838289 in popluar color models

838289
RGB131130137
HSL249°2.88%52.35%
HSB/HSV249°5.11%53.73%
CMYK4.38%5.11%0.00%
46.27%

Color #838289 in popluar number systems.

HEX838289
Decimal131130137
Binary100000111000001010001001
Octal203202211

Shades and tints

Shades of #838289

#838289
(131,130,137)
#78777D
(120,119,125)
#6D6C71
(109,108,113)
#626165
(98,97,101)
#575659
(87,86,89)
#4C4B4D
(76,75,77)
#414041
(65,64,65)
#363535
(54,53,53)
#2B2A29
(43,42,41)
#201F1D
(32,31,29)
#151411
(21,20,17)
#000000
(0,0,0)

Tints of #838289

#838289
(131,130,137)
#8E8D93
(142,141,147)
#99989D
(153,152,157)
#A4A3A7
(164,163,167)
#AFAEB1
(175,174,177)
#BAB9BB
(186,185,187)
#C5C4C5
(197,196,197)
#D0CFCF
(208,207,207)
#DBDAD9
(219,218,217)
#E6E5E3
(230,229,227)
#F1F0ED
(241,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #838289; }

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

This text font color is #838289.


Background Color

.myBgColor { background-color: #838289; }

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

This div background color is #838289.


Border color

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

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

This div border color is #838289.


Opacity

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

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

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

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

This text has shadow with #838289 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838289 on black background.


Color preview on white background

This text has color #838289 on white background.



Black color preview on #838289 background

This text has black color on #838289 background.


White color preview on #838289 background

This text has white color on #838289 background.