COLOR #350C01

HEX: #350C01 RGB: (53,12,1)

Color info

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

RGB color model

#350C01 color RGB value is (53,12,1).

RGB: (53,12,1) (21%, 5%, 0%)

RGB channels and saturation

R 53 of 255 = 21%
G 12 of 255 = 5%
B 1 of 255 = 0%

53
12
1

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

Portions of RGB colors in percentages

R + G + B = 53 + 12 + 1 = 66 (100%)
R 53 of 66 ~ 80.3%
G 12 of 66 ~ 18.18%
B 1 of 66 ~ 1.52'%

%80.3
%18.18

CMYK color model

#350C01 color CMYK value is (0,77,98,79).

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

CMYK: (0,77,98,79)
C0M77Y98K79 (0%, 77%, 98%, 79%)
(0.00 / 0.77 / 0.98 / 0.79)

CMYK percentages

%0
%77.36
%98.11
%79.22

Codes

Color #350C01 in popluar color models

35 0C 01
RGB 53 12 1
HSL 13° 96.30% 10.59%
HSB/HSV 13° 98.11% 20.78%
CMYK 0.00% 77.36% 98.11%
79.22%

Color #350C01 in popluar number systems.

HEX 35 0C 01
Decimal 53 12 1
Binary 110101 1100 1
Octal 65 14 1

Shades and tints

Shades of #350C01

#350C01
(53,12,1)
#310B01
(49,11,1)
#2D0A01
(45,10,1)
#290901
(41,9,1)
#250801
(37,8,1)
#210701
(33,7,1)
#1D0601
(29,6,1)
#190501
(25,5,1)
#150401
(21,4,1)
#110301
(17,3,1)
#0D0201
(13,2,1)
#000000
(0,0,0)

Tints of #350C01

#350C01
(53,12,1)
#472218
(71,34,24)
#59382F
(89,56,47)
#6B4E46
(107,78,70)
#7D645D
(125,100,93)
#8F7A74
(143,122,116)
#A1908B
(161,144,139)
#B3A6A2
(179,166,162)
#C5BCB9
(197,188,185)
#D7D2D0
(215,210,208)
#E9E8E7
(233,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #350C01; }

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

This text font color is #350C01.

Background Color

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

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

This div background color is #350C01.

Border color

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

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

This div border color is #350C01.

Opacity

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

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

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

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

This text has shadow with #350C01 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #350C01.

Preview

Color preview on black background

This text has color #350C01 on black background.


Color preview on white background

This text has color #350C01 on white background.


Black color preview on #350C01 background

This text has black color on #350C01 background.


White color preview on #350C01 background

This text has white color on #350C01 background.


Related colors

Complementary color

Complementary color for #hex is #CAF3FE.


I love getcolorcode.com

Triadic colors

1 #01350C and #0C0135 with #350C01 are triadic colors.

2 #010C35 and #0C3501 with #350C01 are triadic colors.