COLOR #552D3D

HEX: #552D3D RGB: (85,45,61)

Color info

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

RGB color model

#552D3D color RGB value is (85,45,61).

RGB: (85,45,61) (33%, 18%, 24%)

RGB channels and saturation

R 85 of 255 = 33%
G 45 of 255 = 18%
B 61 of 255 = 24%

85
45
61

R + G + B ~ 25%. #552D3D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 45 + 61 = 191 (100%)
R 85 of 191 ~ 44.5%
G 45 of 191 ~ 23.56%
B 61 of 191 ~ 31.94'%

%44.5
%23.56
%31.94

CMYK color model

#552D3D color CMYK value is (0,47,28,67).

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

CMYK: (0,47,28,67)
C0M47Y28K67 (0%, 47%, 28%, 67%)
(0.00 / 0.47 / 0.28 / 0.67)

CMYK percentages

%0
%47.06
%28.24
%66.67

Codes

Color #552D3D in popluar color models

55 2D 3D
RGB 85 45 61
HSL 336° 30.77% 25.49%
HSB/HSV 336° 47.06% 33.33%
CMYK 0.00% 47.06% 28.24%
66.67%

Color #552D3D in popluar number systems.

HEX 55 2D 3D
Decimal 85 45 61
Binary 1010101 101101 111101
Octal 125 55 75

Shades and tints

Shades of #552D3D

#552D3D
(85,45,61)
#4E2938
(78,41,56)
#472533
(71,37,51)
#40212E
(64,33,46)
#391D29
(57,29,41)
#321924
(50,25,36)
#2B151F
(43,21,31)
#24111A
(36,17,26)
#1D0D15
(29,13,21)
#160910
(22,9,16)
#0F050B
(15,5,11)
#000000
(0,0,0)

Tints of #552D3D

#552D3D
(85,45,61)
#64404E
(100,64,78)
#73535F
(115,83,95)
#826670
(130,102,112)
#917981
(145,121,129)
#A08C92
(160,140,146)
#AF9FA3
(175,159,163)
#BEB2B4
(190,178,180)
#CDC5C5
(205,197,197)
#DCD8D6
(220,216,214)
#EBEBE7
(235,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #552D3D color. Also use rgb(85,45,61) instead hex code.

Text Font Color

.myTextColor { color: #552D3D; }

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

This text font color is #552D3D.

Background Color

.myBgColor { background-color: #552D3D; }

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

This div background color is #552D3D.

Border color

.myBorderColor { border: 1px solid #552D3D; }

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

This div border color is #552D3D.

Opacity

.myOpacity80 { color: #552D3D; opacity: 0.8; }

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

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

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

This text has shadow with #552D3D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #552D3D.

Preview

Color preview on black background

This text has color #552D3D on black background.


Color preview on white background

This text has color #552D3D on white background.


Black color preview on #552D3D background

This text has black color on #552D3D background.


White color preview on #552D3D background

This text has white color on #552D3D background.


Related colors

Complementary color

Complementary color for #hex is #AAD2C2.


I love getcolorcode.com

Triadic colors

1 #3D552D and #2D3D55 with #552D3D are triadic colors.

2 #3D2D55 and #2D553D with #552D3D are triadic colors.