COLOR #334728

HEX: #334728
RGB: (51,71,40)

Color info

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

RGB color model

#334728 color RGB value is (51,71,40).

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

RGB channels and saturation

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

51
71
40

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

Portions of RGB colors in percentages

R + G + B =
51 + 71 + 40 = 162 (100%)
R 51 of 162 ~ 31.48%
G 71 of 162 ~ 43.83%
B 40 of 162 ~ 24.69%

%31.48
%43.83
%24.69

CMYK color model

#334728 color CMYK value is (28,0,44,72).

  • cyan value is 28.17%
  • magenta value is 0.00%
  • yellow value is 43.66%
  • key color value is 72.16%
CMYK:
(28,0,44,72)
C28M0Y44K72 
(28%,0%,44%,72%)
(0.28/0.00/0.44/0.72)	

CMYK percentages

%28.17
%0
%43.66
%72.16

Codes

Color #334728 in popluar color models

334728
RGB517140
HSL99°27.93%21.76%
HSB/HSV99°43.66%27.84%
CMYK28.17%0.00%43.66%
72.16%

Color #334728 in popluar number systems.

HEX334728
Decimal517140
Binary1100111000111101000
Octal6310750

Shades and tints

Shades of #334728

#334728
(51,71,40)
#2F4125
(47,65,37)
#2B3B22
(43,59,34)
#27351F
(39,53,31)
#232F1C
(35,47,28)
#1F2919
(31,41,25)
#1B2316
(27,35,22)
#171D13
(23,29,19)
#131710
(19,23,16)
#0F110D
(15,17,13)
#0B0B0A
(11,11,10)
#000000
(0,0,0)

Tints of #334728

#334728
(51,71,40)
#45573B
(69,87,59)
#57674E
(87,103,78)
#697761
(105,119,97)
#7B8774
(123,135,116)
#8D9787
(141,151,135)
#9FA79A
(159,167,154)
#B1B7AD
(177,183,173)
#C3C7C0
(195,199,192)
#D5D7D3
(213,215,211)
#E7E7E6
(231,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #334728; }

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

This text font color is #334728.


Background Color

.myBgColor { background-color: #334728; }

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

This div background color is #334728.


Border color

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

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

This div border color is #334728.


Opacity

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

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

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

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

This text has shadow with #334728 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #334728 on black background.


Color preview on white background

This text has color #334728 on white background.



Black color preview on #334728 background

This text has black color on #334728 background.


White color preview on #334728 background

This text has white color on #334728 background.