COLOR #354121

HEX: #354121 RGB: (53,65,33)

Color info

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

RGB color model

#354121 color RGB value is (53,65,33).

RGB: (53,65,33) (21%, 25%, 13%)

RGB channels and saturation

R 53 of 255 = 21%
G 65 of 255 = 25%
B 33 of 255 = 13%

53
65
33

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

Portions of RGB colors in percentages

R + G + B = 53 + 65 + 33 = 151 (100%)
R 53 of 151 ~ 35.1%
G 65 of 151 ~ 43.05%
B 33 of 151 ~ 21.85'%

%35.1
%43.05
%21.85

CMYK color model

#354121 color CMYK value is (18,0,49,75).

  • cyan value is 18.46%
  • magenta value is 0.00%
  • yellow value is 49.23%
  • key color value is 74.51%

CMYK: (18,0,49,75)
C18M0Y49K75 (18%, 0%, 49%, 75%)
(0.18 / 0.00 / 0.49 / 0.75)

CMYK percentages

%18.46
%0
%49.23
%74.51

Codes

Color #354121 in popluar color models

35 41 21
RGB 53 65 33
HSL 83° 32.65% 19.22%
HSB/HSV 83° 49.23% 25.49%
CMYK 18.46% 0.00% 49.23%
74.51%

Color #354121 in popluar number systems.

HEX 35 41 21
Decimal 53 65 33
Binary 110101 1000001 100001
Octal 65 101 41

Shades and tints

Shades of #354121

#354121
(53,65,33)
#313C1E
(49,60,30)
#2D371B
(45,55,27)
#293218
(41,50,24)
#252D15
(37,45,21)
#212812
(33,40,18)
#1D230F
(29,35,15)
#191E0C
(25,30,12)
#151909
(21,25,9)
#111406
(17,20,6)
#0D0F03
(13,15,3)
#000000
(0,0,0)

Tints of #354121

#354121
(53,65,33)
#475235
(71,82,53)
#596349
(89,99,73)
#6B745D
(107,116,93)
#7D8571
(125,133,113)
#8F9685
(143,150,133)
#A1A799
(161,167,153)
#B3B8AD
(179,184,173)
#C5C9C1
(197,201,193)
#D7DAD5
(215,218,213)
#E9EBE9
(233,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #354121 color. Also use rgb(53,65,33) instead hex code.

Text Font Color

.myTextColor { color: #354121; }

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

This text font color is #354121.

Background Color

.myBgColor { background-color: #354121; }

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

This div background color is #354121.

Border color

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

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

This div border color is #354121.

Opacity

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

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

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

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

This text has shadow with #354121 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #354121.

Preview

Color preview on black background

This text has color #354121 on black background.


Color preview on white background

This text has color #354121 on white background.


Black color preview on #354121 background

This text has black color on #354121 background.


White color preview on #354121 background

This text has white color on #354121 background.


Related colors

Complementary color

Complementary color for #hex is #CABEDE.


I love getcolorcode.com

Triadic colors

1 #213541 and #412135 with #354121 are triadic colors.

2 #214135 and #413521 with #354121 are triadic colors.