COLOR #350B37

HEX: #350B37
RGB: (53,11,55)

Color info

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

RGB color model

#350B37 color RGB value is (53,11,55).

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

RGB channels and saturation

R 53 of 255 = 21%
G 11 of 255 = 4%
B 55 of 255 = 22%

53
11
55

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

Portions of RGB colors in percentages

R + G + B =
53 + 11 + 55 = 119 (100%)
R 53 of 119 ~ 44.54%
G 11 of 119 ~ 9.24%
B 55 of 119 ~ 46.22%

%44.54
%46.22

CMYK color model

#350B37 color CMYK value is (4,80,0,78).

  • cyan value is 3.64%
  • magenta value is 80.00%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK:
(4,80,0,78)
C4M80Y0K78 
(4%,80%,0%,78%)
(0.04/0.80/0.00/0.78)	

CMYK percentages

%3.64
%80
%0
%78.43

Codes

Color #350B37 in popluar color models

350B37
RGB531155
HSL297°66.67%12.94%
HSB/HSV297°80.00%21.57%
CMYK3.64%80.00%0.00%
78.43%

Color #350B37 in popluar number systems.

HEX350B37
Decimal531155
Binary1101011011110111
Octal651367

Shades and tints

Shades of #350B37

#350B37
(53,11,55)
#310A32
(49,10,50)
#2D092D
(45,9,45)
#290828
(41,8,40)
#250723
(37,7,35)
#21061E
(33,6,30)
#1D0519
(29,5,25)
#190414
(25,4,20)
#15030F
(21,3,15)
#11020A
(17,2,10)
#0D0105
(13,1,5)
#000000
(0,0,0)

Tints of #350B37

#350B37
(53,11,55)
#472149
(71,33,73)
#59375B
(89,55,91)
#6B4D6D
(107,77,109)
#7D637F
(125,99,127)
#8F7991
(143,121,145)
#A18FA3
(161,143,163)
#B3A5B5
(179,165,181)
#C5BBC7
(197,187,199)
#D7D1D9
(215,209,217)
#E9E7EB
(233,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #350B37; }

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

This text font color is #350B37.


Background Color

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

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

This div background color is #350B37.


Border color

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

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

This div border color is #350B37.


Opacity

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

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

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

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

This text has shadow with #350B37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #350B37 on black background.


Color preview on white background

This text has color #350B37 on white background.



Black color preview on #350B37 background

This text has black color on #350B37 background.


White color preview on #350B37 background

This text has white color on #350B37 background.