COLOR #350D1C

HEX: #350D1C
RGB: (53,13,28)

Color info

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

RGB color model

#350D1C color RGB value is (53,13,28).

  • red value is 53;
  • green value is 13;
  • blue value is 28.
RGB:
(53,13,28)
(21%,5%,11%)

RGB channels and saturation

R 53 of 255 = 21%
G 13 of 255 = 5%
B 28 of 255 = 11%

53
13
28

R + G + B ~ 12%. #350D1C is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 13 + 28 = 94 (100%)
R 53 of 94 ~ 56.38%
G 13 of 94 ~ 13.83%
B 28 of 94 ~ 29.79%

%56.38
%13.83
%29.79

CMYK color model

#350D1C color CMYK value is (0,75,47,79).

  • cyan value is 0.00%
  • magenta value is 75.47%
  • yellow value is 47.17%
  • key color value is 79.22%
CMYK:
(0,75,47,79)
C0M75Y47K79 
(0%,75%,47%,79%)
(0.00/0.75/0.47/0.79)	

CMYK percentages

%0
%75.47
%47.17
%79.22

Codes

Color #350D1C in popluar color models

350D1C
RGB531328
HSL338°60.61%12.94%
HSB/HSV338°75.47%20.78%
CMYK0.00%75.47%47.17%
79.22%

Color #350D1C in popluar number systems.

HEX350D1C
Decimal531328
Binary110101110111100
Octal651534

Shades and tints

Shades of #350D1C

#350D1C
(53,13,28)
#310C1A
(49,12,26)
#2D0B18
(45,11,24)
#290A16
(41,10,22)
#250914
(37,9,20)
#210812
(33,8,18)
#1D0710
(29,7,16)
#19060E
(25,6,14)
#15050C
(21,5,12)
#11040A
(17,4,10)
#0D0308
(13,3,8)
#000000
(0,0,0)

Tints of #350D1C

#350D1C
(53,13,28)
#472330
(71,35,48)
#593944
(89,57,68)
#6B4F58
(107,79,88)
#7D656C
(125,101,108)
#8F7B80
(143,123,128)
#A19194
(161,145,148)
#B3A7A8
(179,167,168)
#C5BDBC
(197,189,188)
#D7D3D0
(215,211,208)
#E9E9E4
(233,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #350D1C color. Also use rgb(53,13,28) instead hex code.

Text Font Color

.myTextColor { color: #350D1C; }

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

This text font color is #350D1C.


Background Color

.myBgColor { background-color: #350D1C; }

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

This div background color is #350D1C.


Border color

.myBorderColor { border: 1px solid #350D1C; }

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

This div border color is #350D1C.


Opacity

.myOpacity80 { color: #350D1C; opacity: 0.8; }

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

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

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

This text has shadow with #350D1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #350D1C on black background.


Color preview on white background

This text has color #350D1C on white background.



Black color preview on #350D1C background

This text has black color on #350D1C background.


White color preview on #350D1C background

This text has white color on #350D1C background.