COLOR #334729

HEX: #334729
RGB: (51,71,41)

Color info

#334729 contains red, green and blue colors in about the same proportion. Web safe color of #334729 is #333333 (or #333).

RGB color model

#334729 color RGB value is (51,71,41).

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

RGB channels and saturation

R 51 of 255 = 20%
G 71 of 255 = 28%
B 41 of 255 = 16%

51
71
41

R + G + B ~ 21%. #334729 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 71 + 41 = 163 (100%)
R 51 of 163 ~ 31.29%
G 71 of 163 ~ 43.56%
B 41 of 163 ~ 25.15%

%31.29
%43.56
%25.15

CMYK color model

#334729 color CMYK value is (28,0,42,72).

  • cyan value is 28.17%
  • magenta value is 0.00%
  • yellow value is 42.25%
  • key color value is 72.16%
CMYK:
(28,0,42,72)
C28M0Y42K72 
(28%,0%,42%,72%)
(0.28/0.00/0.42/0.72)	

CMYK percentages

%28.17
%0
%42.25
%72.16

Codes

Color #334729 in popluar color models

334729
RGB517141
HSL100°26.79%21.96%
HSB/HSV100°42.25%27.84%
CMYK28.17%0.00%42.25%
72.16%

Color #334729 in popluar number systems.

HEX334729
Decimal517141
Binary1100111000111101001
Octal6310751

Shades and tints

Shades of #334729

#334729
(51,71,41)
#2F4126
(47,65,38)
#2B3B23
(43,59,35)
#273520
(39,53,32)
#232F1D
(35,47,29)
#1F291A
(31,41,26)
#1B2317
(27,35,23)
#171D14
(23,29,20)
#131711
(19,23,17)
#0F110E
(15,17,14)
#0B0B0B
(11,11,11)
#000000
(0,0,0)

Tints of #334729

#334729
(51,71,41)
#45573C
(69,87,60)
#57674F
(87,103,79)
#697762
(105,119,98)
#7B8775
(123,135,117)
#8D9788
(141,151,136)
#9FA79B
(159,167,155)
#B1B7AE
(177,183,174)
#C3C7C1
(195,199,193)
#D5D7D4
(213,215,212)
#E7E7E7
(231,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #334729; }

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

This text font color is #334729.


Background Color

.myBgColor { background-color: #334729; }

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

This div background color is #334729.


Border color

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

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

This div border color is #334729.


Opacity

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

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

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

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

This text has shadow with #334729 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #334729 on black background.


Color preview on white background

This text has color #334729 on white background.



Black color preview on #334729 background

This text has black color on #334729 background.


White color preview on #334729 background

This text has white color on #334729 background.