COLOR #351D07

HEX: #351D07
RGB: (53,29,7)

Color info

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

RGB color model

#351D07 color RGB value is (53,29,7).

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

RGB channels and saturation

R 53 of 255 = 21%
G 29 of 255 = 11%
B 7 of 255 = 3%

53
29
7

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

Portions of RGB colors in percentages

R + G + B =
53 + 29 + 7 = 89 (100%)
R 53 of 89 ~ 59.55%
G 29 of 89 ~ 32.58%
B 7 of 89 ~ 7.87%

%59.55
%32.58

CMYK color model

#351D07 color CMYK value is (0,45,87,79).

  • cyan value is 0.00%
  • magenta value is 45.28%
  • yellow value is 86.79%
  • key color value is 79.22%
CMYK:
(0,45,87,79)
C0M45Y87K79 
(0%,45%,87%,79%)
(0.00/0.45/0.87/0.79)	

CMYK percentages

%0
%45.28
%86.79
%79.22

Codes

Color #351D07 in popluar color models

351D07
RGB53297
HSL29°76.67%11.76%
HSB/HSV29°86.79%20.78%
CMYK0.00%45.28%86.79%
79.22%

Color #351D07 in popluar number systems.

HEX351D07
Decimal53297
Binary11010111101111
Octal65357

Shades and tints

Shades of #351D07

#351D07
(53,29,7)
#311B07
(49,27,7)
#2D1907
(45,25,7)
#291707
(41,23,7)
#251507
(37,21,7)
#211307
(33,19,7)
#1D1107
(29,17,7)
#190F07
(25,15,7)
#150D07
(21,13,7)
#110B07
(17,11,7)
#0D0907
(13,9,7)
#000000
(0,0,0)

Tints of #351D07

#351D07
(53,29,7)
#47311D
(71,49,29)
#594533
(89,69,51)
#6B5949
(107,89,73)
#7D6D5F
(125,109,95)
#8F8175
(143,129,117)
#A1958B
(161,149,139)
#B3A9A1
(179,169,161)
#C5BDB7
(197,189,183)
#D7D1CD
(215,209,205)
#E9E5E3
(233,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #351D07 color. Also use rgb(53,29,7) instead hex code.

Text Font Color

.myTextColor { color: #351D07; }

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

This text font color is #351D07.


Background Color

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

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

This div background color is #351D07.


Border color

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

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

This div border color is #351D07.


Opacity

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

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

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

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

This text has shadow with #351D07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #351D07 on black background.


Color preview on white background

This text has color #351D07 on white background.



Black color preview on #351D07 background

This text has black color on #351D07 background.


White color preview on #351D07 background

This text has white color on #351D07 background.