COLOR #35020D

HEX: #35020D RGB: (53,2,13)

Color info

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

RGB color model

#35020D color RGB value is (53,2,13).

RGB: (53,2,13) (21%, 1%, 5%)

RGB channels and saturation

R 53 of 255 = 21%
G 2 of 255 = 1%
B 13 of 255 = 5%

53
2
13

R + G + B ~ 9%. #35020D is dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 2 + 13 = 68 (100%)
R 53 of 68 ~ 77.94%
G 2 of 68 ~ 2.94%
B 13 of 68 ~ 19.12'%

%77.94
%19.12

CMYK color model

#35020D color CMYK value is (0,96,75,79).

  • cyan value is 0.00%
  • magenta value is 96.23%
  • yellow value is 75.47%
  • key color value is 79.22%

CMYK: (0,96,75,79)
C0M96Y75K79 (0%, 96%, 75%, 79%)
(0.00 / 0.96 / 0.75 / 0.79)

CMYK percentages

%0
%96.23
%75.47
%79.22

Codes

Color #35020D in popluar color models

35 02 0D
RGB 53 2 13
HSL 347° 92.73% 10.78%
HSB/HSV 347° 96.23% 20.78%
CMYK 0.00% 96.23% 75.47%
79.22%

Color #35020D in popluar number systems.

HEX 35 02 0D
Decimal 53 2 13
Binary 110101 10 1101
Octal 65 2 15

Shades and tints

Shades of #35020D

#35020D
(53,2,13)
#31020C
(49,2,12)
#2D020B
(45,2,11)
#29020A
(41,2,10)
#250209
(37,2,9)
#210208
(33,2,8)
#1D0207
(29,2,7)
#190206
(25,2,6)
#150205
(21,2,5)
#110204
(17,2,4)
#0D0203
(13,2,3)
#000000
(0,0,0)

Tints of #35020D

#35020D
(53,2,13)
#471923
(71,25,35)
#593039
(89,48,57)
#6B474F
(107,71,79)
#7D5E65
(125,94,101)
#8F757B
(143,117,123)
#A18C91
(161,140,145)
#B3A3A7
(179,163,167)
#C5BABD
(197,186,189)
#D7D1D3
(215,209,211)
#E9E8E9
(233,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35020D color. Also use rgb(53,2,13) instead hex code.

Text Font Color

.myTextColor { color: #35020D; }

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

This text font color is #35020D.

Background Color

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

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

This div background color is #35020D.

Border color

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

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

This div border color is #35020D.

Opacity

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

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

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

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

This text has shadow with #35020D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #35020D.

Preview

Color preview on black background

This text has color #35020D on black background.


Color preview on white background

This text has color #35020D on white background.


Black color preview on #35020D background

This text has black color on #35020D background.


White color preview on #35020D background

This text has white color on #35020D background.


Related colors

Complementary color

Complementary color for #hex is #CAFDF2.


I love getcolorcode.com

Triadic colors

1 #0D3502 and #020D35 with #35020D are triadic colors.

2 #0D0235 and #02350D with #35020D are triadic colors.