COLOR #351319

HEX: #351319
RGB: (53,19,25)

Color info

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

RGB color model

#351319 color RGB value is (53,19,25).

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

RGB channels and saturation

R 53 of 255 = 21%
G 19 of 255 = 7%
B 25 of 255 = 10%

53
19
25

R + G + B ~ 13%. #351319 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 19 + 25 = 97 (100%)
R 53 of 97 ~ 54.64%
G 19 of 97 ~ 19.59%
B 25 of 97 ~ 25.77%

%54.64
%19.59
%25.77

CMYK color model

#351319 color CMYK value is (0,64,53,79).

  • cyan value is 0.00%
  • magenta value is 64.15%
  • yellow value is 52.83%
  • key color value is 79.22%
CMYK:
(0,64,53,79)
C0M64Y53K79 
(0%,64%,53%,79%)
(0.00/0.64/0.53/0.79)	

CMYK percentages

%0
%64.15
%52.83
%79.22

Codes

Color #351319 in popluar color models

351319
RGB531925
HSL349°47.22%14.12%
HSB/HSV349°64.15%20.78%
CMYK0.00%64.15%52.83%
79.22%

Color #351319 in popluar number systems.

HEX351319
Decimal531925
Binary1101011001111001
Octal652331

Shades and tints

Shades of #351319

#351319
(53,19,25)
#311217
(49,18,23)
#2D1115
(45,17,21)
#291013
(41,16,19)
#250F11
(37,15,17)
#210E0F
(33,14,15)
#1D0D0D
(29,13,13)
#190C0B
(25,12,11)
#150B09
(21,11,9)
#110A07
(17,10,7)
#0D0905
(13,9,5)
#000000
(0,0,0)

Tints of #351319

#351319
(53,19,25)
#47282D
(71,40,45)
#593D41
(89,61,65)
#6B5255
(107,82,85)
#7D6769
(125,103,105)
#8F7C7D
(143,124,125)
#A19191
(161,145,145)
#B3A6A5
(179,166,165)
#C5BBB9
(197,187,185)
#D7D0CD
(215,208,205)
#E9E5E1
(233,229,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #351319; }

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

This text font color is #351319.


Background Color

.myBgColor { background-color: #351319; }

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

This div background color is #351319.


Border color

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

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

This div border color is #351319.


Opacity

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

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

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

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

This text has shadow with #351319 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #351319 on black background.


Color preview on white background

This text has color #351319 on white background.



Black color preview on #351319 background

This text has black color on #351319 background.


White color preview on #351319 background

This text has white color on #351319 background.