COLOR #351142

HEX: #351142
RGB: (53,17,66)

Color info

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

RGB color model

#351142 color RGB value is (53,17,66).

  • red value is 53;
  • green value is 17;
  • blue value is 66.
RGB:
(53,17,66)
(21%,7%,26%)

RGB channels and saturation

R 53 of 255 = 21%
G 17 of 255 = 7%
B 66 of 255 = 26%

53
17
66

R + G + B ~ 18%. #351142 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 17 + 66 = 136 (100%)
R 53 of 136 ~ 38.97%
G 17 of 136 ~ 12.5%
B 66 of 136 ~ 48.53%

%38.97
%12.5
%48.53

CMYK color model

#351142 color CMYK value is (20,74,0,74).

  • cyan value is 19.70%
  • magenta value is 74.24%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(20,74,0,74)
C20M74Y0K74 
(20%,74%,0%,74%)
(0.20/0.74/0.00/0.74)	

CMYK percentages

%19.7
%74.24
%0
%74.12

Codes

Color #351142 in popluar color models

351142
RGB531766
HSL284°59.04%16.27%
HSB/HSV284°74.24%25.88%
CMYK19.70%74.24%0.00%
74.12%

Color #351142 in popluar number systems.

HEX351142
Decimal531766
Binary110101100011000010
Octal6521102

Shades and tints

Shades of #351142

#351142
(53,17,66)
#31103C
(49,16,60)
#2D0F36
(45,15,54)
#290E30
(41,14,48)
#250D2A
(37,13,42)
#210C24
(33,12,36)
#1D0B1E
(29,11,30)
#190A18
(25,10,24)
#150912
(21,9,18)
#11080C
(17,8,12)
#0D0706
(13,7,6)
#000000
(0,0,0)

Tints of #351142

#351142
(53,17,66)
#472653
(71,38,83)
#593B64
(89,59,100)
#6B5075
(107,80,117)
#7D6586
(125,101,134)
#8F7A97
(143,122,151)
#A18FA8
(161,143,168)
#B3A4B9
(179,164,185)
#C5B9CA
(197,185,202)
#D7CEDB
(215,206,219)
#E9E3EC
(233,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #351142 color. Also use rgb(53,17,66) instead hex code.

Text Font Color

.myTextColor { color: #351142; }

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

This text font color is #351142.


Background Color

.myBgColor { background-color: #351142; }

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

This div background color is #351142.


Border color

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

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

This div border color is #351142.


Opacity

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

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

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

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

This text has shadow with #351142 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #351142 on black background.


Color preview on white background

This text has color #351142 on white background.



Black color preview on #351142 background

This text has black color on #351142 background.


White color preview on #351142 background

This text has white color on #351142 background.