COLOR #585852

HEX: #585852
RGB: (88,88,82)

Renk bilgisi

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

RGB renk modeli

#585852 color RGB value is (88,88,82).

  • kırmız ton 88;
  • yeşil ton 88;
  • mavi ton 82.
RGB:
(88,88,82)
(35%,35%,32%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 88 of 255 = 35%
B 82 of 255 = 32%

88
88
82

R + G + B ~ 34%. #585852 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 88 + 82 = 258 (100%)
R 88 of 258 ~ 34.11%
G 88 of 258 ~ 34.11%
B 82 of 258 ~ 31.78%

%34.11
%34.11
%31.78

CMYK RENK MODELİ

#585852 rengi CMYK tonu (0,0,7,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.00%
  • sarı tonu 6.82%
  • ana renk tonu 65.49%
CMYK:
(0,0,7,65)
C0M0Y7K65 
(0%,0%,7%,65%)
(0.00/0.00/0.07/0.65)	

CMYK yüzdeleri

%0
%0
%6.82
%65.49

Codes

Color #585852 in popluar color models

585852
RGB888882
HSL60°3.53%33.33%
HSB/HSV60°6.82%34.51%
CMYK0.00%0.00%6.82%
65.49%

Color #585852 in popluar number systems.

HEX585852
Decimal888882
Binary101100010110001010010
Octal130130122

Shades and tints

Shades of #585852

#585852
(88,88,82)
#50504B
(80,80,75)
#484844
(72,72,68)
#40403D
(64,64,61)
#383836
(56,56,54)
#30302F
(48,48,47)
#282828
(40,40,40)
#202021
(32,32,33)
#18181A
(24,24,26)
#101013
(16,16,19)
#08080C
(8,8,12)
#000000
(0,0,0)

Tints of #585852

#585852
(88,88,82)
#676761
(103,103,97)
#767670
(118,118,112)
#85857F
(133,133,127)
#94948E
(148,148,142)
#A3A39D
(163,163,157)
#B2B2AC
(178,178,172)
#C1C1BB
(193,193,187)
#D0D0CA
(208,208,202)
#DFDFD9
(223,223,217)
#EEEEE8
(238,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585852 color. Also use rgb(88,88,82) instead hex code.

Text Font Color

.myTextColor { color: #585852; }

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

This text font color is #585852.


Background Color

.myBgColor { background-color: #585852; }

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

This div background color is #585852.


Border color

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

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

This div border color is #585852.


Opacity

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

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

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

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

This text has shadow with #585852 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585852 on black background.


Color preview on white background

This text has color #585852 on white background.



Black color preview on #585852 background

This text has black color on #585852 background.


White color preview on #585852 background

This text has white color on #585852 background.