COLOR #350F11

HEX: #350F11
RGB: (53,15,17)

Color info

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

RGB color model

#350F11 color RGB value is (53,15,17).

  • red value is 53;
  • green value is 15;
  • blue value is 17.
RGB:
(53,15,17)
(21%,6%,7%)

RGB channels and saturation

R 53 of 255 = 21%
G 15 of 255 = 6%
B 17 of 255 = 7%

53
15
17

R + G + B ~ 11%. #350F11 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 15 + 17 = 85 (100%)
R 53 of 85 ~ 62.35%
G 15 of 85 ~ 17.65%
B 17 of 85 ~ 20%

%62.35
%17.65
%20

CMYK color model

#350F11 color CMYK value is (0,72,68,79).

  • cyan value is 0.00%
  • magenta value is 71.70%
  • yellow value is 67.92%
  • key color value is 79.22%
CMYK:
(0,72,68,79)
C0M72Y68K79 
(0%,72%,68%,79%)
(0.00/0.72/0.68/0.79)	

CMYK percentages

%0
%71.7
%67.92
%79.22

Codes

Color #350F11 in popluar color models

350F11
RGB531517
HSL357°55.88%13.33%
HSB/HSV357°71.70%20.78%
CMYK0.00%71.70%67.92%
79.22%

Color #350F11 in popluar number systems.

HEX350F11
Decimal531517
Binary110101111110001
Octal651721

Shades and tints

Shades of #350F11

#350F11
(53,15,17)
#310E10
(49,14,16)
#2D0D0F
(45,13,15)
#290C0E
(41,12,14)
#250B0D
(37,11,13)
#210A0C
(33,10,12)
#1D090B
(29,9,11)
#19080A
(25,8,10)
#150709
(21,7,9)
#110608
(17,6,8)
#0D0507
(13,5,7)
#000000
(0,0,0)

Tints of #350F11

#350F11
(53,15,17)
#472426
(71,36,38)
#59393B
(89,57,59)
#6B4E50
(107,78,80)
#7D6365
(125,99,101)
#8F787A
(143,120,122)
#A18D8F
(161,141,143)
#B3A2A4
(179,162,164)
#C5B7B9
(197,183,185)
#D7CCCE
(215,204,206)
#E9E1E3
(233,225,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #350F11 color. Also use rgb(53,15,17) instead hex code.

Text Font Color

.myTextColor { color: #350F11; }

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

This text font color is #350F11.


Background Color

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

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

This div background color is #350F11.


Border color

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

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

This div border color is #350F11.


Opacity

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

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

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

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

This text has shadow with #350F11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #350F11 on black background.


Color preview on white background

This text has color #350F11 on white background.



Black color preview on #350F11 background

This text has black color on #350F11 background.


White color preview on #350F11 background

This text has white color on #350F11 background.