COLOR #350C41

HEX: #350C41
RGB: (53,12,65)

Color info

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

RGB color model

#350C41 color RGB value is (53,12,65).

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

RGB channels and saturation

R 53 of 255 = 21%
G 12 of 255 = 5%
B 65 of 255 = 25%

53
12
65

R + G + B ~ 17%. #350C41 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 12 + 65 = 130 (100%)
R 53 of 130 ~ 40.77%
G 12 of 130 ~ 9.23%
B 65 of 130 ~ 50%

%40.77
%50

CMYK color model

#350C41 color CMYK value is (18,82,0,75).

  • cyan value is 18.46%
  • magenta value is 81.54%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(18,82,0,75)
C18M82Y0K75 
(18%,82%,0%,75%)
(0.18/0.82/0.00/0.75)	

CMYK percentages

%18.46
%81.54
%0
%74.51

Codes

Color #350C41 in popluar color models

350C41
RGB531265
HSL286°68.83%15.10%
HSB/HSV286°81.54%25.49%
CMYK18.46%81.54%0.00%
74.51%

Color #350C41 in popluar number systems.

HEX350C41
Decimal531265
Binary11010111001000001
Octal6514101

Shades and tints

Shades of #350C41

#350C41
(53,12,65)
#310B3C
(49,11,60)
#2D0A37
(45,10,55)
#290932
(41,9,50)
#25082D
(37,8,45)
#210728
(33,7,40)
#1D0623
(29,6,35)
#19051E
(25,5,30)
#150419
(21,4,25)
#110314
(17,3,20)
#0D020F
(13,2,15)
#000000
(0,0,0)

Tints of #350C41

#350C41
(53,12,65)
#472252
(71,34,82)
#593863
(89,56,99)
#6B4E74
(107,78,116)
#7D6485
(125,100,133)
#8F7A96
(143,122,150)
#A190A7
(161,144,167)
#B3A6B8
(179,166,184)
#C5BCC9
(197,188,201)
#D7D2DA
(215,210,218)
#E9E8EB
(233,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #350C41; }

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

This text font color is #350C41.


Background Color

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

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

This div background color is #350C41.


Border color

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

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

This div border color is #350C41.


Opacity

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

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

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

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

This text has shadow with #350C41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #350C41 on black background.


Color preview on white background

This text has color #350C41 on white background.



Black color preview on #350C41 background

This text has black color on #350C41 background.


White color preview on #350C41 background

This text has white color on #350C41 background.