COLOR #350119

HEX: #350119 RGB: (53,1,25)

Color info

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

RGB color model

#350119 color RGB value is (53,1,25).

RGB: (53,1,25) (21%, 0%, 10%)

RGB channels and saturation

R 53 of 255 = 21%
G 1 of 255 = 0%
B 25 of 255 = 10%

53
1
25

R + G + B ~ 10%. #350119 is dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 1 + 25 = 79 (100%)
R 53 of 79 ~ 67.09%
G 1 of 79 ~ 1.27%
B 25 of 79 ~ 31.65'%

%67.09
%31.65

CMYK color model

#350119 color CMYK value is (0,98,53,79).

  • cyan value is 0.00%
  • magenta value is 98.11%
  • yellow value is 52.83%
  • key color value is 79.22%

CMYK: (0,98,53,79)
C0M98Y53K79 (0%, 98%, 53%, 79%)
(0.00 / 0.98 / 0.53 / 0.79)

CMYK percentages

%0
%98.11
%52.83
%79.22

Codes

Color #350119 in popluar color models

35 01 19
RGB 53 1 25
HSL 332° 96.30% 10.59%
HSB/HSV 332° 98.11% 20.78%
CMYK 0.00% 98.11% 52.83%
79.22%

Color #350119 in popluar number systems.

HEX 35 01 19
Decimal 53 1 25
Binary 110101 1 11001
Octal 65 1 31

Shades and tints

Shades of #350119

#350119
(53,1,25)
#310117
(49,1,23)
#2D0115
(45,1,21)
#290113
(41,1,19)
#250111
(37,1,17)
#21010F
(33,1,15)
#1D010D
(29,1,13)
#19010B
(25,1,11)
#150109
(21,1,9)
#110107
(17,1,7)
#0D0105
(13,1,5)
#000000
(0,0,0)

Tints of #350119

#350119
(53,1,25)
#47182D
(71,24,45)
#592F41
(89,47,65)
#6B4655
(107,70,85)
#7D5D69
(125,93,105)
#8F747D
(143,116,125)
#A18B91
(161,139,145)
#B3A2A5
(179,162,165)
#C5B9B9
(197,185,185)
#D7D0CD
(215,208,205)
#E9E7E1
(233,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #350119; }

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

This text font color is #350119.

Background Color

.myBgColor { background-color: #350119; }

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

This div background color is #350119.

Border color

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

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

This div border color is #350119.

Opacity

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

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

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

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

This text has shadow with #350119 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #350119.

Preview

Color preview on black background

This text has color #350119 on black background.


Color preview on white background

This text has color #350119 on white background.


Black color preview on #350119 background

This text has black color on #350119 background.


White color preview on #350119 background

This text has white color on #350119 background.


Related colors

Complementary color

Complementary color for #hex is #CAFEE6.


I love getcolorcode.com

Triadic colors

1 #193501 and #011935 with #350119 are triadic colors.

2 #190135 and #013519 with #350119 are triadic colors.