COLOR #55613F

HEX: #55613F RGB: (85,97,63)

Color info

#55613F contains red, green and blue colors in about the same proportion. Web safe color of #55613F is #666633 (or #663).

RGB color model

#55613F color RGB value is (85,97,63).

RGB: (85,97,63) (33%, 38%, 25%)

RGB channels and saturation

R 85 of 255 = 33%
G 97 of 255 = 38%
B 63 of 255 = 25%

85
97
63

R + G + B ~ 32%. #55613F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 97 + 63 = 245 (100%)
R 85 of 245 ~ 34.69%
G 97 of 245 ~ 39.59%
B 63 of 245 ~ 25.71'%

%34.69
%39.59
%25.71

CMYK color model

#55613F color CMYK value is (12,0,35,62).

  • cyan value is 12.37%
  • magenta value is 0.00%
  • yellow value is 35.05%
  • key color value is 61.96%

CMYK: (12,0,35,62)
C12M0Y35K62 (12%, 0%, 35%, 62%)
(0.12 / 0.00 / 0.35 / 0.62)

CMYK percentages

%12.37
%0
%35.05
%61.96

Codes

Color #55613F in popluar color models

55 61 3F
RGB 85 97 63
HSL 81° 21.25% 31.37%
HSB/HSV 81° 35.05% 38.04%
CMYK 12.37% 0.00% 35.05%
61.96%

Color #55613F in popluar number systems.

HEX 55 61 3F
Decimal 85 97 63
Binary 1010101 1100001 111111
Octal 125 141 77

Shades and tints

Shades of #55613F

#55613F
(85,97,63)
#4E593A
(78,89,58)
#475135
(71,81,53)
#404930
(64,73,48)
#39412B
(57,65,43)
#323926
(50,57,38)
#2B3121
(43,49,33)
#24291C
(36,41,28)
#1D2117
(29,33,23)
#161912
(22,25,18)
#0F110D
(15,17,13)
#000000
(0,0,0)

Tints of #55613F

#55613F
(85,97,63)
#646F50
(100,111,80)
#737D61
(115,125,97)
#828B72
(130,139,114)
#919983
(145,153,131)
#A0A794
(160,167,148)
#AFB5A5
(175,181,165)
#BEC3B6
(190,195,182)
#CDD1C7
(205,209,199)
#DCDFD8
(220,223,216)
#EBEDE9
(235,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55613F; }

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

This text font color is #55613F.

Background Color

.myBgColor { background-color: #55613F; }

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

This div background color is #55613F.

Border color

.myBorderColor { border: 1px solid #55613F; }

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

This div border color is #55613F.

Opacity

.myOpacity80 { color: #55613F; opacity: 0.8; }

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

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

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

This text has shadow with #55613F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55613F.

Preview

Color preview on black background

This text has color #55613F on black background.


Color preview on white background

This text has color #55613F on white background.


Black color preview on #55613F background

This text has black color on #55613F background.


White color preview on #55613F background

This text has white color on #55613F background.


Related colors

Complementary color

Complementary color for #hex is #AA9EC0.


I love getcolorcode.com

Triadic colors

1 #3F5561 and #613F55 with #55613F are triadic colors.

2 #3F6155 and #61553F with #55613F are triadic colors.