COLOR #351437

HEX: #351437
RGB: (53,20,55)

Color info

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

RGB color model

#351437 color RGB value is (53,20,55).

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

RGB channels and saturation

R 53 of 255 = 21%
G 20 of 255 = 8%
B 55 of 255 = 22%

53
20
55

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

Portions of RGB colors in percentages

R + G + B =
53 + 20 + 55 = 128 (100%)
R 53 of 128 ~ 41.41%
G 20 of 128 ~ 15.63%
B 55 of 128 ~ 42.97%

%41.41
%15.63
%42.97

CMYK color model

#351437 color CMYK value is (4,64,0,78).

  • cyan value is 3.64%
  • magenta value is 63.64%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK:
(4,64,0,78)
C4M64Y0K78 
(4%,64%,0%,78%)
(0.04/0.64/0.00/0.78)	

CMYK percentages

%3.64
%63.64
%0
%78.43

Codes

Color #351437 in popluar color models

351437
RGB532055
HSL297°46.67%14.71%
HSB/HSV297°63.64%21.57%
CMYK3.64%63.64%0.00%
78.43%

Color #351437 in popluar number systems.

HEX351437
Decimal532055
Binary11010110100110111
Octal652467

Shades and tints

Shades of #351437

#351437
(53,20,55)
#311332
(49,19,50)
#2D122D
(45,18,45)
#291128
(41,17,40)
#251023
(37,16,35)
#210F1E
(33,15,30)
#1D0E19
(29,14,25)
#190D14
(25,13,20)
#150C0F
(21,12,15)
#110B0A
(17,11,10)
#0D0A05
(13,10,5)
#000000
(0,0,0)

Tints of #351437

#351437
(53,20,55)
#472949
(71,41,73)
#593E5B
(89,62,91)
#6B536D
(107,83,109)
#7D687F
(125,104,127)
#8F7D91
(143,125,145)
#A192A3
(161,146,163)
#B3A7B5
(179,167,181)
#C5BCC7
(197,188,199)
#D7D1D9
(215,209,217)
#E9E6EB
(233,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #351437; }

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

This text font color is #351437.


Background Color

.myBgColor { background-color: #351437; }

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

This div background color is #351437.


Border color

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

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

This div border color is #351437.


Opacity

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

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

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

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

This text has shadow with #351437 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #351437 on black background.


Color preview on white background

This text has color #351437 on white background.



Black color preview on #351437 background

This text has black color on #351437 background.


White color preview on #351437 background

This text has white color on #351437 background.