COLOR #554B3D

HEX: #554B3D RGB: (85,75,61)

Color info

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

RGB color model

#554B3D color RGB value is (85,75,61).

RGB: (85,75,61) (33%, 29%, 24%)

RGB channels and saturation

R 85 of 255 = 33%
G 75 of 255 = 29%
B 61 of 255 = 24%

85
75
61

R + G + B ~ 29%. #554B3D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 75 + 61 = 221 (100%)
R 85 of 221 ~ 38.46%
G 75 of 221 ~ 33.94%
B 61 of 221 ~ 27.6'%

%38.46
%33.94
%27.6

CMYK color model

#554B3D color CMYK value is (0,12,28,67).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 28.24%
  • key color value is 66.67%

CMYK: (0,12,28,67)
C0M12Y28K67 (0%, 12%, 28%, 67%)
(0.00 / 0.12 / 0.28 / 0.67)

CMYK percentages

%0
%11.76
%28.24
%66.67

Codes

Color #554B3D in popluar color models

55 4B 3D
RGB 85 75 61
HSL 35° 16.44% 28.63%
HSB/HSV 35° 28.24% 33.33%
CMYK 0.00% 11.76% 28.24%
66.67%

Color #554B3D in popluar number systems.

HEX 55 4B 3D
Decimal 85 75 61
Binary 1010101 1001011 111101
Octal 125 113 75

Shades and tints

Shades of #554B3D

#554B3D
(85,75,61)
#4E4538
(78,69,56)
#473F33
(71,63,51)
#40392E
(64,57,46)
#393329
(57,51,41)
#322D24
(50,45,36)
#2B271F
(43,39,31)
#24211A
(36,33,26)
#1D1B15
(29,27,21)
#161510
(22,21,16)
#0F0F0B
(15,15,11)
#000000
(0,0,0)

Tints of #554B3D

#554B3D
(85,75,61)
#645B4E
(100,91,78)
#736B5F
(115,107,95)
#827B70
(130,123,112)
#918B81
(145,139,129)
#A09B92
(160,155,146)
#AFABA3
(175,171,163)
#BEBBB4
(190,187,180)
#CDCBC5
(205,203,197)
#DCDBD6
(220,219,214)
#EBEBE7
(235,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554B3D; }

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

This text font color is #554B3D.

Background Color

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

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

This div background color is #554B3D.

Border color

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

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

This div border color is #554B3D.

Opacity

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

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

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

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

This text has shadow with #554B3D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #554B3D.

Preview

Color preview on black background

This text has color #554B3D on black background.


Color preview on white background

This text has color #554B3D on white background.


Black color preview on #554B3D background

This text has black color on #554B3D background.


White color preview on #554B3D background

This text has white color on #554B3D background.


Related colors

Complementary color

Complementary color for #hex is #AAB4C2.


I love getcolorcode.com

Triadic colors

1 #3D554B and #4B3D55 with #554B3D are triadic colors.

2 #3D4B55 and #4B553D with #554B3D are triadic colors.