COLOR #351815

HEX: #351815
RGB: (53,24,21)

Color info

#351815 contains red, green and blue colors in about the same proportion. Web safe color of #351815 is #330000 (or #300).

RGB color model

#351815 color RGB value is (53,24,21).

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

RGB channels and saturation

R 53 of 255 = 21%
G 24 of 255 = 9%
B 21 of 255 = 8%

53
24
21

R + G + B ~ 13%. #351815 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 24 + 21 = 98 (100%)
R 53 of 98 ~ 54.08%
G 24 of 98 ~ 24.49%
B 21 of 98 ~ 21.43%

%54.08
%24.49
%21.43

CMYK color model

#351815 color CMYK value is (0,55,60,79).

  • cyan value is 0.00%
  • magenta value is 54.72%
  • yellow value is 60.38%
  • key color value is 79.22%
CMYK:
(0,55,60,79)
C0M55Y60K79 
(0%,55%,60%,79%)
(0.00/0.55/0.60/0.79)	

CMYK percentages

%0
%54.72
%60.38
%79.22

Codes

Color #351815 in popluar color models

351815
RGB532421
HSL43.24%14.51%
HSB/HSV60.38%20.78%
CMYK0.00%54.72%60.38%
79.22%

Color #351815 in popluar number systems.

HEX351815
Decimal532421
Binary1101011100010101
Octal653025

Shades and tints

Shades of #351815

#351815
(53,24,21)
#311614
(49,22,20)
#2D1413
(45,20,19)
#291212
(41,18,18)
#251011
(37,16,17)
#210E10
(33,14,16)
#1D0C0F
(29,12,15)
#190A0E
(25,10,14)
#15080D
(21,8,13)
#11060C
(17,6,12)
#0D040B
(13,4,11)
#000000
(0,0,0)

Tints of #351815

#351815
(53,24,21)
#472D2A
(71,45,42)
#59423F
(89,66,63)
#6B5754
(107,87,84)
#7D6C69
(125,108,105)
#8F817E
(143,129,126)
#A19693
(161,150,147)
#B3ABA8
(179,171,168)
#C5C0BD
(197,192,189)
#D7D5D2
(215,213,210)
#E9EAE7
(233,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #351815; }

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

This text font color is #351815.


Background Color

.myBgColor { background-color: #351815; }

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

This div background color is #351815.


Border color

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

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

This div border color is #351815.


Opacity

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

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

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

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

This text has shadow with #351815 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #351815 on black background.


Color preview on white background

This text has color #351815 on white background.



Black color preview on #351815 background

This text has black color on #351815 background.


White color preview on #351815 background

This text has white color on #351815 background.