COLOR #351821

HEX: #351821
RGB: (53,24,33)

Color info

#351821 contains red, green and blue colors in about the same proportion. Web safe color of #351821 is #330033 (or #303).

RGB color model

#351821 color RGB value is (53,24,33).

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

RGB channels and saturation

R 53 of 255 = 21%
G 24 of 255 = 9%
B 33 of 255 = 13%

53
24
33

R + G + B ~ 14%. #351821 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 24 + 33 = 110 (100%)
R 53 of 110 ~ 48.18%
G 24 of 110 ~ 21.82%
B 33 of 110 ~ 30%

%48.18
%21.82
%30

CMYK color model

#351821 color CMYK value is (0,55,38,79).

  • cyan value is 0.00%
  • magenta value is 54.72%
  • yellow value is 37.74%
  • key color value is 79.22%
CMYK:
(0,55,38,79)
C0M55Y38K79 
(0%,55%,38%,79%)
(0.00/0.55/0.38/0.79)	

CMYK percentages

%0
%54.72
%37.74
%79.22

Codes

Color #351821 in popluar color models

351821
RGB532433
HSL341°37.66%15.10%
HSB/HSV341°54.72%20.78%
CMYK0.00%54.72%37.74%
79.22%

Color #351821 in popluar number systems.

HEX351821
Decimal532433
Binary11010111000100001
Octal653041

Shades and tints

Shades of #351821

#351821
(53,24,33)
#31161E
(49,22,30)
#2D141B
(45,20,27)
#291218
(41,18,24)
#251015
(37,16,21)
#210E12
(33,14,18)
#1D0C0F
(29,12,15)
#190A0C
(25,10,12)
#150809
(21,8,9)
#110606
(17,6,6)
#0D0403
(13,4,3)
#000000
(0,0,0)

Tints of #351821

#351821
(53,24,33)
#472D35
(71,45,53)
#594249
(89,66,73)
#6B575D
(107,87,93)
#7D6C71
(125,108,113)
#8F8185
(143,129,133)
#A19699
(161,150,153)
#B3ABAD
(179,171,173)
#C5C0C1
(197,192,193)
#D7D5D5
(215,213,213)
#E9EAE9
(233,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #351821; }

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

This text font color is #351821.


Background Color

.myBgColor { background-color: #351821; }

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

This div background color is #351821.


Border color

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

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

This div border color is #351821.


Opacity

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

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

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

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

This text has shadow with #351821 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #351821 on black background.


Color preview on white background

This text has color #351821 on white background.



Black color preview on #351821 background

This text has black color on #351821 background.


White color preview on #351821 background

This text has white color on #351821 background.