COLOR #334029

HEX: #334029
RGB: (51,64,41)

Color info

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

RGB color model

#334029 color RGB value is (51,64,41).

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

RGB channels and saturation

R 51 of 255 = 20%
G 64 of 255 = 25%
B 41 of 255 = 16%

51
64
41

R + G + B ~ 20%. #334029 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 64 + 41 = 156 (100%)
R 51 of 156 ~ 32.69%
G 64 of 156 ~ 41.03%
B 41 of 156 ~ 26.28%

%32.69
%41.03
%26.28

CMYK color model

#334029 color CMYK value is (20,0,36,75).

  • cyan value is 20.31%
  • magenta value is 0.00%
  • yellow value is 35.94%
  • key color value is 74.90%
CMYK:
(20,0,36,75)
C20M0Y36K75 
(20%,0%,36%,75%)
(0.20/0.00/0.36/0.75)	

CMYK percentages

%20.31
%0
%35.94
%74.9

Codes

Color #334029 in popluar color models

334029
RGB516441
HSL94°21.90%20.59%
HSB/HSV94°35.94%25.10%
CMYK20.31%0.00%35.94%
74.90%

Color #334029 in popluar number systems.

HEX334029
Decimal516441
Binary1100111000000101001
Octal6310051

Shades and tints

Shades of #334029

#334029
(51,64,41)
#2F3B26
(47,59,38)
#2B3623
(43,54,35)
#273120
(39,49,32)
#232C1D
(35,44,29)
#1F271A
(31,39,26)
#1B2217
(27,34,23)
#171D14
(23,29,20)
#131811
(19,24,17)
#0F130E
(15,19,14)
#0B0E0B
(11,14,11)
#000000
(0,0,0)

Tints of #334029

#334029
(51,64,41)
#45513C
(69,81,60)
#57624F
(87,98,79)
#697362
(105,115,98)
#7B8475
(123,132,117)
#8D9588
(141,149,136)
#9FA69B
(159,166,155)
#B1B7AE
(177,183,174)
#C3C8C1
(195,200,193)
#D5D9D4
(213,217,212)
#E7EAE7
(231,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #334029; }

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

This text font color is #334029.


Background Color

.myBgColor { background-color: #334029; }

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

This div background color is #334029.


Border color

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

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

This div border color is #334029.


Opacity

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

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

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

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

This text has shadow with #334029 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #334029 on black background.


Color preview on white background

This text has color #334029 on white background.



Black color preview on #334029 background

This text has black color on #334029 background.


White color preview on #334029 background

This text has white color on #334029 background.