COLOR #584808

HEX: #584808
RGB: (88,72,8)

Renk bilgisi

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

RGB renk modeli

#584808 color RGB value is (88,72,8).

  • kırmız ton 88;
  • yeşil ton 72;
  • mavi ton 8.
RGB:
(88,72,8)
(35%,28%,3%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 72 of 255 = 28%
B 8 of 255 = 3%

88
72
8

R + G + B ~ 22%. #584808 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 72 + 8 = 168 (100%)
R 88 of 168 ~ 52.38%
G 72 of 168 ~ 42.86%
B 8 of 168 ~ 4.76%

%52.38
%42.86

CMYK RENK MODELİ

#584808 rengi CMYK tonu (0,18,91,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.18%
  • sarı tonu 90.91%
  • ana renk tonu 65.49%
CMYK:
(0,18,91,65)
C0M18Y91K65 
(0%,18%,91%,65%)
(0.00/0.18/0.91/0.65)	

CMYK yüzdeleri

%0
%18.18
%90.91
%65.49

Codes

Color #584808 in popluar color models

584808
RGB88728
HSL48°83.33%18.82%
HSB/HSV48°90.91%34.51%
CMYK0.00%18.18%90.91%
65.49%

Color #584808 in popluar number systems.

HEX584808
Decimal88728
Binary101100010010001000
Octal13011010

Shades and tints

Shades of #584808

#584808
(88,72,8)
#504208
(80,66,8)
#483C08
(72,60,8)
#403608
(64,54,8)
#383008
(56,48,8)
#302A08
(48,42,8)
#282408
(40,36,8)
#201E08
(32,30,8)
#181808
(24,24,8)
#101208
(16,18,8)
#080C08
(8,12,8)
#000000
(0,0,0)

Tints of #584808

#584808
(88,72,8)
#67581E
(103,88,30)
#766834
(118,104,52)
#85784A
(133,120,74)
#948860
(148,136,96)
#A39876
(163,152,118)
#B2A88C
(178,168,140)
#C1B8A2
(193,184,162)
#D0C8B8
(208,200,184)
#DFD8CE
(223,216,206)
#EEE8E4
(238,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #584808 color. Also use rgb(88,72,8) instead hex code.

Text Font Color

.myTextColor { color: #584808; }

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

This text font color is #584808.


Background Color

.myBgColor { background-color: #584808; }

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

This div background color is #584808.


Border color

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

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

This div border color is #584808.


Opacity

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

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

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

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

This text has shadow with #584808 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584808 on black background.


Color preview on white background

This text has color #584808 on white background.



Black color preview on #584808 background

This text has black color on #584808 background.


White color preview on #584808 background

This text has white color on #584808 background.