COLOR #351312

HEX: #351312
RGB: (53,19,18)

Color info

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

RGB color model

#351312 color RGB value is (53,19,18).

  • red value is 53;
  • green value is 19;
  • blue value is 18.
RGB:
(53,19,18)
(21%,7%,7%)

RGB channels and saturation

R 53 of 255 = 21%
G 19 of 255 = 7%
B 18 of 255 = 7%

53
19
18

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

Portions of RGB colors in percentages

R + G + B =
53 + 19 + 18 = 90 (100%)
R 53 of 90 ~ 58.89%
G 19 of 90 ~ 21.11%
B 18 of 90 ~ 20%

%58.89
%21.11
%20

CMYK color model

#351312 color CMYK value is (0,64,66,79).

  • cyan value is 0.00%
  • magenta value is 64.15%
  • yellow value is 66.04%
  • key color value is 79.22%
CMYK:
(0,64,66,79)
C0M64Y66K79 
(0%,64%,66%,79%)
(0.00/0.64/0.66/0.79)	

CMYK percentages

%0
%64.15
%66.04
%79.22

Codes

Color #351312 in popluar color models

351312
RGB531918
HSL49.30%13.92%
HSB/HSV66.04%20.78%
CMYK0.00%64.15%66.04%
79.22%

Color #351312 in popluar number systems.

HEX351312
Decimal531918
Binary1101011001110010
Octal652322

Shades and tints

Shades of #351312

#351312
(53,19,18)
#311211
(49,18,17)
#2D1110
(45,17,16)
#29100F
(41,16,15)
#250F0E
(37,15,14)
#210E0D
(33,14,13)
#1D0D0C
(29,13,12)
#190C0B
(25,12,11)
#150B0A
(21,11,10)
#110A09
(17,10,9)
#0D0908
(13,9,8)
#000000
(0,0,0)

Tints of #351312

#351312
(53,19,18)
#472827
(71,40,39)
#593D3C
(89,61,60)
#6B5251
(107,82,81)
#7D6766
(125,103,102)
#8F7C7B
(143,124,123)
#A19190
(161,145,144)
#B3A6A5
(179,166,165)
#C5BBBA
(197,187,186)
#D7D0CF
(215,208,207)
#E9E5E4
(233,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #351312 color. Also use rgb(53,19,18) instead hex code.

Text Font Color

.myTextColor { color: #351312; }

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

This text font color is #351312.


Background Color

.myBgColor { background-color: #351312; }

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

This div background color is #351312.


Border color

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

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

This div border color is #351312.


Opacity

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

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

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

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

This text has shadow with #351312 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #351312 on black background.


Color preview on white background

This text has color #351312 on white background.



Black color preview on #351312 background

This text has black color on #351312 background.


White color preview on #351312 background

This text has white color on #351312 background.