COLOR #351B28

HEX: #351B28
RGB: (53,27,40)

Color info

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

RGB color model

#351B28 color RGB value is (53,27,40).

  • red value is 53;
  • green value is 27;
  • blue value is 40.
RGB:
(53,27,40)
(21%,11%,16%)

RGB channels and saturation

R 53 of 255 = 21%
G 27 of 255 = 11%
B 40 of 255 = 16%

53
27
40

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

Portions of RGB colors in percentages

R + G + B =
53 + 27 + 40 = 120 (100%)
R 53 of 120 ~ 44.17%
G 27 of 120 ~ 22.5%
B 40 of 120 ~ 33.33%

%44.17
%22.5
%33.33

CMYK color model

#351B28 color CMYK value is (0,49,25,79).

  • cyan value is 0.00%
  • magenta value is 49.06%
  • yellow value is 24.53%
  • key color value is 79.22%
CMYK:
(0,49,25,79)
C0M49Y25K79 
(0%,49%,25%,79%)
(0.00/0.49/0.25/0.79)	

CMYK percentages

%0
%49.06
%24.53
%79.22

Codes

Color #351B28 in popluar color models

351B28
RGB532740
HSL330°32.50%15.69%
HSB/HSV330°49.06%20.78%
CMYK0.00%49.06%24.53%
79.22%

Color #351B28 in popluar number systems.

HEX351B28
Decimal532740
Binary11010111011101000
Octal653350

Shades and tints

Shades of #351B28

#351B28
(53,27,40)
#311925
(49,25,37)
#2D1722
(45,23,34)
#29151F
(41,21,31)
#25131C
(37,19,28)
#211119
(33,17,25)
#1D0F16
(29,15,22)
#190D13
(25,13,19)
#150B10
(21,11,16)
#11090D
(17,9,13)
#0D070A
(13,7,10)
#000000
(0,0,0)

Tints of #351B28

#351B28
(53,27,40)
#472F3B
(71,47,59)
#59434E
(89,67,78)
#6B5761
(107,87,97)
#7D6B74
(125,107,116)
#8F7F87
(143,127,135)
#A1939A
(161,147,154)
#B3A7AD
(179,167,173)
#C5BBC0
(197,187,192)
#D7CFD3
(215,207,211)
#E9E3E6
(233,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #351B28 color. Also use rgb(53,27,40) instead hex code.

Text Font Color

.myTextColor { color: #351B28; }

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

This text font color is #351B28.


Background Color

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

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

This div background color is #351B28.


Border color

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

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

This div border color is #351B28.


Opacity

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

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

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

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

This text has shadow with #351B28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #351B28 on black background.


Color preview on white background

This text has color #351B28 on white background.



Black color preview on #351B28 background

This text has black color on #351B28 background.


White color preview on #351B28 background

This text has white color on #351B28 background.