COLOR #584221

HEX: #584221
RGB: (88,66,33)

Renk bilgisi

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

RGB renk modeli

#584221 color RGB value is (88,66,33).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 66 of 255 = 26%
B 33 of 255 = 13%

88
66
33

R + G + B ~ 25%. #584221 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 66 + 33 = 187 (100%)
R 88 of 187 ~ 47.06%
G 66 of 187 ~ 35.29%
B 33 of 187 ~ 17.65%

%47.06
%35.29
%17.65

CMYK RENK MODELİ

#584221 rengi CMYK tonu (0,25,63,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 25.00%
  • sarı tonu 62.50%
  • ana renk tonu 65.49%
CMYK:
(0,25,63,65)
C0M25Y63K65 
(0%,25%,63%,65%)
(0.00/0.25/0.63/0.65)	

CMYK yüzdeleri

%0
%25
%62.5
%65.49

Codes

Color #584221 in popluar color models

584221
RGB886633
HSL36°45.45%23.73%
HSB/HSV36°62.50%34.51%
CMYK0.00%25.00%62.50%
65.49%

Color #584221 in popluar number systems.

HEX584221
Decimal886633
Binary10110001000010100001
Octal13010241

Shades and tints

Shades of #584221

#584221
(88,66,33)
#503C1E
(80,60,30)
#48361B
(72,54,27)
#403018
(64,48,24)
#382A15
(56,42,21)
#302412
(48,36,18)
#281E0F
(40,30,15)
#20180C
(32,24,12)
#181209
(24,18,9)
#100C06
(16,12,6)
#080603
(8,6,3)
#000000
(0,0,0)

Tints of #584221

#584221
(88,66,33)
#675335
(103,83,53)
#766449
(118,100,73)
#85755D
(133,117,93)
#948671
(148,134,113)
#A39785
(163,151,133)
#B2A899
(178,168,153)
#C1B9AD
(193,185,173)
#D0CAC1
(208,202,193)
#DFDBD5
(223,219,213)
#EEECE9
(238,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #584221; }

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

This text font color is #584221.


Background Color

.myBgColor { background-color: #584221; }

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

This div background color is #584221.


Border color

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

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

This div border color is #584221.


Opacity

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

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

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

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

This text has shadow with #584221 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584221 on black background.


Color preview on white background

This text has color #584221 on white background.



Black color preview on #584221 background

This text has black color on #584221 background.


White color preview on #584221 background

This text has white color on #584221 background.