COLOR #584330

HEX: #584330
RGB: (88,67,48)

Renk bilgisi

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

RGB renk modeli

#584330 color RGB value is (88,67,48).

  • kırmız ton 88;
  • yeşil ton 67;
  • mavi ton 48.
RGB:
(88,67,48)
(35%,26%,19%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 67 of 255 = 26%
B 48 of 255 = 19%

88
67
48

R + G + B ~ 27%. #584330 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 67 + 48 = 203 (100%)
R 88 of 203 ~ 43.35%
G 67 of 203 ~ 33%
B 48 of 203 ~ 23.65%

%43.35
%33
%23.65

CMYK RENK MODELİ

#584330 rengi CMYK tonu (0,24,45,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 23.86%
  • sarı tonu 45.45%
  • ana renk tonu 65.49%
CMYK:
(0,24,45,65)
C0M24Y45K65 
(0%,24%,45%,65%)
(0.00/0.24/0.45/0.65)	

CMYK yüzdeleri

%0
%23.86
%45.45
%65.49

Codes

Color #584330 in popluar color models

584330
RGB886748
HSL29°29.41%26.67%
HSB/HSV29°45.45%34.51%
CMYK0.00%23.86%45.45%
65.49%

Color #584330 in popluar number systems.

HEX584330
Decimal886748
Binary10110001000011110000
Octal13010360

Shades and tints

Shades of #584330

#584330
(88,67,48)
#503D2C
(80,61,44)
#483728
(72,55,40)
#403124
(64,49,36)
#382B20
(56,43,32)
#30251C
(48,37,28)
#281F18
(40,31,24)
#201914
(32,25,20)
#181310
(24,19,16)
#100D0C
(16,13,12)
#080708
(8,7,8)
#000000
(0,0,0)

Tints of #584330

#584330
(88,67,48)
#675442
(103,84,66)
#766554
(118,101,84)
#857666
(133,118,102)
#948778
(148,135,120)
#A3988A
(163,152,138)
#B2A99C
(178,169,156)
#C1BAAE
(193,186,174)
#D0CBC0
(208,203,192)
#DFDCD2
(223,220,210)
#EEEDE4
(238,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #584330 color. Also use rgb(88,67,48) instead hex code.

Text Font Color

.myTextColor { color: #584330; }

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

This text font color is #584330.


Background Color

.myBgColor { background-color: #584330; }

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

This div background color is #584330.


Border color

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

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

This div border color is #584330.


Opacity

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

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

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

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

This text has shadow with #584330 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584330 on black background.


Color preview on white background

This text has color #584330 on white background.



Black color preview on #584330 background

This text has black color on #584330 background.


White color preview on #584330 background

This text has white color on #584330 background.