COLOR #334614

HEX: #334614
RGB: (51,70,20)

Color info

#334614 contains red, green and blue colors in about the same proportion. Web safe color of #334614 is #333300 (or #330).

RGB color model

#334614 color RGB value is (51,70,20).

  • red value is 51;
  • green value is 70;
  • blue value is 20.
RGB:
(51,70,20)
(20%,27%,8%)

RGB channels and saturation

R 51 of 255 = 20%
G 70 of 255 = 27%
B 20 of 255 = 8%

51
70
20

R + G + B ~ 18%. #334614 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 70 + 20 = 141 (100%)
R 51 of 141 ~ 36.17%
G 70 of 141 ~ 49.65%
B 20 of 141 ~ 14.18%

%36.17
%49.65
%14.18

CMYK color model

#334614 color CMYK value is (27,0,71,73).

  • cyan value is 27.14%
  • magenta value is 0.00%
  • yellow value is 71.43%
  • key color value is 72.55%
CMYK:
(27,0,71,73)
C27M0Y71K73 
(27%,0%,71%,73%)
(0.27/0.00/0.71/0.73)	

CMYK percentages

%27.14
%0
%71.43
%72.55

Codes

Color #334614 in popluar color models

334614
RGB517020
HSL83°55.56%17.65%
HSB/HSV83°71.43%27.45%
CMYK27.14%0.00%71.43%
72.55%

Color #334614 in popluar number systems.

HEX334614
Decimal517020
Binary110011100011010100
Octal6310624

Shades and tints

Shades of #334614

#334614
(51,70,20)
#2F4013
(47,64,19)
#2B3A12
(43,58,18)
#273411
(39,52,17)
#232E10
(35,46,16)
#1F280F
(31,40,15)
#1B220E
(27,34,14)
#171C0D
(23,28,13)
#13160C
(19,22,12)
#0F100B
(15,16,11)
#0B0A0A
(11,10,10)
#000000
(0,0,0)

Tints of #334614

#334614
(51,70,20)
#455629
(69,86,41)
#57663E
(87,102,62)
#697653
(105,118,83)
#7B8668
(123,134,104)
#8D967D
(141,150,125)
#9FA692
(159,166,146)
#B1B6A7
(177,182,167)
#C3C6BC
(195,198,188)
#D5D6D1
(213,214,209)
#E7E6E6
(231,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #334614 color. Also use rgb(51,70,20) instead hex code.

Text Font Color

.myTextColor { color: #334614; }

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

This text font color is #334614.


Background Color

.myBgColor { background-color: #334614; }

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

This div background color is #334614.


Border color

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

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

This div border color is #334614.


Opacity

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

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

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

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

This text has shadow with #334614 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #334614 on black background.


Color preview on white background

This text has color #334614 on white background.



Black color preview on #334614 background

This text has black color on #334614 background.


White color preview on #334614 background

This text has white color on #334614 background.