COLOR #351040

HEX: #351040
RGB: (53,16,64)

Color info

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

RGB color model

#351040 color RGB value is (53,16,64).

  • red value is 53;
  • green value is 16;
  • blue value is 64.
RGB:
(53,16,64)
(21%,6%,25%)

RGB channels and saturation

R 53 of 255 = 21%
G 16 of 255 = 6%
B 64 of 255 = 25%

53
16
64

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

Portions of RGB colors in percentages

R + G + B =
53 + 16 + 64 = 133 (100%)
R 53 of 133 ~ 39.85%
G 16 of 133 ~ 12.03%
B 64 of 133 ~ 48.12%

%39.85
%12.03
%48.12

CMYK color model

#351040 color CMYK value is (17,75,0,75).

  • cyan value is 17.19%
  • magenta value is 75.00%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(17,75,0,75)
C17M75Y0K75 
(17%,75%,0%,75%)
(0.17/0.75/0.00/0.75)	

CMYK percentages

%17.19
%75
%0
%74.9

Codes

Color #351040 in popluar color models

351040
RGB531664
HSL286°60.00%15.69%
HSB/HSV286°75.00%25.10%
CMYK17.19%75.00%0.00%
74.90%

Color #351040 in popluar number systems.

HEX351040
Decimal531664
Binary110101100001000000
Octal6520100

Shades and tints

Shades of #351040

#351040
(53,16,64)
#310F3B
(49,15,59)
#2D0E36
(45,14,54)
#290D31
(41,13,49)
#250C2C
(37,12,44)
#210B27
(33,11,39)
#1D0A22
(29,10,34)
#19091D
(25,9,29)
#150818
(21,8,24)
#110713
(17,7,19)
#0D060E
(13,6,14)
#000000
(0,0,0)

Tints of #351040

#351040
(53,16,64)
#472551
(71,37,81)
#593A62
(89,58,98)
#6B4F73
(107,79,115)
#7D6484
(125,100,132)
#8F7995
(143,121,149)
#A18EA6
(161,142,166)
#B3A3B7
(179,163,183)
#C5B8C8
(197,184,200)
#D7CDD9
(215,205,217)
#E9E2EA
(233,226,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #351040 color. Also use rgb(53,16,64) instead hex code.

Text Font Color

.myTextColor { color: #351040; }

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

This text font color is #351040.


Background Color

.myBgColor { background-color: #351040; }

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

This div background color is #351040.


Border color

.myBorderColor { border: 1px solid #351040; }

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

This div border color is #351040.


Opacity

.myOpacity80 { color: #351040; opacity: 0.8; }

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

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

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

This text has shadow with #351040 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #351040 on black background.


Color preview on white background

This text has color #351040 on white background.



Black color preview on #351040 background

This text has black color on #351040 background.


White color preview on #351040 background

This text has white color on #351040 background.