COLOR #35012D

HEX: #35012D RGB: (53,1,45)

Color info

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

RGB color model

#35012D color RGB value is (53,1,45).

RGB: (53,1,45) (21%, 0%, 18%)

RGB channels and saturation

R 53 of 255 = 21%
G 1 of 255 = 0%
B 45 of 255 = 18%

53
1
45

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

Portions of RGB colors in percentages

R + G + B = 53 + 1 + 45 = 99 (100%)
R 53 of 99 ~ 53.54%
G 1 of 99 ~ 1.01%
B 45 of 99 ~ 45.45'%

%53.54
%45.45

CMYK color model

#35012D color CMYK value is (0,98,15,79).

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

CMYK: (0,98,15,79)
C0M98Y15K79 (0%, 98%, 15%, 79%)
(0.00 / 0.98 / 0.15 / 0.79)

CMYK percentages

%0
%98.11
%15.09
%79.22

Codes

Color #35012D in popluar color models

35 01 2D
RGB 53 1 45
HSL 309° 96.30% 10.59%
HSB/HSV 309° 98.11% 20.78%
CMYK 0.00% 98.11% 15.09%
79.22%

Color #35012D in popluar number systems.

HEX 35 01 2D
Decimal 53 1 45
Binary 110101 1 101101
Octal 65 1 55

Shades and tints

Shades of #35012D

#35012D
(53,1,45)
#310129
(49,1,41)
#2D0125
(45,1,37)
#290121
(41,1,33)
#25011D
(37,1,29)
#210119
(33,1,25)
#1D0115
(29,1,21)
#190111
(25,1,17)
#15010D
(21,1,13)
#110109
(17,1,9)
#0D0105
(13,1,5)
#000000
(0,0,0)

Tints of #35012D

#35012D
(53,1,45)
#471840
(71,24,64)
#592F53
(89,47,83)
#6B4666
(107,70,102)
#7D5D79
(125,93,121)
#8F748C
(143,116,140)
#A18B9F
(161,139,159)
#B3A2B2
(179,162,178)
#C5B9C5
(197,185,197)
#D7D0D8
(215,208,216)
#E9E7EB
(233,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #35012D; }

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

This text font color is #35012D.

Background Color

.myBgColor { background-color: #35012D; }

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

This div background color is #35012D.

Border color

.myBorderColor { border: 1px solid #35012D; }

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

This div border color is #35012D.

Opacity

.myOpacity80 { color: #35012D; opacity: 0.8; }

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

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

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

This text has shadow with #35012D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #35012D.

Preview

Color preview on black background

This text has color #35012D on black background.


Color preview on white background

This text has color #35012D on white background.


Black color preview on #35012D background

This text has black color on #35012D background.


White color preview on #35012D background

This text has white color on #35012D background.


Related colors

Complementary color

Complementary color for #hex is #CAFED2.


I love getcolorcode.com

Triadic colors

1 #2D3501 and #012D35 with #35012D are triadic colors.

2 #2D0135 and #01352D with #35012D are triadic colors.