COLOR #350021

HEX: #350021
RGB: (53,0,33)

Color info

#350021 contains only red and blue colors. Web safe color of #350021 is #330033 (or #303).

RGB color model

#350021 color RGB value is (53,0,33).

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

RGB channels and saturation

R 53 of 255 = 21%
G 0 of 255 = 0%
B 33 of 255 = 13%

53
0
33

R + G + B ~ 11%. #350021 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 0 + 33 = 86 (100%)
R 53 of 86 ~ 61.63%
G 0 of 86 ~ 0%
B 33 of 86 ~ 38.37%

%61.63
%38.37

CMYK color model

#350021 color CMYK value is (0,100,38,79).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 37.74%
  • key color value is 79.22%
CMYK:
(0,100,38,79)
C0M100Y38K79 
(0%,100%,38%,79%)
(0.00/1.00/0.38/0.79)	

CMYK percentages

%0
%100
%37.74
%79.22

Codes

Color #350021 in popluar color models

350021
RGB53033
HSL323°100.00%10.39%
HSB/HSV323°100.00%20.78%
CMYK0.00%100.00%37.74%
79.22%

Color #350021 in popluar number systems.

HEX350021
Decimal53033
Binary1101010100001
Octal65041

Shades and tints

Shades of #350021

#350021
(53,0,33)
#31001E
(49,0,30)
#2D001B
(45,0,27)
#290018
(41,0,24)
#250015
(37,0,21)
#210012
(33,0,18)
#1D000F
(29,0,15)
#19000C
(25,0,12)
#150009
(21,0,9)
#110006
(17,0,6)
#0D0003
(13,0,3)
#000000
(0,0,0)

Tints of #350021

#350021
(53,0,33)
#471735
(71,23,53)
#592E49
(89,46,73)
#6B455D
(107,69,93)
#7D5C71
(125,92,113)
#8F7385
(143,115,133)
#A18A99
(161,138,153)
#B3A1AD
(179,161,173)
#C5B8C1
(197,184,193)
#D7CFD5
(215,207,213)
#E9E6E9
(233,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #350021; }

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

This text font color is #350021.


Background Color

.myBgColor { background-color: #350021; }

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

This div background color is #350021.


Border color

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

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

This div border color is #350021.


Opacity

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

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

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

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

This text has shadow with #350021 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #350021 on black background.


Color preview on white background

This text has color #350021 on white background.



Black color preview on #350021 background

This text has black color on #350021 background.


White color preview on #350021 background

This text has white color on #350021 background.