COLOR #351E21

HEX: #351E21
RGB: (53,30,33)

Color info

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

RGB color model

#351E21 color RGB value is (53,30,33).

  • red value is 53;
  • green value is 30;
  • blue value is 33.
RGB:
(53,30,33)
(21%,12%,13%)

RGB channels and saturation

R 53 of 255 = 21%
G 30 of 255 = 12%
B 33 of 255 = 13%

53
30
33

R + G + B ~ 15%. #351E21 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 30 + 33 = 116 (100%)
R 53 of 116 ~ 45.69%
G 30 of 116 ~ 25.86%
B 33 of 116 ~ 28.45%

%45.69
%25.86
%28.45

CMYK color model

#351E21 color CMYK value is (0,43,38,79).

  • cyan value is 0.00%
  • magenta value is 43.40%
  • yellow value is 37.74%
  • key color value is 79.22%
CMYK:
(0,43,38,79)
C0M43Y38K79 
(0%,43%,38%,79%)
(0.00/0.43/0.38/0.79)	

CMYK percentages

%0
%43.4
%37.74
%79.22

Codes

Color #351E21 in popluar color models

351E21
RGB533033
HSL352°27.71%16.27%
HSB/HSV352°43.40%20.78%
CMYK0.00%43.40%37.74%
79.22%

Color #351E21 in popluar number systems.

HEX351E21
Decimal533033
Binary11010111110100001
Octal653641

Shades and tints

Shades of #351E21

#351E21
(53,30,33)
#311C1E
(49,28,30)
#2D1A1B
(45,26,27)
#291818
(41,24,24)
#251615
(37,22,21)
#211412
(33,20,18)
#1D120F
(29,18,15)
#19100C
(25,16,12)
#150E09
(21,14,9)
#110C06
(17,12,6)
#0D0A03
(13,10,3)
#000000
(0,0,0)

Tints of #351E21

#351E21
(53,30,33)
#473235
(71,50,53)
#594649
(89,70,73)
#6B5A5D
(107,90,93)
#7D6E71
(125,110,113)
#8F8285
(143,130,133)
#A19699
(161,150,153)
#B3AAAD
(179,170,173)
#C5BEC1
(197,190,193)
#D7D2D5
(215,210,213)
#E9E6E9
(233,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #351E21; }

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

This text font color is #351E21.


Background Color

.myBgColor { background-color: #351E21; }

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

This div background color is #351E21.


Border color

.myBorderColor { border: 1px solid #351E21; }

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

This div border color is #351E21.


Opacity

.myOpacity80 { color: #351E21; opacity: 0.8; }

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

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

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

This text has shadow with #351E21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #351E21 on black background.


Color preview on white background

This text has color #351E21 on white background.



Black color preview on #351E21 background

This text has black color on #351E21 background.


White color preview on #351E21 background

This text has white color on #351E21 background.