COLOR #351827

HEX: #351827
RGB: (53,24,39)

Color info

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

RGB color model

#351827 color RGB value is (53,24,39).

  • red value is 53;
  • green value is 24;
  • blue value is 39.
RGB:
(53,24,39)
(21%,9%,15%)

RGB channels and saturation

R 53 of 255 = 21%
G 24 of 255 = 9%
B 39 of 255 = 15%

53
24
39

R + G + B ~ 15%. #351827 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 24 + 39 = 116 (100%)
R 53 of 116 ~ 45.69%
G 24 of 116 ~ 20.69%
B 39 of 116 ~ 33.62%

%45.69
%20.69
%33.62

CMYK color model

#351827 color CMYK value is (0,55,26,79).

  • cyan value is 0.00%
  • magenta value is 54.72%
  • yellow value is 26.42%
  • key color value is 79.22%
CMYK:
(0,55,26,79)
C0M55Y26K79 
(0%,55%,26%,79%)
(0.00/0.55/0.26/0.79)	

CMYK percentages

%0
%54.72
%26.42
%79.22

Codes

Color #351827 in popluar color models

351827
RGB532439
HSL329°37.66%15.10%
HSB/HSV329°54.72%20.78%
CMYK0.00%54.72%26.42%
79.22%

Color #351827 in popluar number systems.

HEX351827
Decimal532439
Binary11010111000100111
Octal653047

Shades and tints

Shades of #351827

#351827
(53,24,39)
#311624
(49,22,36)
#2D1421
(45,20,33)
#29121E
(41,18,30)
#25101B
(37,16,27)
#210E18
(33,14,24)
#1D0C15
(29,12,21)
#190A12
(25,10,18)
#15080F
(21,8,15)
#11060C
(17,6,12)
#0D0409
(13,4,9)
#000000
(0,0,0)

Tints of #351827

#351827
(53,24,39)
#472D3A
(71,45,58)
#59424D
(89,66,77)
#6B5760
(107,87,96)
#7D6C73
(125,108,115)
#8F8186
(143,129,134)
#A19699
(161,150,153)
#B3ABAC
(179,171,172)
#C5C0BF
(197,192,191)
#D7D5D2
(215,213,210)
#E9EAE5
(233,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #351827 color. Also use rgb(53,24,39) instead hex code.

Text Font Color

.myTextColor { color: #351827; }

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

This text font color is #351827.


Background Color

.myBgColor { background-color: #351827; }

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

This div background color is #351827.


Border color

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

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

This div border color is #351827.


Opacity

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

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

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

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

This text has shadow with #351827 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #351827 on black background.


Color preview on white background

This text has color #351827 on white background.



Black color preview on #351827 background

This text has black color on #351827 background.


White color preview on #351827 background

This text has white color on #351827 background.