COLOR #334000

HEX: #334000
RGB: (51,64,0)

Color info

#334000 contains only red and green colors. Web safe color of #334000 is #333300 (or #330).

RGB color model

#334000 color RGB value is (51,64,0).

  • red value is 51;
  • green value is 64;
  • blue value is 0.
RGB:
(51,64,0)
(20%,25%,0%)

RGB channels and saturation

R 51 of 255 = 20%
G 64 of 255 = 25%
B 0 of 255 = 0%

51
64
0

R + G + B ~ 15%. #334000 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 64 + 0 = 115 (100%)
R 51 of 115 ~ 44.35%
G 64 of 115 ~ 55.65%
B 0 of 115 ~ 0%

%44.35
%55.65

CMYK color model

#334000 color CMYK value is (20,0,100,75).

  • cyan value is 20.31%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 74.90%
CMYK:
(20,0,100,75)
C20M0Y100K75 
(20%,0%,100%,75%)
(0.20/0.00/1.00/0.75)	

CMYK percentages

%20.31
%0
%100
%74.9

Codes

Color #334000 in popluar color models

334000
RGB51640
HSL72°100.00%12.55%
HSB/HSV72°100.00%25.10%
CMYK20.31%0.00%100.00%
74.90%

Color #334000 in popluar number systems.

HEX334000
Decimal51640
Binary11001110000000
Octal631000

Shades and tints

Shades of #334000

#334000
(51,64,0)
#2F3B00
(47,59,0)
#2B3600
(43,54,0)
#273100
(39,49,0)
#232C00
(35,44,0)
#1F2700
(31,39,0)
#1B2200
(27,34,0)
#171D00
(23,29,0)
#131800
(19,24,0)
#0F1300
(15,19,0)
#0B0E00
(11,14,0)
#000000
(0,0,0)

Tints of #334000

#334000
(51,64,0)
#455117
(69,81,23)
#57622E
(87,98,46)
#697345
(105,115,69)
#7B845C
(123,132,92)
#8D9573
(141,149,115)
#9FA68A
(159,166,138)
#B1B7A1
(177,183,161)
#C3C8B8
(195,200,184)
#D5D9CF
(213,217,207)
#E7EAE6
(231,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #334000 color. Also use rgb(51,64,0) instead hex code.

Text Font Color

.myTextColor { color: #334000; }

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

This text font color is #334000.


Background Color

.myBgColor { background-color: #334000; }

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

This div background color is #334000.


Border color

.myBorderColor { border: 1px solid #334000; }

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

This div border color is #334000.


Opacity

.myOpacity80 { color: #334000; opacity: 0.8; }

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

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

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

This text has shadow with #334000 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #334000 on black background.


Color preview on white background

This text has color #334000 on white background.



Black color preview on #334000 background

This text has black color on #334000 background.


White color preview on #334000 background

This text has white color on #334000 background.