COLOR #555F0F

HEX: #555F0F
RGB: (85,95,15)

Color info

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

RGB color model

#555F0F color RGB value is (85,95,15).

  • red value is 85;
  • green value is 95;
  • blue value is 15.
RGB:
(85,95,15)
(33%,37%,6%)

RGB channels and saturation

R 85 of 255 = 33%
G 95 of 255 = 37%
B 15 of 255 = 6%

85
95
15

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

Portions of RGB colors in percentages

R + G + B =
85 + 95 + 15 = 195 (100%)
R 85 of 195 ~ 43.59%
G 95 of 195 ~ 48.72%
B 15 of 195 ~ 7.69%

%43.59
%48.72

CMYK color model

#555F0F color CMYK value is (11,0,84,63).

  • cyan value is 10.53%
  • magenta value is 0.00%
  • yellow value is 84.21%
  • key color value is 62.75%
CMYK:
(11,0,84,63)
C11M0Y84K63 
(11%,0%,84%,63%)
(0.11/0.00/0.84/0.63)	

CMYK percentages

%10.53
%0
%84.21
%62.75

Codes

Color #555F0F in popluar color models

555F0F
RGB859515
HSL68°72.73%21.57%
HSB/HSV68°84.21%37.25%
CMYK10.53%0.00%84.21%
62.75%

Color #555F0F in popluar number systems.

HEX555F0F
Decimal859515
Binary101010110111111111
Octal12513717

Shades and tints

Shades of #555F0F

#555F0F
(85,95,15)
#4E570E
(78,87,14)
#474F0D
(71,79,13)
#40470C
(64,71,12)
#393F0B
(57,63,11)
#32370A
(50,55,10)
#2B2F09
(43,47,9)
#242708
(36,39,8)
#1D1F07
(29,31,7)
#161706
(22,23,6)
#0F0F05
(15,15,5)
#000000
(0,0,0)

Tints of #555F0F

#555F0F
(85,95,15)
#646D24
(100,109,36)
#737B39
(115,123,57)
#82894E
(130,137,78)
#919763
(145,151,99)
#A0A578
(160,165,120)
#AFB38D
(175,179,141)
#BEC1A2
(190,193,162)
#CDCFB7
(205,207,183)
#DCDDCC
(220,221,204)
#EBEBE1
(235,235,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #555F0F color. Also use rgb(85,95,15) instead hex code.

Text Font Color

.myTextColor { color: #555F0F; }

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

This text font color is #555F0F.


Background Color

.myBgColor { background-color: #555F0F; }

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

This div background color is #555F0F.


Border color

.myBorderColor { border: 1px solid #555F0F; }

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

This div border color is #555F0F.


Opacity

.myOpacity80 { color: #555F0F; opacity: 0.8; }

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

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

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

This text has shadow with #555F0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555F0F on black background.


Color preview on white background

This text has color #555F0F on white background.



Black color preview on #555F0F background

This text has black color on #555F0F background.


White color preview on #555F0F background

This text has white color on #555F0F background.