COLOR #555715

HEX: #555715
RGB: (85,87,21)

Color info

#555715 contains mainly red and green colors. Web safe color of #555715 is #666600 (or #660).

RGB color model

#555715 color RGB value is (85,87,21).

  • red value is 85;
  • green value is 87;
  • blue value is 21.
RGB:
(85,87,21)
(33%,34%,8%)

RGB channels and saturation

R 85 of 255 = 33%
G 87 of 255 = 34%
B 21 of 255 = 8%

85
87
21

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

Portions of RGB colors in percentages

R + G + B =
85 + 87 + 21 = 193 (100%)
R 85 of 193 ~ 44.04%
G 87 of 193 ~ 45.08%
B 21 of 193 ~ 10.88%

%44.04
%45.08
%10.88

CMYK color model

#555715 color CMYK value is (2,0,76,66).

  • cyan value is 2.30%
  • magenta value is 0.00%
  • yellow value is 75.86%
  • key color value is 65.88%
CMYK:
(2,0,76,66)
C2M0Y76K66 
(2%,0%,76%,66%)
(0.02/0.00/0.76/0.66)	

CMYK percentages

%2.3
%0
%75.86
%65.88

Codes

Color #555715 in popluar color models

555715
RGB858721
HSL62°61.11%21.18%
HSB/HSV62°75.86%34.12%
CMYK2.30%0.00%75.86%
65.88%

Color #555715 in popluar number systems.

HEX555715
Decimal858721
Binary1010101101011110101
Octal12512725

Shades and tints

Shades of #555715

#555715
(85,87,21)
#4E5014
(78,80,20)
#474913
(71,73,19)
#404212
(64,66,18)
#393B11
(57,59,17)
#323410
(50,52,16)
#2B2D0F
(43,45,15)
#24260E
(36,38,14)
#1D1F0D
(29,31,13)
#16180C
(22,24,12)
#0F110B
(15,17,11)
#000000
(0,0,0)

Tints of #555715

#555715
(85,87,21)
#64662A
(100,102,42)
#73753F
(115,117,63)
#828454
(130,132,84)
#919369
(145,147,105)
#A0A27E
(160,162,126)
#AFB193
(175,177,147)
#BEC0A8
(190,192,168)
#CDCFBD
(205,207,189)
#DCDED2
(220,222,210)
#EBEDE7
(235,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #555715 color. Also use rgb(85,87,21) instead hex code.

Text Font Color

.myTextColor { color: #555715; }

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

This text font color is #555715.


Background Color

.myBgColor { background-color: #555715; }

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

This div background color is #555715.


Border color

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

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

This div border color is #555715.


Opacity

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

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

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

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

This text has shadow with #555715 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555715 on black background.


Color preview on white background

This text has color #555715 on white background.



Black color preview on #555715 background

This text has black color on #555715 background.


White color preview on #555715 background

This text has white color on #555715 background.