COLOR #55703D

HEX: #55703D
RGB: (85,112,61)

Color info

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

RGB color model

#55703D color RGB value is (85,112,61).

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

RGB channels and saturation

R 85 of 255 = 33%
G 112 of 255 = 44%
B 61 of 255 = 24%

85
112
61

R + G + B ~ 34%. #55703D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 112 + 61 = 258 (100%)
R 85 of 258 ~ 32.95%
G 112 of 258 ~ 43.41%
B 61 of 258 ~ 23.64%

%32.95
%43.41
%23.64

CMYK color model

#55703D color CMYK value is (24,0,46,56).

  • cyan value is 24.11%
  • magenta value is 0.00%
  • yellow value is 45.54%
  • key color value is 56.08%
CMYK:
(24,0,46,56)
C24M0Y46K56 
(24%,0%,46%,56%)
(0.24/0.00/0.46/0.56)	

CMYK percentages

%24.11
%0
%45.54
%56.08

Codes

Color #55703D in popluar color models

55703D
RGB8511261
HSL92°29.48%33.92%
HSB/HSV92°45.54%43.92%
CMYK24.11%0.00%45.54%
56.08%

Color #55703D in popluar number systems.

HEX55703D
Decimal8511261
Binary10101011110000111101
Octal12516075

Shades and tints

Shades of #55703D

#55703D
(85,112,61)
#4E6638
(78,102,56)
#475C33
(71,92,51)
#40522E
(64,82,46)
#394829
(57,72,41)
#323E24
(50,62,36)
#2B341F
(43,52,31)
#242A1A
(36,42,26)
#1D2015
(29,32,21)
#161610
(22,22,16)
#0F0C0B
(15,12,11)
#000000
(0,0,0)

Tints of #55703D

#55703D
(85,112,61)
#647D4E
(100,125,78)
#738A5F
(115,138,95)
#829770
(130,151,112)
#91A481
(145,164,129)
#A0B192
(160,177,146)
#AFBEA3
(175,190,163)
#BECBB4
(190,203,180)
#CDD8C5
(205,216,197)
#DCE5D6
(220,229,214)
#EBF2E7
(235,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55703D; }

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

This text font color is #55703D.


Background Color

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

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

This div background color is #55703D.


Border color

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

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

This div border color is #55703D.


Opacity

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

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

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

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

This text has shadow with #55703D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55703D on black background.


Color preview on white background

This text has color #55703D on white background.



Black color preview on #55703D background

This text has black color on #55703D background.


White color preview on #55703D background

This text has white color on #55703D background.