COLOR #351C03

HEX: #351C03 RGB: (53,28,3)

Color info

#351C03 contains red, green and blue colors in about the same proportion. Web safe color of #351C03 is #333300 (or #330).

RGB color model

#351C03 color RGB value is (53,28,3).

RGB: (53,28,3) (21%, 11%, 1%)

RGB channels and saturation

R 53 of 255 = 21%
G 28 of 255 = 11%
B 3 of 255 = 1%

53
28
3

R + G + B ~ 11%. #351C03 is dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 28 + 3 = 84 (100%)
R 53 of 84 ~ 63.1%
G 28 of 84 ~ 33.33%
B 3 of 84 ~ 3.57'%

%63.1
%33.33

CMYK color model

#351C03 color CMYK value is (0,47,94,79).

  • cyan value is 0.00%
  • magenta value is 47.17%
  • yellow value is 94.34%
  • key color value is 79.22%

CMYK: (0,47,94,79)
C0M47Y94K79 (0%, 47%, 94%, 79%)
(0.00 / 0.47 / 0.94 / 0.79)

CMYK percentages

%0
%47.17
%94.34
%79.22

Codes

Color #351C03 in popluar color models

35 1C 03
RGB 53 28 3
HSL 30° 89.29% 10.98%
HSB/HSV 30° 94.34% 20.78%
CMYK 0.00% 47.17% 94.34%
79.22%

Color #351C03 in popluar number systems.

HEX 35 1C 03
Decimal 53 28 3
Binary 110101 11100 11
Octal 65 34 3

Shades and tints

Shades of #351C03

#351C03
(53,28,3)
#311A03
(49,26,3)
#2D1803
(45,24,3)
#291603
(41,22,3)
#251403
(37,20,3)
#211203
(33,18,3)
#1D1003
(29,16,3)
#190E03
(25,14,3)
#150C03
(21,12,3)
#110A03
(17,10,3)
#0D0803
(13,8,3)
#000000
(0,0,0)

Tints of #351C03

#351C03
(53,28,3)
#473019
(71,48,25)
#59442F
(89,68,47)
#6B5845
(107,88,69)
#7D6C5B
(125,108,91)
#8F8071
(143,128,113)
#A19487
(161,148,135)
#B3A89D
(179,168,157)
#C5BCB3
(197,188,179)
#D7D0C9
(215,208,201)
#E9E4DF
(233,228,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #351C03 color. Also use rgb(53,28,3) instead hex code.

Text Font Color

.myTextColor { color: #351C03; }

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

This text font color is #351C03.

Background Color

.myBgColor { background-color: #351C03; }

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

This div background color is #351C03.

Border color

.myBorderColor { border: 1px solid #351C03; }

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

This div border color is #351C03.

Opacity

.myOpacity80 { color: #351C03; opacity: 0.8; }

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

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

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

This text has shadow with #351C03 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #351C03.

Preview

Color preview on black background

This text has color #351C03 on black background.


Color preview on white background

This text has color #351C03 on white background.


Black color preview on #351C03 background

This text has black color on #351C03 background.


White color preview on #351C03 background

This text has white color on #351C03 background.


Related colors

Complementary color

Complementary color for #hex is #CAE3FC.


I love getcolorcode.com

Triadic colors

1 #03351C and #1C0335 with #351C03 are triadic colors.

2 #031C35 and #1C3503 with #351C03 are triadic colors.