COLOR #350E1A

HEX: #350E1A
RGB: (53,14,26)

Color info

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

RGB color model

#350E1A color RGB value is (53,14,26).

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

RGB channels and saturation

R 53 of 255 = 21%
G 14 of 255 = 5%
B 26 of 255 = 10%

53
14
26

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

Portions of RGB colors in percentages

R + G + B =
53 + 14 + 26 = 93 (100%)
R 53 of 93 ~ 56.99%
G 14 of 93 ~ 15.05%
B 26 of 93 ~ 27.96%

%56.99
%15.05
%27.96

CMYK color model

#350E1A color CMYK value is (0,74,51,79).

  • cyan value is 0.00%
  • magenta value is 73.58%
  • yellow value is 50.94%
  • key color value is 79.22%
CMYK:
(0,74,51,79)
C0M74Y51K79 
(0%,74%,51%,79%)
(0.00/0.74/0.51/0.79)	

CMYK percentages

%0
%73.58
%50.94
%79.22

Codes

Color #350E1A in popluar color models

350E1A
RGB531426
HSL342°58.21%13.14%
HSB/HSV342°73.58%20.78%
CMYK0.00%73.58%50.94%
79.22%

Color #350E1A in popluar number systems.

HEX350E1A
Decimal531426
Binary110101111011010
Octal651632

Shades and tints

Shades of #350E1A

#350E1A
(53,14,26)
#310D18
(49,13,24)
#2D0C16
(45,12,22)
#290B14
(41,11,20)
#250A12
(37,10,18)
#210910
(33,9,16)
#1D080E
(29,8,14)
#19070C
(25,7,12)
#15060A
(21,6,10)
#110508
(17,5,8)
#0D0406
(13,4,6)
#000000
(0,0,0)

Tints of #350E1A

#350E1A
(53,14,26)
#47232E
(71,35,46)
#593842
(89,56,66)
#6B4D56
(107,77,86)
#7D626A
(125,98,106)
#8F777E
(143,119,126)
#A18C92
(161,140,146)
#B3A1A6
(179,161,166)
#C5B6BA
(197,182,186)
#D7CBCE
(215,203,206)
#E9E0E2
(233,224,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #350E1A; }

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

This text font color is #350E1A.


Background Color

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

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

This div background color is #350E1A.


Border color

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

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

This div border color is #350E1A.


Opacity

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

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

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

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

This text has shadow with #350E1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #350E1A on black background.


Color preview on white background

This text has color #350E1A on white background.



Black color preview on #350E1A background

This text has black color on #350E1A background.


White color preview on #350E1A background

This text has white color on #350E1A background.