COLOR #585034

HEX: #585034
RGB: (88,80,52)

Renk bilgisi

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

RGB renk modeli

#585034 color RGB value is (88,80,52).

  • kırmız ton 88;
  • yeşil ton 80;
  • mavi ton 52.
RGB:
(88,80,52)
(35%,31%,20%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 80 of 255 = 31%
B 52 of 255 = 20%

88
80
52

R + G + B ~ 29%. #585034 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 80 + 52 = 220 (100%)
R 88 of 220 ~ 40%
G 80 of 220 ~ 36.36%
B 52 of 220 ~ 23.64%

%40
%36.36
%23.64

CMYK RENK MODELİ

#585034 rengi CMYK tonu (0,9,41,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.09%
  • sarı tonu 40.91%
  • ana renk tonu 65.49%
CMYK:
(0,9,41,65)
C0M9Y41K65 
(0%,9%,41%,65%)
(0.00/0.09/0.41/0.65)	

CMYK yüzdeleri

%0
%9.09
%40.91
%65.49

Codes

Color #585034 in popluar color models

585034
RGB888052
HSL47°25.71%27.45%
HSB/HSV47°40.91%34.51%
CMYK0.00%9.09%40.91%
65.49%

Color #585034 in popluar number systems.

HEX585034
Decimal888052
Binary10110001010000110100
Octal13012064

Shades and tints

Shades of #585034

#585034
(88,80,52)
#504930
(80,73,48)
#48422C
(72,66,44)
#403B28
(64,59,40)
#383424
(56,52,36)
#302D20
(48,45,32)
#28261C
(40,38,28)
#201F18
(32,31,24)
#181814
(24,24,20)
#101110
(16,17,16)
#080A0C
(8,10,12)
#000000
(0,0,0)

Tints of #585034

#585034
(88,80,52)
#675F46
(103,95,70)
#766E58
(118,110,88)
#857D6A
(133,125,106)
#948C7C
(148,140,124)
#A39B8E
(163,155,142)
#B2AAA0
(178,170,160)
#C1B9B2
(193,185,178)
#D0C8C4
(208,200,196)
#DFD7D6
(223,215,214)
#EEE6E8
(238,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585034; }

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

This text font color is #585034.


Background Color

.myBgColor { background-color: #585034; }

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

This div background color is #585034.


Border color

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

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

This div border color is #585034.


Opacity

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

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

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

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

This text has shadow with #585034 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585034 on black background.


Color preview on white background

This text has color #585034 on white background.



Black color preview on #585034 background

This text has black color on #585034 background.


White color preview on #585034 background

This text has white color on #585034 background.