COLOR #350D02

HEX: #350D02 RGB: (53,13,2)

Color info

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

RGB color model

#350D02 color RGB value is (53,13,2).

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

RGB channels and saturation

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

53
13
2

R + G + B ~ 9%. #350D02 is dark color.

Portions of RGB colors in percentages

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

%77.94
%19.12

CMYK color model

#350D02 color CMYK value is (0,75,96,79).

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

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

CMYK percentages

%0
%75.47
%96.23
%79.22

Codes

Color #350D02 in popluar color models

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

Color #350D02 in popluar number systems.

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

Shades and tints

Shades of #350D02

#350D02
(53,13,2)
#310C02
(49,12,2)
#2D0B02
(45,11,2)
#290A02
(41,10,2)
#250902
(37,9,2)
#210802
(33,8,2)
#1D0702
(29,7,2)
#190602
(25,6,2)
#150502
(21,5,2)
#110402
(17,4,2)
#0D0302
(13,3,2)
#000000
(0,0,0)

Tints of #350D02

#350D02
(53,13,2)
#472319
(71,35,25)
#593930
(89,57,48)
#6B4F47
(107,79,71)
#7D655E
(125,101,94)
#8F7B75
(143,123,117)
#A1918C
(161,145,140)
#B3A7A3
(179,167,163)
#C5BDBA
(197,189,186)
#D7D3D1
(215,211,209)
#E9E9E8
(233,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #350D02; }

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

This text font color is #350D02.

Background Color

.myBgColor { background-color: #350D02; }

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

This div background color is #350D02.

Border color

.myBorderColor { border: 1px solid #350D02; }

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

This div border color is #350D02.

Opacity

.myOpacity80 { color: #350D02; opacity: 0.8; }

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

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

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

This text has shadow with #350D02 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #350D02.

Preview

Color preview on black background

This text has color #350D02 on black background.


Color preview on white background

This text has color #350D02 on white background.


Black color preview on #350D02 background

This text has black color on #350D02 background.


White color preview on #350D02 background

This text has white color on #350D02 background.


Related colors

Complementary color

Complementary color for #hex is #CAF2FD.


I love getcolorcode.com

Triadic colors

1 #02350D and #0D0235 with #350D02 are triadic colors.

2 #020D35 and #0D3502 with #350D02 are triadic colors.