COLOR #554B46

HEX: #554B46
RGB: (85,75,70)

Color info

#554B46 contains red, green and blue colors in about the same proportion. Web safe color of #554B46 is #663333 (or #633).

RGB color model

#554B46 color RGB value is (85,75,70).

  • red value is 85;
  • green value is 75;
  • blue value is 70.
RGB:
(85,75,70)
(33%,29%,27%)

RGB channels and saturation

R 85 of 255 = 33%
G 75 of 255 = 29%
B 70 of 255 = 27%

85
75
70

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

Portions of RGB colors in percentages

R + G + B =
85 + 75 + 70 = 230 (100%)
R 85 of 230 ~ 36.96%
G 75 of 230 ~ 32.61%
B 70 of 230 ~ 30.43%

%36.96
%32.61
%30.43

CMYK color model

#554B46 color CMYK value is (0,12,18,67).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 17.65%
  • key color value is 66.67%
CMYK:
(0,12,18,67)
C0M12Y18K67 
(0%,12%,18%,67%)
(0.00/0.12/0.18/0.67)	

CMYK percentages

%0
%11.76
%17.65
%66.67

Codes

Color #554B46 in popluar color models

554B46
RGB857570
HSL20°9.68%30.39%
HSB/HSV20°17.65%33.33%
CMYK0.00%11.76%17.65%
66.67%

Color #554B46 in popluar number systems.

HEX554B46
Decimal857570
Binary101010110010111000110
Octal125113106

Shades and tints

Shades of #554B46

#554B46
(85,75,70)
#4E4540
(78,69,64)
#473F3A
(71,63,58)
#403934
(64,57,52)
#39332E
(57,51,46)
#322D28
(50,45,40)
#2B2722
(43,39,34)
#24211C
(36,33,28)
#1D1B16
(29,27,22)
#161510
(22,21,16)
#0F0F0A
(15,15,10)
#000000
(0,0,0)

Tints of #554B46

#554B46
(85,75,70)
#645B56
(100,91,86)
#736B66
(115,107,102)
#827B76
(130,123,118)
#918B86
(145,139,134)
#A09B96
(160,155,150)
#AFABA6
(175,171,166)
#BEBBB6
(190,187,182)
#CDCBC6
(205,203,198)
#DCDBD6
(220,219,214)
#EBEBE6
(235,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #554B46 color. Also use rgb(85,75,70) instead hex code.

Text Font Color

.myTextColor { color: #554B46; }

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

This text font color is #554B46.


Background Color

.myBgColor { background-color: #554B46; }

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

This div background color is #554B46.


Border color

.myBorderColor { border: 1px solid #554B46; }

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

This div border color is #554B46.


Opacity

.myOpacity80 { color: #554B46; opacity: 0.8; }

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

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

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

This text has shadow with #554B46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554B46 on black background.


Color preview on white background

This text has color #554B46 on white background.



Black color preview on #554B46 background

This text has black color on #554B46 background.


White color preview on #554B46 background

This text has white color on #554B46 background.