COLOR #838588

HEX: #838588
RGB: (131,133,136)

Renk bilgisi

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

RGB renk modeli

#838588 color RGB value is (131,133,136).

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

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 133 of 255 = 52%
B 136 of 255 = 53%

131
133
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 133 + 136 = 400 (100%)
R 131 of 400 ~ 32.75%
G 133 of 400 ~ 33.25%
B 136 of 400 ~ 34%

%32.75
%33.25
%34

CMYK RENK MODELİ

#838588 rengi CMYK tonu (4,2,0,47).

  • camgöbeği tonu 3.68%
  • eflatun tonu 2.21%
  • sarı tonu 0.00%
  • ana renk tonu 46.67%
CMYK:
(4,2,0,47)
C4M2Y0K47 
(4%,2%,0%,47%)
(0.04/0.02/0.00/0.47)	

CMYK yüzdeleri

%3.68
%2.21
%0
%46.67

Codes

Color #838588 in popluar color models

838588
RGB131133136
HSL216°2.06%52.35%
HSB/HSV216°3.68%53.33%
CMYK3.68%2.21%0.00%
46.67%

Color #838588 in popluar number systems.

HEX838588
Decimal131133136
Binary100000111000010110001000
Octal203205210

Shades and tints

Shades of #838588

#838588
(131,133,136)
#78797C
(120,121,124)
#6D6D70
(109,109,112)
#626164
(98,97,100)
#575558
(87,85,88)
#4C494C
(76,73,76)
#413D40
(65,61,64)
#363134
(54,49,52)
#2B2528
(43,37,40)
#20191C
(32,25,28)
#150D10
(21,13,16)
#000000
(0,0,0)

Tints of #838588

#838588
(131,133,136)
#8E9092
(142,144,146)
#999B9C
(153,155,156)
#A4A6A6
(164,166,166)
#AFB1B0
(175,177,176)
#BABCBA
(186,188,186)
#C5C7C4
(197,199,196)
#D0D2CE
(208,210,206)
#DBDDD8
(219,221,216)
#E6E8E2
(230,232,226)
#F1F3EC
(241,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #838588; }

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

This text font color is #838588.


Background Color

.myBgColor { background-color: #838588; }

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

This div background color is #838588.


Border color

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

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

This div border color is #838588.


Opacity

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

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

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

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

This text has shadow with #838588 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838588 on black background.


Color preview on white background

This text has color #838588 on white background.



Black color preview on #838588 background

This text has black color on #838588 background.


White color preview on #838588 background

This text has white color on #838588 background.