COLOR #554449

HEX: #554449
RGB: (85,68,73)

Renk bilgisi

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

RGB renk modeli

#554449 color RGB value is (85,68,73).

  • kırmız ton 85;
  • yeşil ton 68;
  • mavi ton 73.
RGB:
(85,68,73)
(33%,27%,29%)

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 68 of 255 = 27%
B 73 of 255 = 29%

85
68
73

R + G + B ~ 30%. #554449 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 68 + 73 = 226 (100%)
R 85 of 226 ~ 37.61%
G 68 of 226 ~ 30.09%
B 73 of 226 ~ 32.3%

%37.61
%30.09
%32.3

CMYK RENK MODELİ

#554449 rengi CMYK tonu (0,20,14,67).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.00%
  • sarı tonu 14.12%
  • ana renk tonu 66.67%
CMYK:
(0,20,14,67)
C0M20Y14K67 
(0%,20%,14%,67%)
(0.00/0.20/0.14/0.67)	

CMYK yüzdeleri

%0
%20
%14.12
%66.67

Codes

Color #554449 in popluar color models

554449
RGB856873
HSL342°11.11%30.00%
HSB/HSV342°20.00%33.33%
CMYK0.00%20.00%14.12%
66.67%

Color #554449 in popluar number systems.

HEX554449
Decimal856873
Binary101010110001001001001
Octal125104111

Shades and tints

Shades of #554449

#554449
(85,68,73)
#4E3E43
(78,62,67)
#47383D
(71,56,61)
#403237
(64,50,55)
#392C31
(57,44,49)
#32262B
(50,38,43)
#2B2025
(43,32,37)
#241A1F
(36,26,31)
#1D1419
(29,20,25)
#160E13
(22,14,19)
#0F080D
(15,8,13)
#000000
(0,0,0)

Tints of #554449

#554449
(85,68,73)
#645559
(100,85,89)
#736669
(115,102,105)
#827779
(130,119,121)
#918889
(145,136,137)
#A09999
(160,153,153)
#AFAAA9
(175,170,169)
#BEBBB9
(190,187,185)
#CDCCC9
(205,204,201)
#DCDDD9
(220,221,217)
#EBEEE9
(235,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #554449 color. Also use rgb(85,68,73) instead hex code.

Text Font Color

.myTextColor { color: #554449; }

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

This text font color is #554449.


Background Color

.myBgColor { background-color: #554449; }

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

This div background color is #554449.


Border color

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

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

This div border color is #554449.


Opacity

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

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

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

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

This text has shadow with #554449 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554449 on black background.


Color preview on white background

This text has color #554449 on white background.



Black color preview on #554449 background

This text has black color on #554449 background.


White color preview on #554449 background

This text has white color on #554449 background.