COLOR #350311

HEX: #350311
RGB: (53,3,17)

Color info

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

RGB color model

#350311 color RGB value is (53,3,17).

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

RGB channels and saturation

R 53 of 255 = 21%
G 3 of 255 = 1%
B 17 of 255 = 7%

53
3
17

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

Portions of RGB colors in percentages

R + G + B =
53 + 3 + 17 = 73 (100%)
R 53 of 73 ~ 72.6%
G 3 of 73 ~ 4.11%
B 17 of 73 ~ 23.29%

%72.6
%23.29

CMYK color model

#350311 color CMYK value is (0,94,68,79).

  • cyan value is 0.00%
  • magenta value is 94.34%
  • yellow value is 67.92%
  • key color value is 79.22%
CMYK:
(0,94,68,79)
C0M94Y68K79 
(0%,94%,68%,79%)
(0.00/0.94/0.68/0.79)	

CMYK percentages

%0
%94.34
%67.92
%79.22

Codes

Color #350311 in popluar color models

350311
RGB53317
HSL343°89.29%10.98%
HSB/HSV343°94.34%20.78%
CMYK0.00%94.34%67.92%
79.22%

Color #350311 in popluar number systems.

HEX350311
Decimal53317
Binary1101011110001
Octal65321

Shades and tints

Shades of #350311

#350311
(53,3,17)
#310310
(49,3,16)
#2D030F
(45,3,15)
#29030E
(41,3,14)
#25030D
(37,3,13)
#21030C
(33,3,12)
#1D030B
(29,3,11)
#19030A
(25,3,10)
#150309
(21,3,9)
#110308
(17,3,8)
#0D0307
(13,3,7)
#000000
(0,0,0)

Tints of #350311

#350311
(53,3,17)
#471926
(71,25,38)
#592F3B
(89,47,59)
#6B4550
(107,69,80)
#7D5B65
(125,91,101)
#8F717A
(143,113,122)
#A1878F
(161,135,143)
#B39DA4
(179,157,164)
#C5B3B9
(197,179,185)
#D7C9CE
(215,201,206)
#E9DFE3
(233,223,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #350311; }

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

This text font color is #350311.


Background Color

.myBgColor { background-color: #350311; }

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

This div background color is #350311.


Border color

.myBorderColor { border: 1px solid #350311; }

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

This div border color is #350311.


Opacity

.myOpacity80 { color: #350311; opacity: 0.8; }

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

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

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

This text has shadow with #350311 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #350311 on black background.


Color preview on white background

This text has color #350311 on white background.



Black color preview on #350311 background

This text has black color on #350311 background.


White color preview on #350311 background

This text has white color on #350311 background.