COLOR #55893D

HEX: #55893D
RGB: (85,137,61)

Color info

#55893D contains mainly red and green colors. Web safe color of #55893D is #669933 (or #693).

RGB color model

#55893D color RGB value is (85,137,61).

  • red value is 85;
  • green value is 137;
  • blue value is 61.
RGB:
(85,137,61)
(33%,54%,24%)

RGB channels and saturation

R 85 of 255 = 33%
G 137 of 255 = 54%
B 61 of 255 = 24%

85
137
61

R + G + B ~ 37%. #55893D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 137 + 61 = 283 (100%)
R 85 of 283 ~ 30.04%
G 137 of 283 ~ 48.41%
B 61 of 283 ~ 21.55%

%30.04
%48.41
%21.55

CMYK color model

#55893D color CMYK value is (38,0,55,46).

  • cyan value is 37.96%
  • magenta value is 0.00%
  • yellow value is 55.47%
  • key color value is 46.27%
CMYK:
(38,0,55,46)
C38M0Y55K46 
(38%,0%,55%,46%)
(0.38/0.00/0.55/0.46)	

CMYK percentages

%37.96
%0
%55.47
%46.27

Codes

Color #55893D in popluar color models

55893D
RGB8513761
HSL101°38.38%38.82%
HSB/HSV101°55.47%53.73%
CMYK37.96%0.00%55.47%
46.27%

Color #55893D in popluar number systems.

HEX55893D
Decimal8513761
Binary101010110001001111101
Octal12521175

Shades and tints

Shades of #55893D

#55893D
(85,137,61)
#4E7D38
(78,125,56)
#477133
(71,113,51)
#40652E
(64,101,46)
#395929
(57,89,41)
#324D24
(50,77,36)
#2B411F
(43,65,31)
#24351A
(36,53,26)
#1D2915
(29,41,21)
#161D10
(22,29,16)
#0F110B
(15,17,11)
#000000
(0,0,0)

Tints of #55893D

#55893D
(85,137,61)
#64934E
(100,147,78)
#739D5F
(115,157,95)
#82A770
(130,167,112)
#91B181
(145,177,129)
#A0BB92
(160,187,146)
#AFC5A3
(175,197,163)
#BECFB4
(190,207,180)
#CDD9C5
(205,217,197)
#DCE3D6
(220,227,214)
#EBEDE7
(235,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55893D color. Also use rgb(85,137,61) instead hex code.

Text Font Color

.myTextColor { color: #55893D; }

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

This text font color is #55893D.


Background Color

.myBgColor { background-color: #55893D; }

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

This div background color is #55893D.


Border color

.myBorderColor { border: 1px solid #55893D; }

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

This div border color is #55893D.


Opacity

.myOpacity80 { color: #55893D; opacity: 0.8; }

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

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

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

This text has shadow with #55893D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55893D on black background.


Color preview on white background

This text has color #55893D on white background.



Black color preview on #55893D background

This text has black color on #55893D background.


White color preview on #55893D background

This text has white color on #55893D background.