COLOR #584F42

HEX: #584F42
RGB: (88,79,66)

Renk bilgisi

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

RGB renk modeli

#584F42 color RGB value is (88,79,66).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 79 of 255 = 31%
B 66 of 255 = 26%

88
79
66

R + G + B ~ 31%. #584F42 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 79 + 66 = 233 (100%)
R 88 of 233 ~ 37.77%
G 79 of 233 ~ 33.91%
B 66 of 233 ~ 28.33%

%37.77
%33.91
%28.33

CMYK RENK MODELİ

#584F42 rengi CMYK tonu (0,10,25,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.23%
  • sarı tonu 25.00%
  • ana renk tonu 65.49%
CMYK:
(0,10,25,65)
C0M10Y25K65 
(0%,10%,25%,65%)
(0.00/0.10/0.25/0.65)	

CMYK yüzdeleri

%0
%10.23
%25
%65.49

Codes

Color #584F42 in popluar color models

584F42
RGB887966
HSL35°14.29%30.20%
HSB/HSV35°25.00%34.51%
CMYK0.00%10.23%25.00%
65.49%

Color #584F42 in popluar number systems.

HEX584F42
Decimal887966
Binary101100010011111000010
Octal130117102

Shades and tints

Shades of #584F42

#584F42
(88,79,66)
#50483C
(80,72,60)
#484136
(72,65,54)
#403A30
(64,58,48)
#38332A
(56,51,42)
#302C24
(48,44,36)
#28251E
(40,37,30)
#201E18
(32,30,24)
#181712
(24,23,18)
#10100C
(16,16,12)
#080906
(8,9,6)
#000000
(0,0,0)

Tints of #584F42

#584F42
(88,79,66)
#675F53
(103,95,83)
#766F64
(118,111,100)
#857F75
(133,127,117)
#948F86
(148,143,134)
#A39F97
(163,159,151)
#B2AFA8
(178,175,168)
#C1BFB9
(193,191,185)
#D0CFCA
(208,207,202)
#DFDFDB
(223,223,219)
#EEEFEC
(238,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #584F42; }

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

This text font color is #584F42.


Background Color

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

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

This div background color is #584F42.


Border color

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

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

This div border color is #584F42.


Opacity

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

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

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

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

This text has shadow with #584F42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584F42 on black background.


Color preview on white background

This text has color #584F42 on white background.



Black color preview on #584F42 background

This text has black color on #584F42 background.


White color preview on #584F42 background

This text has white color on #584F42 background.