COLOR #350D35

HEX: #350D35
RGB: (53,13,53)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

53
13
53

R + G + B ~ 16%. #350D35 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 13 + 53 = 119 (100%)
R 53 of 119 ~ 44.54%
G 13 of 119 ~ 10.92%
B 53 of 119 ~ 44.54%

%44.54
%10.92
%44.54

CMYK color model

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

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

CMYK percentages

%0
%75.47
%0
%79.22

Codes

Color #350D35 in popluar color models

350D35
RGB531353
HSL300°60.61%12.94%
HSB/HSV300°75.47%20.78%
CMYK0.00%75.47%0.00%
79.22%

Color #350D35 in popluar number systems.

HEX350D35
Decimal531353
Binary1101011101110101
Octal651565

Shades and tints

Shades of #350D35

#350D35
(53,13,53)
#310C31
(49,12,49)
#2D0B2D
(45,11,45)
#290A29
(41,10,41)
#250925
(37,9,37)
#210821
(33,8,33)
#1D071D
(29,7,29)
#190619
(25,6,25)
#150515
(21,5,21)
#110411
(17,4,17)
#0D030D
(13,3,13)
#000000
(0,0,0)

Tints of #350D35

#350D35
(53,13,53)
#472347
(71,35,71)
#593959
(89,57,89)
#6B4F6B
(107,79,107)
#7D657D
(125,101,125)
#8F7B8F
(143,123,143)
#A191A1
(161,145,161)
#B3A7B3
(179,167,179)
#C5BDC5
(197,189,197)
#D7D3D7
(215,211,215)
#E9E9E9
(233,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #350D35; }

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

This text font color is #350D35.


Background Color

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

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

This div background color is #350D35.


Border color

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

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

This div border color is #350D35.


Opacity

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

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

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

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

This text has shadow with #350D35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #350D35 on black background.


Color preview on white background

This text has color #350D35 on white background.



Black color preview on #350D35 background

This text has black color on #350D35 background.


White color preview on #350D35 background

This text has white color on #350D35 background.