COLOR #554961

HEX: #554961
RGB: (85,73,97)

Renk bilgisi

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

RGB renk modeli

#554961 color RGB value is (85,73,97).

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

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 73 of 255 = 29%
B 97 of 255 = 38%

85
73
97

R + G + B ~ 33%. #554961 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 73 + 97 = 255 (100%)
R 85 of 255 ~ 33.33%
G 73 of 255 ~ 28.63%
B 97 of 255 ~ 38.04%

%33.33
%28.63
%38.04

CMYK RENK MODELİ

#554961 rengi CMYK tonu (12,25,0,62).

  • camgöbeği tonu 12.37%
  • eflatun tonu 24.74%
  • sarı tonu 0.00%
  • ana renk tonu 61.96%
CMYK:
(12,25,0,62)
C12M25Y0K62 
(12%,25%,0%,62%)
(0.12/0.25/0.00/0.62)	

CMYK yüzdeleri

%12.37
%24.74
%0
%61.96

Codes

Color #554961 in popluar color models

554961
RGB857397
HSL270°14.12%33.33%
HSB/HSV270°24.74%38.04%
CMYK12.37%24.74%0.00%
61.96%

Color #554961 in popluar number systems.

HEX554961
Decimal857397
Binary101010110010011100001
Octal125111141

Shades and tints

Shades of #554961

#554961
(85,73,97)
#4E4359
(78,67,89)
#473D51
(71,61,81)
#403749
(64,55,73)
#393141
(57,49,65)
#322B39
(50,43,57)
#2B2531
(43,37,49)
#241F29
(36,31,41)
#1D1921
(29,25,33)
#161319
(22,19,25)
#0F0D11
(15,13,17)
#000000
(0,0,0)

Tints of #554961

#554961
(85,73,97)
#64596F
(100,89,111)
#73697D
(115,105,125)
#82798B
(130,121,139)
#918999
(145,137,153)
#A099A7
(160,153,167)
#AFA9B5
(175,169,181)
#BEB9C3
(190,185,195)
#CDC9D1
(205,201,209)
#DCD9DF
(220,217,223)
#EBE9ED
(235,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554961; }

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

This text font color is #554961.


Background Color

.myBgColor { background-color: #554961; }

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

This div background color is #554961.


Border color

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

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

This div border color is #554961.


Opacity

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

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

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

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

This text has shadow with #554961 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554961 on black background.


Color preview on white background

This text has color #554961 on white background.



Black color preview on #554961 background

This text has black color on #554961 background.


White color preview on #554961 background

This text has white color on #554961 background.