COLOR #838989

HEX: #838989
RGB: (131,137,137)

Renk bilgisi

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

RGB renk modeli

#838989 color RGB value is (131,137,137).

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

RGB bağlantıları ve doygunluk

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

131
137
137

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 137 + 137 = 405 (100%)
R 131 of 405 ~ 32.35%
G 137 of 405 ~ 33.83%
B 137 of 405 ~ 33.83%

%32.35
%33.83
%33.83

CMYK RENK MODELİ

#838989 rengi CMYK tonu (4,0,0,46).

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

CMYK yüzdeleri

%4.38
%0
%0
%46.27

Codes

Color #838989 in popluar color models

838989
RGB131137137
HSL180°2.48%52.55%
HSB/HSV180°4.38%53.73%
CMYK4.38%0.00%0.00%
46.27%

Color #838989 in popluar number systems.

HEX838989
Decimal131137137
Binary100000111000100110001001
Octal203211211

Shades and tints

Shades of #838989

#838989
(131,137,137)
#787D7D
(120,125,125)
#6D7171
(109,113,113)
#626565
(98,101,101)
#575959
(87,89,89)
#4C4D4D
(76,77,77)
#414141
(65,65,65)
#363535
(54,53,53)
#2B2929
(43,41,41)
#201D1D
(32,29,29)
#151111
(21,17,17)
#000000
(0,0,0)

Tints of #838989

#838989
(131,137,137)
#8E9393
(142,147,147)
#999D9D
(153,157,157)
#A4A7A7
(164,167,167)
#AFB1B1
(175,177,177)
#BABBBB
(186,187,187)
#C5C5C5
(197,197,197)
#D0CFCF
(208,207,207)
#DBD9D9
(219,217,217)
#E6E3E3
(230,227,227)
#F1EDED
(241,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #838989; }

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

This text font color is #838989.


Background Color

.myBgColor { background-color: #838989; }

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

This div background color is #838989.


Border color

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

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

This div border color is #838989.


Opacity

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

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

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

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

This text has shadow with #838989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838989 on black background.


Color preview on white background

This text has color #838989 on white background.



Black color preview on #838989 background

This text has black color on #838989 background.


White color preview on #838989 background

This text has white color on #838989 background.