COLOR #585038

HEX: #585038
RGB: (88,80,56)

Renk bilgisi

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

RGB renk modeli

#585038 color RGB value is (88,80,56).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 80 of 255 = 31%
B 56 of 255 = 22%

88
80
56

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 80 + 56 = 224 (100%)
R 88 of 224 ~ 39.29%
G 80 of 224 ~ 35.71%
B 56 of 224 ~ 25%

%39.29
%35.71
%25

CMYK RENK MODELİ

#585038 rengi CMYK tonu (0,9,36,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.09%
  • sarı tonu 36.36%
  • ana renk tonu 65.49%
CMYK:
(0,9,36,65)
C0M9Y36K65 
(0%,9%,36%,65%)
(0.00/0.09/0.36/0.65)	

CMYK yüzdeleri

%0
%9.09
%36.36
%65.49

Codes

Color #585038 in popluar color models

585038
RGB888056
HSL45°22.22%28.24%
HSB/HSV45°36.36%34.51%
CMYK0.00%9.09%36.36%
65.49%

Color #585038 in popluar number systems.

HEX585038
Decimal888056
Binary10110001010000111000
Octal13012070

Shades and tints

Shades of #585038

#585038
(88,80,56)
#504933
(80,73,51)
#48422E
(72,66,46)
#403B29
(64,59,41)
#383424
(56,52,36)
#302D1F
(48,45,31)
#28261A
(40,38,26)
#201F15
(32,31,21)
#181810
(24,24,16)
#10110B
(16,17,11)
#080A06
(8,10,6)
#000000
(0,0,0)

Tints of #585038

#585038
(88,80,56)
#675F4A
(103,95,74)
#766E5C
(118,110,92)
#857D6E
(133,125,110)
#948C80
(148,140,128)
#A39B92
(163,155,146)
#B2AAA4
(178,170,164)
#C1B9B6
(193,185,182)
#D0C8C8
(208,200,200)
#DFD7DA
(223,215,218)
#EEE6EC
(238,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585038; }

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

This text font color is #585038.


Background Color

.myBgColor { background-color: #585038; }

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

This div background color is #585038.


Border color

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

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

This div border color is #585038.


Opacity

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

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

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

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

This text has shadow with #585038 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585038 on black background.


Color preview on white background

This text has color #585038 on white background.



Black color preview on #585038 background

This text has black color on #585038 background.


White color preview on #585038 background

This text has white color on #585038 background.