COLOR #350D33

HEX: #350D33
RGB: (53,13,51)

Color info

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

RGB color model

#350D33 color RGB value is (53,13,51).

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

RGB channels and saturation

R 53 of 255 = 21%
G 13 of 255 = 5%
B 51 of 255 = 20%

53
13
51

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

Portions of RGB colors in percentages

R + G + B =
53 + 13 + 51 = 117 (100%)
R 53 of 117 ~ 45.3%
G 13 of 117 ~ 11.11%
B 51 of 117 ~ 43.59%

%45.3
%11.11
%43.59

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 75.47%
  • yellow value is 3.77%
  • key color value is 79.22%
CMYK:
(0,75,4,79)
C0M75Y4K79 
(0%,75%,4%,79%)
(0.00/0.75/0.04/0.79)	

CMYK percentages

%0
%75.47
%3.77
%79.22

Codes

Color #350D33 in popluar color models

350D33
RGB531351
HSL303°60.61%12.94%
HSB/HSV303°75.47%20.78%
CMYK0.00%75.47%3.77%
79.22%

Color #350D33 in popluar number systems.

HEX350D33
Decimal531351
Binary1101011101110011
Octal651563

Shades and tints

Shades of #350D33

#350D33
(53,13,51)
#310C2F
(49,12,47)
#2D0B2B
(45,11,43)
#290A27
(41,10,39)
#250923
(37,9,35)
#21081F
(33,8,31)
#1D071B
(29,7,27)
#190617
(25,6,23)
#150513
(21,5,19)
#11040F
(17,4,15)
#0D030B
(13,3,11)
#000000
(0,0,0)

Tints of #350D33

#350D33
(53,13,51)
#472345
(71,35,69)
#593957
(89,57,87)
#6B4F69
(107,79,105)
#7D657B
(125,101,123)
#8F7B8D
(143,123,141)
#A1919F
(161,145,159)
#B3A7B1
(179,167,177)
#C5BDC3
(197,189,195)
#D7D3D5
(215,211,213)
#E9E9E7
(233,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #350D33; }

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

This text font color is #350D33.


Background Color

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

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

This div background color is #350D33.


Border color

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

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

This div border color is #350D33.


Opacity

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

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

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

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

This text has shadow with #350D33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #350D33 on black background.


Color preview on white background

This text has color #350D33 on white background.



Black color preview on #350D33 background

This text has black color on #350D33 background.


White color preview on #350D33 background

This text has white color on #350D33 background.