COLOR #351F3C

HEX: #351F3C
RGB: (53,31,60)

Color info

#351F3C contains red, green and blue colors in about the same proportion. Web safe color of #351F3C is #333333 (or #333).

RGB color model

#351F3C color RGB value is (53,31,60).

  • red value is 53;
  • green value is 31;
  • blue value is 60.
RGB:
(53,31,60)
(21%,12%,24%)

RGB channels and saturation

R 53 of 255 = 21%
G 31 of 255 = 12%
B 60 of 255 = 24%

53
31
60

R + G + B ~ 19%. #351F3C is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 31 + 60 = 144 (100%)
R 53 of 144 ~ 36.81%
G 31 of 144 ~ 21.53%
B 60 of 144 ~ 41.67%

%36.81
%21.53
%41.67

CMYK color model

#351F3C color CMYK value is (12,48,0,76).

  • cyan value is 11.67%
  • magenta value is 48.33%
  • yellow value is 0.00%
  • key color value is 76.47%
CMYK:
(12,48,0,76)
C12M48Y0K76 
(12%,48%,0%,76%)
(0.12/0.48/0.00/0.76)	

CMYK percentages

%11.67
%48.33
%0
%76.47

Codes

Color #351F3C in popluar color models

351F3C
RGB533160
HSL286°31.87%17.84%
HSB/HSV286°48.33%23.53%
CMYK11.67%48.33%0.00%
76.47%

Color #351F3C in popluar number systems.

HEX351F3C
Decimal533160
Binary11010111111111100
Octal653774

Shades and tints

Shades of #351F3C

#351F3C
(53,31,60)
#311D37
(49,29,55)
#2D1B32
(45,27,50)
#29192D
(41,25,45)
#251728
(37,23,40)
#211523
(33,21,35)
#1D131E
(29,19,30)
#191119
(25,17,25)
#150F14
(21,15,20)
#110D0F
(17,13,15)
#0D0B0A
(13,11,10)
#000000
(0,0,0)

Tints of #351F3C

#351F3C
(53,31,60)
#47334D
(71,51,77)
#59475E
(89,71,94)
#6B5B6F
(107,91,111)
#7D6F80
(125,111,128)
#8F8391
(143,131,145)
#A197A2
(161,151,162)
#B3ABB3
(179,171,179)
#C5BFC4
(197,191,196)
#D7D3D5
(215,211,213)
#E9E7E6
(233,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #351F3C color. Also use rgb(53,31,60) instead hex code.

Text Font Color

.myTextColor { color: #351F3C; }

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

This text font color is #351F3C.


Background Color

.myBgColor { background-color: #351F3C; }

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

This div background color is #351F3C.


Border color

.myBorderColor { border: 1px solid #351F3C; }

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

This div border color is #351F3C.


Opacity

.myOpacity80 { color: #351F3C; opacity: 0.8; }

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

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

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

This text has shadow with #351F3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #351F3C on black background.


Color preview on white background

This text has color #351F3C on white background.



Black color preview on #351F3C background

This text has black color on #351F3C background.


White color preview on #351F3C background

This text has white color on #351F3C background.