COLOR #351C08

HEX: #351C08
RGB: (53,28,8)

Color info

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

RGB color model

#351C08 color RGB value is (53,28,8).

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

RGB channels and saturation

R 53 of 255 = 21%
G 28 of 255 = 11%
B 8 of 255 = 3%

53
28
8

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

Portions of RGB colors in percentages

R + G + B =
53 + 28 + 8 = 89 (100%)
R 53 of 89 ~ 59.55%
G 28 of 89 ~ 31.46%
B 8 of 89 ~ 8.99%

%59.55
%31.46

CMYK color model

#351C08 color CMYK value is (0,47,85,79).

  • cyan value is 0.00%
  • magenta value is 47.17%
  • yellow value is 84.91%
  • key color value is 79.22%
CMYK:
(0,47,85,79)
C0M47Y85K79 
(0%,47%,85%,79%)
(0.00/0.47/0.85/0.79)	

CMYK percentages

%0
%47.17
%84.91
%79.22

Codes

Color #351C08 in popluar color models

351C08
RGB53288
HSL27°73.77%11.96%
HSB/HSV27°84.91%20.78%
CMYK0.00%47.17%84.91%
79.22%

Color #351C08 in popluar number systems.

HEX351C08
Decimal53288
Binary110101111001000
Octal653410

Shades and tints

Shades of #351C08

#351C08
(53,28,8)
#311A08
(49,26,8)
#2D1808
(45,24,8)
#291608
(41,22,8)
#251408
(37,20,8)
#211208
(33,18,8)
#1D1008
(29,16,8)
#190E08
(25,14,8)
#150C08
(21,12,8)
#110A08
(17,10,8)
#0D0808
(13,8,8)
#000000
(0,0,0)

Tints of #351C08

#351C08
(53,28,8)
#47301E
(71,48,30)
#594434
(89,68,52)
#6B584A
(107,88,74)
#7D6C60
(125,108,96)
#8F8076
(143,128,118)
#A1948C
(161,148,140)
#B3A8A2
(179,168,162)
#C5BCB8
(197,188,184)
#D7D0CE
(215,208,206)
#E9E4E4
(233,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #351C08 color. Also use rgb(53,28,8) instead hex code.

Text Font Color

.myTextColor { color: #351C08; }

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

This text font color is #351C08.


Background Color

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

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

This div background color is #351C08.


Border color

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

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

This div border color is #351C08.


Opacity

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

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

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

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

This text has shadow with #351C08 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #351C08 on black background.


Color preview on white background

This text has color #351C08 on white background.



Black color preview on #351C08 background

This text has black color on #351C08 background.


White color preview on #351C08 background

This text has white color on #351C08 background.