COLOR #334C29

HEX: #334C29
RGB: (51,76,41)

Color info

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

RGB color model

#334C29 color RGB value is (51,76,41).

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

RGB channels and saturation

R 51 of 255 = 20%
G 76 of 255 = 30%
B 41 of 255 = 16%

51
76
41

R + G + B ~ 22%. #334C29 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 76 + 41 = 168 (100%)
R 51 of 168 ~ 30.36%
G 76 of 168 ~ 45.24%
B 41 of 168 ~ 24.4%

%30.36
%45.24
%24.4

CMYK color model

#334C29 color CMYK value is (33,0,46,70).

  • cyan value is 32.89%
  • magenta value is 0.00%
  • yellow value is 46.05%
  • key color value is 70.20%
CMYK:
(33,0,46,70)
C33M0Y46K70 
(33%,0%,46%,70%)
(0.33/0.00/0.46/0.70)	

CMYK percentages

%32.89
%0
%46.05
%70.2

Codes

Color #334C29 in popluar color models

334C29
RGB517641
HSL103°29.91%22.94%
HSB/HSV103°46.05%29.80%
CMYK32.89%0.00%46.05%
70.20%

Color #334C29 in popluar number systems.

HEX334C29
Decimal517641
Binary1100111001100101001
Octal6311451

Shades and tints

Shades of #334C29

#334C29
(51,76,41)
#2F4626
(47,70,38)
#2B4023
(43,64,35)
#273A20
(39,58,32)
#23341D
(35,52,29)
#1F2E1A
(31,46,26)
#1B2817
(27,40,23)
#172214
(23,34,20)
#131C11
(19,28,17)
#0F160E
(15,22,14)
#0B100B
(11,16,11)
#000000
(0,0,0)

Tints of #334C29

#334C29
(51,76,41)
#455C3C
(69,92,60)
#576C4F
(87,108,79)
#697C62
(105,124,98)
#7B8C75
(123,140,117)
#8D9C88
(141,156,136)
#9FAC9B
(159,172,155)
#B1BCAE
(177,188,174)
#C3CCC1
(195,204,193)
#D5DCD4
(213,220,212)
#E7ECE7
(231,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #334C29; }

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

This text font color is #334C29.


Background Color

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

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

This div background color is #334C29.


Border color

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

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

This div border color is #334C29.


Opacity

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

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

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

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

This text has shadow with #334C29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #334C29 on black background.


Color preview on white background

This text has color #334C29 on white background.



Black color preview on #334C29 background

This text has black color on #334C29 background.


White color preview on #334C29 background

This text has white color on #334C29 background.