COLOR #594C01

HEX: #594C01
RGB: (89,76,1)

Color info

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

RGB color model

#594C01 color RGB value is (89,76,1).

  • red value is 89;
  • green value is 76;
  • blue value is 1.
RGB:
(89,76,1)
(35%,30%,0%)

RGB channels and saturation

R 89 of 255 = 35%
G 76 of 255 = 30%
B 1 of 255 = 0%

89
76
1

R + G + B ~ 22%. #594C01 is dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 76 + 1 = 166 (100%)
R 89 of 166 ~ 53.61%
G 76 of 166 ~ 45.78%
B 1 of 166 ~ 0.6%

%53.61
%45.78

CMYK color model

#594C01 color CMYK value is (0,15,99,65).

  • cyan value is 0.00%
  • magenta value is 14.61%
  • yellow value is 98.88%
  • key color value is 65.10%
CMYK:
(0,15,99,65)
C0M15Y99K65 
(0%,15%,99%,65%)
(0.00/0.15/0.99/0.65)	

CMYK percentages

%0
%14.61
%98.88
%65.1

Codes

Color #594C01 in popluar color models

594C01
RGB89761
HSL51°97.78%17.65%
HSB/HSV51°98.88%34.90%
CMYK0.00%14.61%98.88%
65.10%

Color #594C01 in popluar number systems.

HEX594C01
Decimal89761
Binary101100110011001
Octal1311141

Shades and tints

Shades of #594C01

#594C01
(89,76,1)
#514601
(81,70,1)
#494001
(73,64,1)
#413A01
(65,58,1)
#393401
(57,52,1)
#312E01
(49,46,1)
#292801
(41,40,1)
#212201
(33,34,1)
#191C01
(25,28,1)
#111601
(17,22,1)
#091001
(9,16,1)
#000000
(0,0,0)

Tints of #594C01

#594C01
(89,76,1)
#685C18
(104,92,24)
#776C2F
(119,108,47)
#867C46
(134,124,70)
#958C5D
(149,140,93)
#A49C74
(164,156,116)
#B3AC8B
(179,172,139)
#C2BCA2
(194,188,162)
#D1CCB9
(209,204,185)
#E0DCD0
(224,220,208)
#EFECE7
(239,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #594C01 color. Also use rgb(89,76,1) instead hex code.

Text Font Color

.myTextColor { color: #594C01; }

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

This text font color is #594C01.


Background Color

.myBgColor { background-color: #594C01; }

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

This div background color is #594C01.


Border color

.myBorderColor { border: 1px solid #594C01; }

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

This div border color is #594C01.


Opacity

.myOpacity80 { color: #594C01; opacity: 0.8; }

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

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

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

This text has shadow with #594C01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594C01 on black background.


Color preview on white background

This text has color #594C01 on white background.



Black color preview on #594C01 background

This text has black color on #594C01 background.


White color preview on #594C01 background

This text has white color on #594C01 background.