COLOR #584A1D

HEX: #584A1D
RGB: (88,74,29)

Renk bilgisi

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

RGB renk modeli

#584A1D color RGB value is (88,74,29).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 74 of 255 = 29%
B 29 of 255 = 11%

88
74
29

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 74 + 29 = 191 (100%)
R 88 of 191 ~ 46.07%
G 74 of 191 ~ 38.74%
B 29 of 191 ~ 15.18%

%46.07
%38.74
%15.18

CMYK RENK MODELİ

#584A1D rengi CMYK tonu (0,16,67,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.91%
  • sarı tonu 67.05%
  • ana renk tonu 65.49%
CMYK:
(0,16,67,65)
C0M16Y67K65 
(0%,16%,67%,65%)
(0.00/0.16/0.67/0.65)	

CMYK yüzdeleri

%0
%15.91
%67.05
%65.49

Codes

Color #584A1D in popluar color models

584A1D
RGB887429
HSL46°50.43%22.94%
HSB/HSV46°67.05%34.51%
CMYK0.00%15.91%67.05%
65.49%

Color #584A1D in popluar number systems.

HEX584A1D
Decimal887429
Binary1011000100101011101
Octal13011235

Shades and tints

Shades of #584A1D

#584A1D
(88,74,29)
#50441B
(80,68,27)
#483E19
(72,62,25)
#403817
(64,56,23)
#383215
(56,50,21)
#302C13
(48,44,19)
#282611
(40,38,17)
#20200F
(32,32,15)
#181A0D
(24,26,13)
#10140B
(16,20,11)
#080E09
(8,14,9)
#000000
(0,0,0)

Tints of #584A1D

#584A1D
(88,74,29)
#675A31
(103,90,49)
#766A45
(118,106,69)
#857A59
(133,122,89)
#948A6D
(148,138,109)
#A39A81
(163,154,129)
#B2AA95
(178,170,149)
#C1BAA9
(193,186,169)
#D0CABD
(208,202,189)
#DFDAD1
(223,218,209)
#EEEAE5
(238,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #584A1D; }

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

This text font color is #584A1D.


Background Color

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

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

This div background color is #584A1D.


Border color

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

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

This div border color is #584A1D.


Opacity

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

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

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

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

This text has shadow with #584A1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584A1D on black background.


Color preview on white background

This text has color #584A1D on white background.



Black color preview on #584A1D background

This text has black color on #584A1D background.


White color preview on #584A1D background

This text has white color on #584A1D background.