COLOR #352501

HEX: #352501 RGB: (53,37,1)

Color info

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

RGB color model

#352501 color RGB value is (53,37,1).

RGB: (53,37,1) (21%, 15%, 0%)

RGB channels and saturation

R 53 of 255 = 21%
G 37 of 255 = 15%
B 1 of 255 = 0%

53
37
1

R + G + B ~ 12%. #352501 is dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 37 + 1 = 91 (100%)
R 53 of 91 ~ 58.24%
G 37 of 91 ~ 40.66%
B 1 of 91 ~ 1.1'%

%58.24
%40.66

CMYK color model

#352501 color CMYK value is (0,30,98,79).

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

CMYK: (0,30,98,79)
C0M30Y98K79 (0%, 30%, 98%, 79%)
(0.00 / 0.30 / 0.98 / 0.79)

CMYK percentages

%0
%30.19
%98.11
%79.22

Codes

Color #352501 in popluar color models

35 25 01
RGB 53 37 1
HSL 42° 96.30% 10.59%
HSB/HSV 42° 98.11% 20.78%
CMYK 0.00% 30.19% 98.11%
79.22%

Color #352501 in popluar number systems.

HEX 35 25 01
Decimal 53 37 1
Binary 110101 100101 1
Octal 65 45 1

Shades and tints

Shades of #352501

#352501
(53,37,1)
#312201
(49,34,1)
#2D1F01
(45,31,1)
#291C01
(41,28,1)
#251901
(37,25,1)
#211601
(33,22,1)
#1D1301
(29,19,1)
#191001
(25,16,1)
#150D01
(21,13,1)
#110A01
(17,10,1)
#0D0701
(13,7,1)
#000000
(0,0,0)

Tints of #352501

#352501
(53,37,1)
#473818
(71,56,24)
#594B2F
(89,75,47)
#6B5E46
(107,94,70)
#7D715D
(125,113,93)
#8F8474
(143,132,116)
#A1978B
(161,151,139)
#B3AAA2
(179,170,162)
#C5BDB9
(197,189,185)
#D7D0D0
(215,208,208)
#E9E3E7
(233,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #352501; }

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

This text font color is #352501.

Background Color

.myBgColor { background-color: #352501; }

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

This div background color is #352501.

Border color

.myBorderColor { border: 1px solid #352501; }

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

This div border color is #352501.

Opacity

.myOpacity80 { color: #352501; opacity: 0.8; }

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

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

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

This text has shadow with #352501 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #352501.

Preview

Color preview on black background

This text has color #352501 on black background.


Color preview on white background

This text has color #352501 on white background.


Black color preview on #352501 background

This text has black color on #352501 background.


White color preview on #352501 background

This text has white color on #352501 background.


Related colors

Complementary color

Complementary color for #hex is #CADAFE.


I love getcolorcode.com

Triadic colors

1 #013525 and #250135 with #352501 are triadic colors.

2 #012535 and #253501 with #352501 are triadic colors.