COLOR #351136

HEX: #351136
RGB: (53,17,54)

Color info

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

RGB color model

#351136 color RGB value is (53,17,54).

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

RGB channels and saturation

R 53 of 255 = 21%
G 17 of 255 = 7%
B 54 of 255 = 21%

53
17
54

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

Portions of RGB colors in percentages

R + G + B =
53 + 17 + 54 = 124 (100%)
R 53 of 124 ~ 42.74%
G 17 of 124 ~ 13.71%
B 54 of 124 ~ 43.55%

%42.74
%13.71
%43.55

CMYK color model

#351136 color CMYK value is (2,69,0,79).

  • cyan value is 1.85%
  • magenta value is 68.52%
  • yellow value is 0.00%
  • key color value is 78.82%
CMYK:
(2,69,0,79)
C2M69Y0K79 
(2%,69%,0%,79%)
(0.02/0.69/0.00/0.79)	

CMYK percentages

%1.85
%68.52
%0
%78.82

Codes

Color #351136 in popluar color models

351136
RGB531754
HSL298°52.11%13.92%
HSB/HSV298°68.52%21.18%
CMYK1.85%68.52%0.00%
78.82%

Color #351136 in popluar number systems.

HEX351136
Decimal531754
Binary11010110001110110
Octal652166

Shades and tints

Shades of #351136

#351136
(53,17,54)
#311032
(49,16,50)
#2D0F2E
(45,15,46)
#290E2A
(41,14,42)
#250D26
(37,13,38)
#210C22
(33,12,34)
#1D0B1E
(29,11,30)
#190A1A
(25,10,26)
#150916
(21,9,22)
#110812
(17,8,18)
#0D070E
(13,7,14)
#000000
(0,0,0)

Tints of #351136

#351136
(53,17,54)
#472648
(71,38,72)
#593B5A
(89,59,90)
#6B506C
(107,80,108)
#7D657E
(125,101,126)
#8F7A90
(143,122,144)
#A18FA2
(161,143,162)
#B3A4B4
(179,164,180)
#C5B9C6
(197,185,198)
#D7CED8
(215,206,216)
#E9E3EA
(233,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #351136; }

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

This text font color is #351136.


Background Color

.myBgColor { background-color: #351136; }

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

This div background color is #351136.


Border color

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

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

This div border color is #351136.


Opacity

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

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

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

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

This text has shadow with #351136 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #351136 on black background.


Color preview on white background

This text has color #351136 on white background.



Black color preview on #351136 background

This text has black color on #351136 background.


White color preview on #351136 background

This text has white color on #351136 background.