COLOR #350E1F

HEX: #350E1F
RGB: (53,14,31)

Color info

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

RGB color model

#350E1F color RGB value is (53,14,31).

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

RGB channels and saturation

R 53 of 255 = 21%
G 14 of 255 = 5%
B 31 of 255 = 12%

53
14
31

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

Portions of RGB colors in percentages

R + G + B =
53 + 14 + 31 = 98 (100%)
R 53 of 98 ~ 54.08%
G 14 of 98 ~ 14.29%
B 31 of 98 ~ 31.63%

%54.08
%14.29
%31.63

CMYK color model

#350E1F color CMYK value is (0,74,42,79).

  • cyan value is 0.00%
  • magenta value is 73.58%
  • yellow value is 41.51%
  • key color value is 79.22%
CMYK:
(0,74,42,79)
C0M74Y42K79 
(0%,74%,42%,79%)
(0.00/0.74/0.42/0.79)	

CMYK percentages

%0
%73.58
%41.51
%79.22

Codes

Color #350E1F in popluar color models

350E1F
RGB531431
HSL334°58.21%13.14%
HSB/HSV334°73.58%20.78%
CMYK0.00%73.58%41.51%
79.22%

Color #350E1F in popluar number systems.

HEX350E1F
Decimal531431
Binary110101111011111
Octal651637

Shades and tints

Shades of #350E1F

#350E1F
(53,14,31)
#310D1D
(49,13,29)
#2D0C1B
(45,12,27)
#290B19
(41,11,25)
#250A17
(37,10,23)
#210915
(33,9,21)
#1D0813
(29,8,19)
#190711
(25,7,17)
#15060F
(21,6,15)
#11050D
(17,5,13)
#0D040B
(13,4,11)
#000000
(0,0,0)

Tints of #350E1F

#350E1F
(53,14,31)
#472333
(71,35,51)
#593847
(89,56,71)
#6B4D5B
(107,77,91)
#7D626F
(125,98,111)
#8F7783
(143,119,131)
#A18C97
(161,140,151)
#B3A1AB
(179,161,171)
#C5B6BF
(197,182,191)
#D7CBD3
(215,203,211)
#E9E0E7
(233,224,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #350E1F color. Also use rgb(53,14,31) instead hex code.

Text Font Color

.myTextColor { color: #350E1F; }

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

This text font color is #350E1F.


Background Color

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

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

This div background color is #350E1F.


Border color

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

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

This div border color is #350E1F.


Opacity

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

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

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

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

This text has shadow with #350E1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #350E1F on black background.


Color preview on white background

This text has color #350E1F on white background.



Black color preview on #350E1F background

This text has black color on #350E1F background.


White color preview on #350E1F background

This text has white color on #350E1F background.