COLOR #351E09

HEX: #351E09
RGB: (53,30,9)

Color info

#351E09 contains red, green and blue colors in about the same proportion. Web safe color of #351E09 is #333300 (or #330).

RGB color model

#351E09 color RGB value is (53,30,9).

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

RGB channels and saturation

R 53 of 255 = 21%
G 30 of 255 = 12%
B 9 of 255 = 4%

53
30
9

R + G + B ~ 12%. #351E09 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 30 + 9 = 92 (100%)
R 53 of 92 ~ 57.61%
G 30 of 92 ~ 32.61%
B 9 of 92 ~ 9.78%

%57.61
%32.61
%9.78

CMYK color model

#351E09 color CMYK value is (0,43,83,79).

  • cyan value is 0.00%
  • magenta value is 43.40%
  • yellow value is 83.02%
  • key color value is 79.22%
CMYK:
(0,43,83,79)
C0M43Y83K79 
(0%,43%,83%,79%)
(0.00/0.43/0.83/0.79)	

CMYK percentages

%0
%43.4
%83.02
%79.22

Codes

Color #351E09 in popluar color models

351E09
RGB53309
HSL29°70.97%12.16%
HSB/HSV29°83.02%20.78%
CMYK0.00%43.40%83.02%
79.22%

Color #351E09 in popluar number systems.

HEX351E09
Decimal53309
Binary110101111101001
Octal653611

Shades and tints

Shades of #351E09

#351E09
(53,30,9)
#311C09
(49,28,9)
#2D1A09
(45,26,9)
#291809
(41,24,9)
#251609
(37,22,9)
#211409
(33,20,9)
#1D1209
(29,18,9)
#191009
(25,16,9)
#150E09
(21,14,9)
#110C09
(17,12,9)
#0D0A09
(13,10,9)
#000000
(0,0,0)

Tints of #351E09

#351E09
(53,30,9)
#47321F
(71,50,31)
#594635
(89,70,53)
#6B5A4B
(107,90,75)
#7D6E61
(125,110,97)
#8F8277
(143,130,119)
#A1968D
(161,150,141)
#B3AAA3
(179,170,163)
#C5BEB9
(197,190,185)
#D7D2CF
(215,210,207)
#E9E6E5
(233,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #351E09 color. Also use rgb(53,30,9) instead hex code.

Text Font Color

.myTextColor { color: #351E09; }

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

This text font color is #351E09.


Background Color

.myBgColor { background-color: #351E09; }

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

This div background color is #351E09.


Border color

.myBorderColor { border: 1px solid #351E09; }

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

This div border color is #351E09.


Opacity

.myOpacity80 { color: #351E09; opacity: 0.8; }

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

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

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

This text has shadow with #351E09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #351E09 on black background.


Color preview on white background

This text has color #351E09 on white background.



Black color preview on #351E09 background

This text has black color on #351E09 background.


White color preview on #351E09 background

This text has white color on #351E09 background.