COLOR #334D2E

HEX: #334D2E
RGB: (51,77,46)

Color info

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

RGB color model

#334D2E color RGB value is (51,77,46).

  • red value is 51;
  • green value is 77;
  • blue value is 46.
RGB:
(51,77,46)
(20%,30%,18%)

RGB channels and saturation

R 51 of 255 = 20%
G 77 of 255 = 30%
B 46 of 255 = 18%

51
77
46

R + G + B ~ 23%. #334D2E is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 77 + 46 = 174 (100%)
R 51 of 174 ~ 29.31%
G 77 of 174 ~ 44.25%
B 46 of 174 ~ 26.44%

%29.31
%44.25
%26.44

CMYK color model

#334D2E color CMYK value is (34,0,40,70).

  • cyan value is 33.77%
  • magenta value is 0.00%
  • yellow value is 40.26%
  • key color value is 69.80%
CMYK:
(34,0,40,70)
C34M0Y40K70 
(34%,0%,40%,70%)
(0.34/0.00/0.40/0.70)	

CMYK percentages

%33.77
%0
%40.26
%69.8

Codes

Color #334D2E in popluar color models

334D2E
RGB517746
HSL110°25.20%24.12%
HSB/HSV110°40.26%30.20%
CMYK33.77%0.00%40.26%
69.80%

Color #334D2E in popluar number systems.

HEX334D2E
Decimal517746
Binary1100111001101101110
Octal6311556

Shades and tints

Shades of #334D2E

#334D2E
(51,77,46)
#2F462A
(47,70,42)
#2B3F26
(43,63,38)
#273822
(39,56,34)
#23311E
(35,49,30)
#1F2A1A
(31,42,26)
#1B2316
(27,35,22)
#171C12
(23,28,18)
#13150E
(19,21,14)
#0F0E0A
(15,14,10)
#0B0706
(11,7,6)
#000000
(0,0,0)

Tints of #334D2E

#334D2E
(51,77,46)
#455D41
(69,93,65)
#576D54
(87,109,84)
#697D67
(105,125,103)
#7B8D7A
(123,141,122)
#8D9D8D
(141,157,141)
#9FADA0
(159,173,160)
#B1BDB3
(177,189,179)
#C3CDC6
(195,205,198)
#D5DDD9
(213,221,217)
#E7EDEC
(231,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #334D2E color. Also use rgb(51,77,46) instead hex code.

Text Font Color

.myTextColor { color: #334D2E; }

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

This text font color is #334D2E.


Background Color

.myBgColor { background-color: #334D2E; }

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

This div background color is #334D2E.


Border color

.myBorderColor { border: 1px solid #334D2E; }

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

This div border color is #334D2E.


Opacity

.myOpacity80 { color: #334D2E; opacity: 0.8; }

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

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

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

This text has shadow with #334D2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #334D2E on black background.


Color preview on white background

This text has color #334D2E on white background.



Black color preview on #334D2E background

This text has black color on #334D2E background.


White color preview on #334D2E background

This text has white color on #334D2E background.