COLOR #351339

HEX: #351339
RGB: (53,19,57)

Color info

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

RGB color model

#351339 color RGB value is (53,19,57).

  • red value is 53;
  • green value is 19;
  • blue value is 57.
RGB:
(53,19,57)
(21%,7%,22%)

RGB channels and saturation

R 53 of 255 = 21%
G 19 of 255 = 7%
B 57 of 255 = 22%

53
19
57

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

Portions of RGB colors in percentages

R + G + B =
53 + 19 + 57 = 129 (100%)
R 53 of 129 ~ 41.09%
G 19 of 129 ~ 14.73%
B 57 of 129 ~ 44.19%

%41.09
%14.73
%44.19

CMYK color model

#351339 color CMYK value is (7,67,0,78).

  • cyan value is 7.02%
  • magenta value is 66.67%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(7,67,0,78)
C7M67Y0K78 
(7%,67%,0%,78%)
(0.07/0.67/0.00/0.78)	

CMYK percentages

%7.02
%66.67
%0
%77.65

Codes

Color #351339 in popluar color models

351339
RGB531957
HSL294°50.00%14.90%
HSB/HSV294°66.67%22.35%
CMYK7.02%66.67%0.00%
77.65%

Color #351339 in popluar number systems.

HEX351339
Decimal531957
Binary11010110011111001
Octal652371

Shades and tints

Shades of #351339

#351339
(53,19,57)
#311234
(49,18,52)
#2D112F
(45,17,47)
#29102A
(41,16,42)
#250F25
(37,15,37)
#210E20
(33,14,32)
#1D0D1B
(29,13,27)
#190C16
(25,12,22)
#150B11
(21,11,17)
#110A0C
(17,10,12)
#0D0907
(13,9,7)
#000000
(0,0,0)

Tints of #351339

#351339
(53,19,57)
#47284B
(71,40,75)
#593D5D
(89,61,93)
#6B526F
(107,82,111)
#7D6781
(125,103,129)
#8F7C93
(143,124,147)
#A191A5
(161,145,165)
#B3A6B7
(179,166,183)
#C5BBC9
(197,187,201)
#D7D0DB
(215,208,219)
#E9E5ED
(233,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #351339 color. Also use rgb(53,19,57) instead hex code.

Text Font Color

.myTextColor { color: #351339; }

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

This text font color is #351339.


Background Color

.myBgColor { background-color: #351339; }

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

This div background color is #351339.


Border color

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

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

This div border color is #351339.


Opacity

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

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

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

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

This text has shadow with #351339 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #351339 on black background.


Color preview on white background

This text has color #351339 on white background.



Black color preview on #351339 background

This text has black color on #351339 background.


White color preview on #351339 background

This text has white color on #351339 background.