COLOR #354229

HEX: #354229
RGB: (53,66,41)

Color info

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

RGB color model

#354229 color RGB value is (53,66,41).

  • red value is 53;
  • green value is 66;
  • blue value is 41.
RGB:
(53,66,41)
(21%,26%,16%)

RGB channels and saturation

R 53 of 255 = 21%
G 66 of 255 = 26%
B 41 of 255 = 16%

53
66
41

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

Portions of RGB colors in percentages

R + G + B =
53 + 66 + 41 = 160 (100%)
R 53 of 160 ~ 33.13%
G 66 of 160 ~ 41.25%
B 41 of 160 ~ 25.63%

%33.13
%41.25
%25.63

CMYK color model

#354229 color CMYK value is (20,0,38,74).

  • cyan value is 19.70%
  • magenta value is 0.00%
  • yellow value is 37.88%
  • key color value is 74.12%
CMYK:
(20,0,38,74)
C20M0Y38K74 
(20%,0%,38%,74%)
(0.20/0.00/0.38/0.74)	

CMYK percentages

%19.7
%0
%37.88
%74.12

Codes

Color #354229 in popluar color models

354229
RGB536641
HSL91°23.36%20.98%
HSB/HSV91°37.88%25.88%
CMYK19.70%0.00%37.88%
74.12%

Color #354229 in popluar number systems.

HEX354229
Decimal536641
Binary1101011000010101001
Octal6510251

Shades and tints

Shades of #354229

#354229
(53,66,41)
#313C26
(49,60,38)
#2D3623
(45,54,35)
#293020
(41,48,32)
#252A1D
(37,42,29)
#21241A
(33,36,26)
#1D1E17
(29,30,23)
#191814
(25,24,20)
#151211
(21,18,17)
#110C0E
(17,12,14)
#0D060B
(13,6,11)
#000000
(0,0,0)

Tints of #354229

#354229
(53,66,41)
#47533C
(71,83,60)
#59644F
(89,100,79)
#6B7562
(107,117,98)
#7D8675
(125,134,117)
#8F9788
(143,151,136)
#A1A89B
(161,168,155)
#B3B9AE
(179,185,174)
#C5CAC1
(197,202,193)
#D7DBD4
(215,219,212)
#E9ECE7
(233,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #354229 color. Also use rgb(53,66,41) instead hex code.

Text Font Color

.myTextColor { color: #354229; }

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

This text font color is #354229.


Background Color

.myBgColor { background-color: #354229; }

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

This div background color is #354229.


Border color

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

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

This div border color is #354229.


Opacity

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

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

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

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

This text has shadow with #354229 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #354229 on black background.


Color preview on white background

This text has color #354229 on white background.



Black color preview on #354229 background

This text has black color on #354229 background.


White color preview on #354229 background

This text has white color on #354229 background.