COLOR #350F09

HEX: #350F09
RGB: (53,15,9)

Color info

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

RGB color model

#350F09 color RGB value is (53,15,9).

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

RGB channels and saturation

R 53 of 255 = 21%
G 15 of 255 = 6%
B 9 of 255 = 4%

53
15
9

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

Portions of RGB colors in percentages

R + G + B =
53 + 15 + 9 = 77 (100%)
R 53 of 77 ~ 68.83%
G 15 of 77 ~ 19.48%
B 9 of 77 ~ 11.69%

%68.83
%19.48
%11.69

CMYK color model

#350F09 color CMYK value is (0,72,83,79).

  • cyan value is 0.00%
  • magenta value is 71.70%
  • yellow value is 83.02%
  • key color value is 79.22%
CMYK:
(0,72,83,79)
C0M72Y83K79 
(0%,72%,83%,79%)
(0.00/0.72/0.83/0.79)	

CMYK percentages

%0
%71.7
%83.02
%79.22

Codes

Color #350F09 in popluar color models

350F09
RGB53159
HSL70.97%12.16%
HSB/HSV83.02%20.78%
CMYK0.00%71.70%83.02%
79.22%

Color #350F09 in popluar number systems.

HEX350F09
Decimal53159
Binary11010111111001
Octal651711

Shades and tints

Shades of #350F09

#350F09
(53,15,9)
#310E09
(49,14,9)
#2D0D09
(45,13,9)
#290C09
(41,12,9)
#250B09
(37,11,9)
#210A09
(33,10,9)
#1D0909
(29,9,9)
#190809
(25,8,9)
#150709
(21,7,9)
#110609
(17,6,9)
#0D0509
(13,5,9)
#000000
(0,0,0)

Tints of #350F09

#350F09
(53,15,9)
#47241F
(71,36,31)
#593935
(89,57,53)
#6B4E4B
(107,78,75)
#7D6361
(125,99,97)
#8F7877
(143,120,119)
#A18D8D
(161,141,141)
#B3A2A3
(179,162,163)
#C5B7B9
(197,183,185)
#D7CCCF
(215,204,207)
#E9E1E5
(233,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #350F09; }

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

This text font color is #350F09.


Background Color

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

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

This div background color is #350F09.


Border color

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

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

This div border color is #350F09.


Opacity

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

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

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

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

This text has shadow with #350F09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #350F09 on black background.


Color preview on white background

This text has color #350F09 on white background.



Black color preview on #350F09 background

This text has black color on #350F09 background.


White color preview on #350F09 background

This text has white color on #350F09 background.