COLOR #334432

HEX: #334432
RGB: (51,68,50)

Color info

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

RGB color model

#334432 color RGB value is (51,68,50).

  • red value is 51;
  • green value is 68;
  • blue value is 50.
RGB:
(51,68,50)
(20%,27%,20%)

RGB channels and saturation

R 51 of 255 = 20%
G 68 of 255 = 27%
B 50 of 255 = 20%

51
68
50

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

Portions of RGB colors in percentages

R + G + B =
51 + 68 + 50 = 169 (100%)
R 51 of 169 ~ 30.18%
G 68 of 169 ~ 40.24%
B 50 of 169 ~ 29.59%

%30.18
%40.24
%29.59

CMYK color model

#334432 color CMYK value is (25,0,26,73).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 26.47%
  • key color value is 73.33%
CMYK:
(25,0,26,73)
C25M0Y26K73 
(25%,0%,26%,73%)
(0.25/0.00/0.26/0.73)	

CMYK percentages

%25
%0
%26.47
%73.33

Codes

Color #334432 in popluar color models

334432
RGB516850
HSL117°15.25%23.14%
HSB/HSV117°26.47%26.67%
CMYK25.00%0.00%26.47%
73.33%

Color #334432 in popluar number systems.

HEX334432
Decimal516850
Binary1100111000100110010
Octal6310462

Shades and tints

Shades of #334432

#334432
(51,68,50)
#2F3E2E
(47,62,46)
#2B382A
(43,56,42)
#273226
(39,50,38)
#232C22
(35,44,34)
#1F261E
(31,38,30)
#1B201A
(27,32,26)
#171A16
(23,26,22)
#131412
(19,20,18)
#0F0E0E
(15,14,14)
#0B080A
(11,8,10)
#000000
(0,0,0)

Tints of #334432

#334432
(51,68,50)
#455544
(69,85,68)
#576656
(87,102,86)
#697768
(105,119,104)
#7B887A
(123,136,122)
#8D998C
(141,153,140)
#9FAA9E
(159,170,158)
#B1BBB0
(177,187,176)
#C3CCC2
(195,204,194)
#D5DDD4
(213,221,212)
#E7EEE6
(231,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #334432 color. Also use rgb(51,68,50) instead hex code.

Text Font Color

.myTextColor { color: #334432; }

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

This text font color is #334432.


Background Color

.myBgColor { background-color: #334432; }

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

This div background color is #334432.


Border color

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

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

This div border color is #334432.


Opacity

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

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

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

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

This text has shadow with #334432 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #334432 on black background.


Color preview on white background

This text has color #334432 on white background.



Black color preview on #334432 background

This text has black color on #334432 background.


White color preview on #334432 background

This text has white color on #334432 background.