COLOR #334718

HEX: #334718
RGB: (51,71,24)

Color info

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

RGB color model

#334718 color RGB value is (51,71,24).

  • red value is 51;
  • green value is 71;
  • blue value is 24.
RGB:
(51,71,24)
(20%,28%,9%)

RGB channels and saturation

R 51 of 255 = 20%
G 71 of 255 = 28%
B 24 of 255 = 9%

51
71
24

R + G + B ~ 19%. #334718 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 71 + 24 = 146 (100%)
R 51 of 146 ~ 34.93%
G 71 of 146 ~ 48.63%
B 24 of 146 ~ 16.44%

%34.93
%48.63
%16.44

CMYK color model

#334718 color CMYK value is (28,0,66,72).

  • cyan value is 28.17%
  • magenta value is 0.00%
  • yellow value is 66.20%
  • key color value is 72.16%
CMYK:
(28,0,66,72)
C28M0Y66K72 
(28%,0%,66%,72%)
(0.28/0.00/0.66/0.72)	

CMYK percentages

%28.17
%0
%66.2
%72.16

Codes

Color #334718 in popluar color models

334718
RGB517124
HSL86°49.47%18.63%
HSB/HSV86°66.20%27.84%
CMYK28.17%0.00%66.20%
72.16%

Color #334718 in popluar number systems.

HEX334718
Decimal517124
Binary110011100011111000
Octal6310730

Shades and tints

Shades of #334718

#334718
(51,71,24)
#2F4116
(47,65,22)
#2B3B14
(43,59,20)
#273512
(39,53,18)
#232F10
(35,47,16)
#1F290E
(31,41,14)
#1B230C
(27,35,12)
#171D0A
(23,29,10)
#131708
(19,23,8)
#0F1106
(15,17,6)
#0B0B04
(11,11,4)
#000000
(0,0,0)

Tints of #334718

#334718
(51,71,24)
#45572D
(69,87,45)
#576742
(87,103,66)
#697757
(105,119,87)
#7B876C
(123,135,108)
#8D9781
(141,151,129)
#9FA796
(159,167,150)
#B1B7AB
(177,183,171)
#C3C7C0
(195,199,192)
#D5D7D5
(213,215,213)
#E7E7EA
(231,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #334718 color. Also use rgb(51,71,24) instead hex code.

Text Font Color

.myTextColor { color: #334718; }

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

This text font color is #334718.


Background Color

.myBgColor { background-color: #334718; }

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

This div background color is #334718.


Border color

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

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

This div border color is #334718.


Opacity

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

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

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

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

This text has shadow with #334718 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #334718 on black background.


Color preview on white background

This text has color #334718 on white background.



Black color preview on #334718 background

This text has black color on #334718 background.


White color preview on #334718 background

This text has white color on #334718 background.