COLOR #584A11

HEX: #584A11
RGB: (88,74,17)

Renk bilgisi

#584A11 contains mainly red and green colors. #584A11 ‘ nin web güvenlik rengi #663300 (ya da #630) dir.

RGB renk modeli

#584A11 color RGB value is (88,74,17).

  • kırmız ton 88;
  • yeşil ton 74;
  • mavi ton 17.
RGB:
(88,74,17)
(35%,29%,7%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 74 of 255 = 29%
B 17 of 255 = 7%

88
74
17

R + G + B ~ 24%. #584A11 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 74 + 17 = 179 (100%)
R 88 of 179 ~ 49.16%
G 74 of 179 ~ 41.34%
B 17 of 179 ~ 9.5%

%49.16
%41.34

CMYK RENK MODELİ

#584A11 rengi CMYK tonu (0,16,81,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.91%
  • sarı tonu 80.68%
  • ana renk tonu 65.49%
CMYK:
(0,16,81,65)
C0M16Y81K65 
(0%,16%,81%,65%)
(0.00/0.16/0.81/0.65)	

CMYK yüzdeleri

%0
%15.91
%80.68
%65.49

Codes

Color #584A11 in popluar color models

584A11
RGB887417
HSL48°67.62%20.59%
HSB/HSV48°80.68%34.51%
CMYK0.00%15.91%80.68%
65.49%

Color #584A11 in popluar number systems.

HEX584A11
Decimal887417
Binary1011000100101010001
Octal13011221

Shades and tints

Shades of #584A11

#584A11
(88,74,17)
#504410
(80,68,16)
#483E0F
(72,62,15)
#40380E
(64,56,14)
#38320D
(56,50,13)
#302C0C
(48,44,12)
#28260B
(40,38,11)
#20200A
(32,32,10)
#181A09
(24,26,9)
#101408
(16,20,8)
#080E07
(8,14,7)
#000000
(0,0,0)

Tints of #584A11

#584A11
(88,74,17)
#675A26
(103,90,38)
#766A3B
(118,106,59)
#857A50
(133,122,80)
#948A65
(148,138,101)
#A39A7A
(163,154,122)
#B2AA8F
(178,170,143)
#C1BAA4
(193,186,164)
#D0CAB9
(208,202,185)
#DFDACE
(223,218,206)
#EEEAE3
(238,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #584A11 color. Also use rgb(88,74,17) instead hex code.

Text Font Color

.myTextColor { color: #584A11; }

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

This text font color is #584A11.


Background Color

.myBgColor { background-color: #584A11; }

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

This div background color is #584A11.


Border color

.myBorderColor { border: 1px solid #584A11; }

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

This div border color is #584A11.


Opacity

.myOpacity80 { color: #584A11; opacity: 0.8; }

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

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

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

This text has shadow with #584A11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584A11 on black background.


Color preview on white background

This text has color #584A11 on white background.



Black color preview on #584A11 background

This text has black color on #584A11 background.


White color preview on #584A11 background

This text has white color on #584A11 background.