COLOR #351C33

HEX: #351C33
RGB: (53,28,51)

Color info

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

RGB color model

#351C33 color RGB value is (53,28,51).

  • red value is 53;
  • green value is 28;
  • blue value is 51.
RGB:
(53,28,51)
(21%,11%,20%)

RGB channels and saturation

R 53 of 255 = 21%
G 28 of 255 = 11%
B 51 of 255 = 20%

53
28
51

R + G + B ~ 17%. #351C33 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 28 + 51 = 132 (100%)
R 53 of 132 ~ 40.15%
G 28 of 132 ~ 21.21%
B 51 of 132 ~ 38.64%

%40.15
%21.21
%38.64

CMYK color model

#351C33 color CMYK value is (0,47,4,79).

  • cyan value is 0.00%
  • magenta value is 47.17%
  • yellow value is 3.77%
  • key color value is 79.22%
CMYK:
(0,47,4,79)
C0M47Y4K79 
(0%,47%,4%,79%)
(0.00/0.47/0.04/0.79)	

CMYK percentages

%0
%47.17
%3.77
%79.22

Codes

Color #351C33 in popluar color models

351C33
RGB532851
HSL305°30.86%15.88%
HSB/HSV305°47.17%20.78%
CMYK0.00%47.17%3.77%
79.22%

Color #351C33 in popluar number systems.

HEX351C33
Decimal532851
Binary11010111100110011
Octal653463

Shades and tints

Shades of #351C33

#351C33
(53,28,51)
#311A2F
(49,26,47)
#2D182B
(45,24,43)
#291627
(41,22,39)
#251423
(37,20,35)
#21121F
(33,18,31)
#1D101B
(29,16,27)
#190E17
(25,14,23)
#150C13
(21,12,19)
#110A0F
(17,10,15)
#0D080B
(13,8,11)
#000000
(0,0,0)

Tints of #351C33

#351C33
(53,28,51)
#473045
(71,48,69)
#594457
(89,68,87)
#6B5869
(107,88,105)
#7D6C7B
(125,108,123)
#8F808D
(143,128,141)
#A1949F
(161,148,159)
#B3A8B1
(179,168,177)
#C5BCC3
(197,188,195)
#D7D0D5
(215,208,213)
#E9E4E7
(233,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #351C33 color. Also use rgb(53,28,51) instead hex code.

Text Font Color

.myTextColor { color: #351C33; }

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

This text font color is #351C33.


Background Color

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

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

This div background color is #351C33.


Border color

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

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

This div border color is #351C33.


Opacity

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

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

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

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

This text has shadow with #351C33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #351C33 on black background.


Color preview on white background

This text has color #351C33 on white background.



Black color preview on #351C33 background

This text has black color on #351C33 background.


White color preview on #351C33 background

This text has white color on #351C33 background.