COLOR #573E01

HEX: #573E01 RGB: (87,62,1)

Color info

#573E01 contains mainly red and green colors. Web safe color of #573E01 is #663300 (or #630).

RGB color model

#573E01 color RGB value is (87,62,1).

RGB: (87,62,1) (34%, 24%, 0%)

RGB channels and saturation

R 87 of 255 = 34%
G 62 of 255 = 24%
B 1 of 255 = 0%

87
62
1

R + G + B ~ 19%. #573E01 is dark color.

Portions of RGB colors in percentages

R + G + B = 87 + 62 + 1 = 150 (100%)
R 87 of 150 ~ 58%
G 62 of 150 ~ 41.33%
B 1 of 150 ~ 0.67'%

%58
%41.33

CMYK color model

#573E01 color CMYK value is (0,29,99,66).

  • cyan value is 0.00%
  • magenta value is 28.74%
  • yellow value is 98.85%
  • key color value is 65.88%

CMYK: (0,29,99,66)
C0M29Y99K66 (0%, 29%, 99%, 66%)
(0.00 / 0.29 / 0.99 / 0.66)

CMYK percentages

%0
%28.74
%98.85
%65.88

Codes

Color #573E01 in popluar color models

57 3E 01
RGB 87 62 1
HSL 43° 97.73% 17.25%
HSB/HSV 43° 98.85% 34.12%
CMYK 0.00% 28.74% 98.85%
65.88%

Color #573E01 in popluar number systems.

HEX 57 3E 01
Decimal 87 62 1
Binary 1010111 111110 1
Octal 127 76 1

Shades and tints

Shades of #573E01

#573E01
(87,62,1)
#503901
(80,57,1)
#493401
(73,52,1)
#422F01
(66,47,1)
#3B2A01
(59,42,1)
#342501
(52,37,1)
#2D2001
(45,32,1)
#261B01
(38,27,1)
#1F1601
(31,22,1)
#181101
(24,17,1)
#110C01
(17,12,1)
#000000
(0,0,0)

Tints of #573E01

#573E01
(87,62,1)
#664F18
(102,79,24)
#75602F
(117,96,47)
#847146
(132,113,70)
#93825D
(147,130,93)
#A29374
(162,147,116)
#B1A48B
(177,164,139)
#C0B5A2
(192,181,162)
#CFC6B9
(207,198,185)
#DED7D0
(222,215,208)
#EDE8E7
(237,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #573E01 color. Also use rgb(87,62,1) instead hex code.

Text Font Color

.myTextColor { color: #573E01; }

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

This text font color is #573E01.

Background Color

.myBgColor { background-color: #573E01; }

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

This div background color is #573E01.

Border color

.myBorderColor { border: 1px solid #573E01; }

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

This div border color is #573E01.

Opacity

.myOpacity80 { color: #573E01; opacity: 0.8; }

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

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

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

This text has shadow with #573E01 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #573E01.

Preview

Color preview on black background

This text has color #573E01 on black background.


Color preview on white background

This text has color #573E01 on white background.


Black color preview on #573E01 background

This text has black color on #573E01 background.


White color preview on #573E01 background

This text has white color on #573E01 background.


Related colors

Complementary color

Complementary color for #hex is #A8C1FE.


I love getcolorcode.com

Triadic colors

1 #01573E and #3E0157 with #573E01 are triadic colors.

2 #013E57 and #3E5701 with #573E01 are triadic colors.