COLOR #350B33

HEX: #350B33
RGB: (53,11,51)

Color info

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

RGB color model

#350B33 color RGB value is (53,11,51).

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

RGB channels and saturation

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

53
11
51

R + G + B ~ 15%. #350B33 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 11 + 51 = 115 (100%)
R 53 of 115 ~ 46.09%
G 11 of 115 ~ 9.57%
B 51 of 115 ~ 44.35%

%46.09
%9.57
%44.35

CMYK color model

#350B33 color CMYK value is (0,79,4,79).

  • cyan value is 0.00%
  • magenta value is 79.25%
  • yellow value is 3.77%
  • key color value is 79.22%
CMYK:
(0,79,4,79)
C0M79Y4K79 
(0%,79%,4%,79%)
(0.00/0.79/0.04/0.79)	

CMYK percentages

%0
%79.25
%3.77
%79.22

Codes

Color #350B33 in popluar color models

350B33
RGB531151
HSL303°65.63%12.55%
HSB/HSV303°79.25%20.78%
CMYK0.00%79.25%3.77%
79.22%

Color #350B33 in popluar number systems.

HEX350B33
Decimal531151
Binary1101011011110011
Octal651363

Shades and tints

Shades of #350B33

#350B33
(53,11,51)
#310A2F
(49,10,47)
#2D092B
(45,9,43)
#290827
(41,8,39)
#250723
(37,7,35)
#21061F
(33,6,31)
#1D051B
(29,5,27)
#190417
(25,4,23)
#150313
(21,3,19)
#11020F
(17,2,15)
#0D010B
(13,1,11)
#000000
(0,0,0)

Tints of #350B33

#350B33
(53,11,51)
#472145
(71,33,69)
#593757
(89,55,87)
#6B4D69
(107,77,105)
#7D637B
(125,99,123)
#8F798D
(143,121,141)
#A18F9F
(161,143,159)
#B3A5B1
(179,165,177)
#C5BBC3
(197,187,195)
#D7D1D5
(215,209,213)
#E9E7E7
(233,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #350B33 color. Also use rgb(53,11,51) instead hex code.

Text Font Color

.myTextColor { color: #350B33; }

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

This text font color is #350B33.


Background Color

.myBgColor { background-color: #350B33; }

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

This div background color is #350B33.


Border color

.myBorderColor { border: 1px solid #350B33; }

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

This div border color is #350B33.


Opacity

.myOpacity80 { color: #350B33; opacity: 0.8; }

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

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

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

This text has shadow with #350B33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #350B33 on black background.


Color preview on white background

This text has color #350B33 on white background.



Black color preview on #350B33 background

This text has black color on #350B33 background.


White color preview on #350B33 background

This text has white color on #350B33 background.