COLOR #35191E

HEX: #35191E
RGB: (53,25,30)

Color info

#35191E contains red, green and blue colors in about the same proportion. Web safe color of #35191E is #330033 (or #303).

RGB color model

#35191E color RGB value is (53,25,30).

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

RGB channels and saturation

R 53 of 255 = 21%
G 25 of 255 = 10%
B 30 of 255 = 12%

53
25
30

R + G + B ~ 14%. #35191E is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 25 + 30 = 108 (100%)
R 53 of 108 ~ 49.07%
G 25 of 108 ~ 23.15%
B 30 of 108 ~ 27.78%

%49.07
%23.15
%27.78

CMYK color model

#35191E color CMYK value is (0,53,43,79).

  • cyan value is 0.00%
  • magenta value is 52.83%
  • yellow value is 43.40%
  • key color value is 79.22%
CMYK:
(0,53,43,79)
C0M53Y43K79 
(0%,53%,43%,79%)
(0.00/0.53/0.43/0.79)	

CMYK percentages

%0
%52.83
%43.4
%79.22

Codes

Color #35191E in popluar color models

35191E
RGB532530
HSL349°35.90%15.29%
HSB/HSV349°52.83%20.78%
CMYK0.00%52.83%43.40%
79.22%

Color #35191E in popluar number systems.

HEX35191E
Decimal532530
Binary1101011100111110
Octal653136

Shades and tints

Shades of #35191E

#35191E
(53,25,30)
#31171C
(49,23,28)
#2D151A
(45,21,26)
#291318
(41,19,24)
#251116
(37,17,22)
#210F14
(33,15,20)
#1D0D12
(29,13,18)
#190B10
(25,11,16)
#15090E
(21,9,14)
#11070C
(17,7,12)
#0D050A
(13,5,10)
#000000
(0,0,0)

Tints of #35191E

#35191E
(53,25,30)
#472D32
(71,45,50)
#594146
(89,65,70)
#6B555A
(107,85,90)
#7D696E
(125,105,110)
#8F7D82
(143,125,130)
#A19196
(161,145,150)
#B3A5AA
(179,165,170)
#C5B9BE
(197,185,190)
#D7CDD2
(215,205,210)
#E9E1E6
(233,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #35191E; }

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

This text font color is #35191E.


Background Color

.myBgColor { background-color: #35191E; }

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

This div background color is #35191E.


Border color

.myBorderColor { border: 1px solid #35191E; }

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

This div border color is #35191E.


Opacity

.myOpacity80 { color: #35191E; opacity: 0.8; }

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

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

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

This text has shadow with #35191E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35191E on black background.


Color preview on white background

This text has color #35191E on white background.



Black color preview on #35191E background

This text has black color on #35191E background.


White color preview on #35191E background

This text has white color on #35191E background.