COLOR #334217

HEX: #334217
RGB: (51,66,23)

Color info

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

RGB color model

#334217 color RGB value is (51,66,23).

  • red value is 51;
  • green value is 66;
  • blue value is 23.
RGB:
(51,66,23)
(20%,26%,9%)

RGB channels and saturation

R 51 of 255 = 20%
G 66 of 255 = 26%
B 23 of 255 = 9%

51
66
23

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

Portions of RGB colors in percentages

R + G + B =
51 + 66 + 23 = 140 (100%)
R 51 of 140 ~ 36.43%
G 66 of 140 ~ 47.14%
B 23 of 140 ~ 16.43%

%36.43
%47.14
%16.43

CMYK color model

#334217 color CMYK value is (23,0,65,74).

  • cyan value is 22.73%
  • magenta value is 0.00%
  • yellow value is 65.15%
  • key color value is 74.12%
CMYK:
(23,0,65,74)
C23M0Y65K74 
(23%,0%,65%,74%)
(0.23/0.00/0.65/0.74)	

CMYK percentages

%22.73
%0
%65.15
%74.12

Codes

Color #334217 in popluar color models

334217
RGB516623
HSL81°48.31%17.45%
HSB/HSV81°65.15%25.88%
CMYK22.73%0.00%65.15%
74.12%

Color #334217 in popluar number systems.

HEX334217
Decimal516623
Binary110011100001010111
Octal6310227

Shades and tints

Shades of #334217

#334217
(51,66,23)
#2F3C15
(47,60,21)
#2B3613
(43,54,19)
#273011
(39,48,17)
#232A0F
(35,42,15)
#1F240D
(31,36,13)
#1B1E0B
(27,30,11)
#171809
(23,24,9)
#131207
(19,18,7)
#0F0C05
(15,12,5)
#0B0603
(11,6,3)
#000000
(0,0,0)

Tints of #334217

#334217
(51,66,23)
#45532C
(69,83,44)
#576441
(87,100,65)
#697556
(105,117,86)
#7B866B
(123,134,107)
#8D9780
(141,151,128)
#9FA895
(159,168,149)
#B1B9AA
(177,185,170)
#C3CABF
(195,202,191)
#D5DBD4
(213,219,212)
#E7ECE9
(231,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #334217 color. Also use rgb(51,66,23) instead hex code.

Text Font Color

.myTextColor { color: #334217; }

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

This text font color is #334217.


Background Color

.myBgColor { background-color: #334217; }

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

This div background color is #334217.


Border color

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

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

This div border color is #334217.


Opacity

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

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

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

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

This text has shadow with #334217 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #334217 on black background.


Color preview on white background

This text has color #334217 on white background.



Black color preview on #334217 background

This text has black color on #334217 background.


White color preview on #334217 background

This text has white color on #334217 background.