COLOR #604B00

HEX: #604B00
RGB: (96,75,0)

Color info

#604B00 contains only red and green colors. Web safe color of #604B00 is #663300 (or #630).

RGB color model

#604B00 color RGB value is (96,75,0).

  • red value is 96;
  • green value is 75;
  • blue value is 0.
RGB:
(96,75,0)
(38%,29%,0%)

RGB channels and saturation

R 96 of 255 = 38%
G 75 of 255 = 29%
B 0 of 255 = 0%

96
75
0

R + G + B ~ 22%. #604B00 is dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 75 + 0 = 171 (100%)
R 96 of 171 ~ 56.14%
G 75 of 171 ~ 43.86%
B 0 of 171 ~ 0%

%56.14
%43.86

CMYK color model

#604B00 color CMYK value is (0,22,100,62).

  • cyan value is 0.00%
  • magenta value is 21.88%
  • yellow value is 100.00%
  • key color value is 62.35%
CMYK:
(0,22,100,62)
C0M22Y100K62 
(0%,22%,100%,62%)
(0.00/0.22/1.00/0.62)	

CMYK percentages

%0
%21.88
%100
%62.35

Codes

Color #604B00 in popluar color models

604B00
RGB96750
HSL47°100.00%18.82%
HSB/HSV47°100.00%37.65%
CMYK0.00%21.88%100.00%
62.35%

Color #604B00 in popluar number systems.

HEX604B00
Decimal96750
Binary110000010010110
Octal1401130

Shades and tints

Shades of #604B00

#604B00
(96,75,0)
#584500
(88,69,0)
#503F00
(80,63,0)
#483900
(72,57,0)
#403300
(64,51,0)
#382D00
(56,45,0)
#302700
(48,39,0)
#282100
(40,33,0)
#201B00
(32,27,0)
#181500
(24,21,0)
#100F00
(16,15,0)
#000000
(0,0,0)

Tints of #604B00

#604B00
(96,75,0)
#6E5B17
(110,91,23)
#7C6B2E
(124,107,46)
#8A7B45
(138,123,69)
#988B5C
(152,139,92)
#A69B73
(166,155,115)
#B4AB8A
(180,171,138)
#C2BBA1
(194,187,161)
#D0CBB8
(208,203,184)
#DEDBCF
(222,219,207)
#ECEBE6
(236,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #604B00 color. Also use rgb(96,75,0) instead hex code.

Text Font Color

.myTextColor { color: #604B00; }

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

This text font color is #604B00.


Background Color

.myBgColor { background-color: #604B00; }

<div style="background-color:#604B00">Inner text</div>

This div background color is #604B00.


Border color

.myBorderColor { border: 1px solid #604B00; }

<div style="border:3px solid #604B00">Div</div>

This div border color is #604B00.


Opacity

.myOpacity80 { color: #604B00; opacity: 0.8; }

<p style="color:#604B00;opacity:0.8;">80%</p>

Text with #604B00 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 #604B00;}

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

This text has shadow with #604B00 color.

.textShadow {text-shadow: 3px 3px 1px #604B00, 3px 3px 1px red;}

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

This text has shadow with #604B00 primary color and red secondary color.


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

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

This text has shadow with #604B00 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #604B00 on black background.


Color preview on white background

This text has color #604B00 on white background.



Black color preview on #604B00 background

This text has black color on #604B00 background.


White color preview on #604B00 background

This text has white color on #604B00 background.