COLOR #594B04

HEX: #594B04
RGB: (89,75,4)

Color info

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

RGB color model

#594B04 color RGB value is (89,75,4).

  • red value is 89;
  • green value is 75;
  • blue value is 4.
RGB:
(89,75,4)
(35%,29%,2%)

RGB channels and saturation

R 89 of 255 = 35%
G 75 of 255 = 29%
B 4 of 255 = 2%

89
75
4

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

Portions of RGB colors in percentages

R + G + B =
89 + 75 + 4 = 168 (100%)
R 89 of 168 ~ 52.98%
G 75 of 168 ~ 44.64%
B 4 of 168 ~ 2.38%

%52.98
%44.64

CMYK color model

#594B04 color CMYK value is (0,16,96,65).

  • cyan value is 0.00%
  • magenta value is 15.73%
  • yellow value is 95.51%
  • key color value is 65.10%
CMYK:
(0,16,96,65)
C0M16Y96K65 
(0%,16%,96%,65%)
(0.00/0.16/0.96/0.65)	

CMYK percentages

%0
%15.73
%95.51
%65.1

Codes

Color #594B04 in popluar color models

594B04
RGB89754
HSL50°91.40%18.24%
HSB/HSV50°95.51%34.90%
CMYK0.00%15.73%95.51%
65.10%

Color #594B04 in popluar number systems.

HEX594B04
Decimal89754
Binary10110011001011100
Octal1311134

Shades and tints

Shades of #594B04

#594B04
(89,75,4)
#514504
(81,69,4)
#493F04
(73,63,4)
#413904
(65,57,4)
#393304
(57,51,4)
#312D04
(49,45,4)
#292704
(41,39,4)
#212104
(33,33,4)
#191B04
(25,27,4)
#111504
(17,21,4)
#090F04
(9,15,4)
#000000
(0,0,0)

Tints of #594B04

#594B04
(89,75,4)
#685B1A
(104,91,26)
#776B30
(119,107,48)
#867B46
(134,123,70)
#958B5C
(149,139,92)
#A49B72
(164,155,114)
#B3AB88
(179,171,136)
#C2BB9E
(194,187,158)
#D1CBB4
(209,203,180)
#E0DBCA
(224,219,202)
#EFEBE0
(239,235,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #594B04 color. Also use rgb(89,75,4) instead hex code.

Text Font Color

.myTextColor { color: #594B04; }

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

This text font color is #594B04.


Background Color

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

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

This div background color is #594B04.


Border color

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

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

This div border color is #594B04.


Opacity

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

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

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

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

This text has shadow with #594B04 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594B04 on black background.


Color preview on white background

This text has color #594B04 on white background.



Black color preview on #594B04 background

This text has black color on #594B04 background.


White color preview on #594B04 background

This text has white color on #594B04 background.