COLOR #350B10

HEX: #350B10
RGB: (53,11,16)

Color info

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

RGB color model

#350B10 color RGB value is (53,11,16).

  • red value is 53;
  • green value is 11;
  • blue value is 16.
RGB:
(53,11,16)
(21%,4%,6%)

RGB channels and saturation

R 53 of 255 = 21%
G 11 of 255 = 4%
B 16 of 255 = 6%

53
11
16

R + G + B ~ 10%. #350B10 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 11 + 16 = 80 (100%)
R 53 of 80 ~ 66.25%
G 11 of 80 ~ 13.75%
B 16 of 80 ~ 20%

%66.25
%13.75
%20

CMYK color model

#350B10 color CMYK value is (0,79,70,79).

  • cyan value is 0.00%
  • magenta value is 79.25%
  • yellow value is 69.81%
  • key color value is 79.22%
CMYK:
(0,79,70,79)
C0M79Y70K79 
(0%,79%,70%,79%)
(0.00/0.79/0.70/0.79)	

CMYK percentages

%0
%79.25
%69.81
%79.22

Codes

Color #350B10 in popluar color models

350B10
RGB531116
HSL353°65.63%12.55%
HSB/HSV353°79.25%20.78%
CMYK0.00%79.25%69.81%
79.22%

Color #350B10 in popluar number systems.

HEX350B10
Decimal531116
Binary110101101110000
Octal651320

Shades and tints

Shades of #350B10

#350B10
(53,11,16)
#310A0F
(49,10,15)
#2D090E
(45,9,14)
#29080D
(41,8,13)
#25070C
(37,7,12)
#21060B
(33,6,11)
#1D050A
(29,5,10)
#190409
(25,4,9)
#150308
(21,3,8)
#110207
(17,2,7)
#0D0106
(13,1,6)
#000000
(0,0,0)

Tints of #350B10

#350B10
(53,11,16)
#472125
(71,33,37)
#59373A
(89,55,58)
#6B4D4F
(107,77,79)
#7D6364
(125,99,100)
#8F7979
(143,121,121)
#A18F8E
(161,143,142)
#B3A5A3
(179,165,163)
#C5BBB8
(197,187,184)
#D7D1CD
(215,209,205)
#E9E7E2
(233,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #350B10 color. Also use rgb(53,11,16) instead hex code.

Text Font Color

.myTextColor { color: #350B10; }

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

This text font color is #350B10.


Background Color

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

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

This div background color is #350B10.


Border color

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

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

This div border color is #350B10.


Opacity

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

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

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

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

This text has shadow with #350B10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #350B10 on black background.


Color preview on white background

This text has color #350B10 on white background.



Black color preview on #350B10 background

This text has black color on #350B10 background.


White color preview on #350B10 background

This text has white color on #350B10 background.