COLOR #584B4B

HEX: #584B4B
RGB: (88,75,75)

Renk bilgisi

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

RGB renk modeli

#584B4B color RGB value is (88,75,75).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 75 of 255 = 29%
B 75 of 255 = 29%

88
75
75

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 75 + 75 = 238 (100%)
R 88 of 238 ~ 36.97%
G 75 of 238 ~ 31.51%
B 75 of 238 ~ 31.51%

%36.97
%31.51
%31.51

CMYK RENK MODELİ

#584B4B rengi CMYK tonu (0,15,15,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.77%
  • sarı tonu 14.77%
  • ana renk tonu 65.49%
CMYK:
(0,15,15,65)
C0M15Y15K65 
(0%,15%,15%,65%)
(0.00/0.15/0.15/0.65)	

CMYK yüzdeleri

%0
%14.77
%14.77
%65.49

Codes

Color #584B4B in popluar color models

584B4B
RGB887575
HSL7.98%31.96%
HSB/HSV14.77%34.51%
CMYK0.00%14.77%14.77%
65.49%

Color #584B4B in popluar number systems.

HEX584B4B
Decimal887575
Binary101100010010111001011
Octal130113113

Shades and tints

Shades of #584B4B

#584B4B
(88,75,75)
#504545
(80,69,69)
#483F3F
(72,63,63)
#403939
(64,57,57)
#383333
(56,51,51)
#302D2D
(48,45,45)
#282727
(40,39,39)
#202121
(32,33,33)
#181B1B
(24,27,27)
#101515
(16,21,21)
#080F0F
(8,15,15)
#000000
(0,0,0)

Tints of #584B4B

#584B4B
(88,75,75)
#675B5B
(103,91,91)
#766B6B
(118,107,107)
#857B7B
(133,123,123)
#948B8B
(148,139,139)
#A39B9B
(163,155,155)
#B2ABAB
(178,171,171)
#C1BBBB
(193,187,187)
#D0CBCB
(208,203,203)
#DFDBDB
(223,219,219)
#EEEBEB
(238,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #584B4B; }

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

This text font color is #584B4B.


Background Color

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

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

This div background color is #584B4B.


Border color

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

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

This div border color is #584B4B.


Opacity

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

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

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

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

This text has shadow with #584B4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584B4B on black background.


Color preview on white background

This text has color #584B4B on white background.



Black color preview on #584B4B background

This text has black color on #584B4B background.


White color preview on #584B4B background

This text has white color on #584B4B background.