COLOR #585B3A

HEX: #585B3A
RGB: (88,91,58)

Renk bilgisi

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

RGB renk modeli

#585B3A color RGB value is (88,91,58).

  • kırmız ton 88;
  • yeşil ton 91;
  • mavi ton 58.
RGB:
(88,91,58)
(35%,36%,23%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 91 of 255 = 36%
B 58 of 255 = 23%

88
91
58

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 91 + 58 = 237 (100%)
R 88 of 237 ~ 37.13%
G 91 of 237 ~ 38.4%
B 58 of 237 ~ 24.47%

%37.13
%38.4
%24.47

CMYK RENK MODELİ

#585B3A rengi CMYK tonu (3,0,36,64).

  • camgöbeği tonu 3.30%
  • eflatun tonu 0.00%
  • sarı tonu 36.26%
  • ana renk tonu 64.31%
CMYK:
(3,0,36,64)
C3M0Y36K64 
(3%,0%,36%,64%)
(0.03/0.00/0.36/0.64)	

CMYK yüzdeleri

%3.3
%0
%36.26
%64.31

Codes

Color #585B3A in popluar color models

585B3A
RGB889158
HSL65°22.15%29.22%
HSB/HSV65°36.26%35.69%
CMYK3.30%0.00%36.26%
64.31%

Color #585B3A in popluar number systems.

HEX585B3A
Decimal889158
Binary10110001011011111010
Octal13013372

Shades and tints

Shades of #585B3A

#585B3A
(88,91,58)
#505335
(80,83,53)
#484B30
(72,75,48)
#40432B
(64,67,43)
#383B26
(56,59,38)
#303321
(48,51,33)
#282B1C
(40,43,28)
#202317
(32,35,23)
#181B12
(24,27,18)
#10130D
(16,19,13)
#080B08
(8,11,8)
#000000
(0,0,0)

Tints of #585B3A

#585B3A
(88,91,58)
#67694B
(103,105,75)
#76775C
(118,119,92)
#85856D
(133,133,109)
#94937E
(148,147,126)
#A3A18F
(163,161,143)
#B2AFA0
(178,175,160)
#C1BDB1
(193,189,177)
#D0CBC2
(208,203,194)
#DFD9D3
(223,217,211)
#EEE7E4
(238,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585B3A color. Also use rgb(88,91,58) instead hex code.

Text Font Color

.myTextColor { color: #585B3A; }

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

This text font color is #585B3A.


Background Color

.myBgColor { background-color: #585B3A; }

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

This div background color is #585B3A.


Border color

.myBorderColor { border: 1px solid #585B3A; }

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

This div border color is #585B3A.


Opacity

.myOpacity80 { color: #585B3A; opacity: 0.8; }

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

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

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

This text has shadow with #585B3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585B3A on black background.


Color preview on white background

This text has color #585B3A on white background.



Black color preview on #585B3A background

This text has black color on #585B3A background.


White color preview on #585B3A background

This text has white color on #585B3A background.