COLOR #585343

HEX: #585343
RGB: (88,83,67)

Renk bilgisi

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

RGB renk modeli

#585343 color RGB value is (88,83,67).

  • kırmız ton 88;
  • yeşil ton 83;
  • mavi ton 67.
RGB:
(88,83,67)
(35%,33%,26%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 83 of 255 = 33%
B 67 of 255 = 26%

88
83
67

R + G + B ~ 31%. #585343 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 83 + 67 = 238 (100%)
R 88 of 238 ~ 36.97%
G 83 of 238 ~ 34.87%
B 67 of 238 ~ 28.15%

%36.97
%34.87
%28.15

CMYK RENK MODELİ

#585343 rengi CMYK tonu (0,6,24,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 5.68%
  • sarı tonu 23.86%
  • ana renk tonu 65.49%
CMYK:
(0,6,24,65)
C0M6Y24K65 
(0%,6%,24%,65%)
(0.00/0.06/0.24/0.65)	

CMYK yüzdeleri

%0
%5.68
%23.86
%65.49

Codes

Color #585343 in popluar color models

585343
RGB888367
HSL46°13.55%30.39%
HSB/HSV46°23.86%34.51%
CMYK0.00%5.68%23.86%
65.49%

Color #585343 in popluar number systems.

HEX585343
Decimal888367
Binary101100010100111000011
Octal130123103

Shades and tints

Shades of #585343

#585343
(88,83,67)
#504C3D
(80,76,61)
#484537
(72,69,55)
#403E31
(64,62,49)
#38372B
(56,55,43)
#303025
(48,48,37)
#28291F
(40,41,31)
#202219
(32,34,25)
#181B13
(24,27,19)
#10140D
(16,20,13)
#080D07
(8,13,7)
#000000
(0,0,0)

Tints of #585343

#585343
(88,83,67)
#676254
(103,98,84)
#767165
(118,113,101)
#858076
(133,128,118)
#948F87
(148,143,135)
#A39E98
(163,158,152)
#B2ADA9
(178,173,169)
#C1BCBA
(193,188,186)
#D0CBCB
(208,203,203)
#DFDADC
(223,218,220)
#EEE9ED
(238,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585343; }

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

This text font color is #585343.


Background Color

.myBgColor { background-color: #585343; }

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

This div background color is #585343.


Border color

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

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

This div border color is #585343.


Opacity

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

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

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

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

This text has shadow with #585343 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585343 on black background.


Color preview on white background

This text has color #585343 on white background.



Black color preview on #585343 background

This text has black color on #585343 background.


White color preview on #585343 background

This text has white color on #585343 background.