COLOR #353301

HEX: #353301
RGB: (53,51,1)

Color info

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

RGB color model

#353301 color RGB value is (53,51,1).

  • red value is 53;
  • green value is 51;
  • blue value is 1.
RGB:
(53,51,1)
(21%,20%,0%)

RGB channels and saturation

R 53 of 255 = 21%
G 51 of 255 = 20%
B 1 of 255 = 0%

53
51
1

R + G + B ~ 14%. #353301 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 51 + 1 = 105 (100%)
R 53 of 105 ~ 50.48%
G 51 of 105 ~ 48.57%
B 1 of 105 ~ 0.95%

%50.48
%48.57

CMYK color model

#353301 color CMYK value is (0,4,98,79).

  • cyan value is 0.00%
  • magenta value is 3.77%
  • yellow value is 98.11%
  • key color value is 79.22%
CMYK:
(0,4,98,79)
C0M4Y98K79 
(0%,4%,98%,79%)
(0.00/0.04/0.98/0.79)	

CMYK percentages

%0
%3.77
%98.11
%79.22

Codes

Color #353301 in popluar color models

353301
RGB53511
HSL58°96.30%10.59%
HSB/HSV58°98.11%20.78%
CMYK0.00%3.77%98.11%
79.22%

Color #353301 in popluar number systems.

HEX353301
Decimal53511
Binary1101011100111
Octal65631

Shades and tints

Shades of #353301

#353301
(53,51,1)
#312F01
(49,47,1)
#2D2B01
(45,43,1)
#292701
(41,39,1)
#252301
(37,35,1)
#211F01
(33,31,1)
#1D1B01
(29,27,1)
#191701
(25,23,1)
#151301
(21,19,1)
#110F01
(17,15,1)
#0D0B01
(13,11,1)
#000000
(0,0,0)

Tints of #353301

#353301
(53,51,1)
#474518
(71,69,24)
#59572F
(89,87,47)
#6B6946
(107,105,70)
#7D7B5D
(125,123,93)
#8F8D74
(143,141,116)
#A19F8B
(161,159,139)
#B3B1A2
(179,177,162)
#C5C3B9
(197,195,185)
#D7D5D0
(215,213,208)
#E9E7E7
(233,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #353301; }

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

This text font color is #353301.


Background Color

.myBgColor { background-color: #353301; }

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

This div background color is #353301.


Border color

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

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

This div border color is #353301.


Opacity

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

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

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

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

This text has shadow with #353301 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #353301 on black background.


Color preview on white background

This text has color #353301 on white background.



Black color preview on #353301 background

This text has black color on #353301 background.


White color preview on #353301 background

This text has white color on #353301 background.