COLOR #35301D

HEX: #35301D
RGB: (53,48,29)

Color info

#35301D contains red, green and blue colors in about the same proportion. Web safe color of #35301D is #333333 (or #333).

RGB color model

#35301D color RGB value is (53,48,29).

  • red value is 53;
  • green value is 48;
  • blue value is 29.
RGB:
(53,48,29)
(21%,19%,11%)

RGB channels and saturation

R 53 of 255 = 21%
G 48 of 255 = 19%
B 29 of 255 = 11%

53
48
29

R + G + B ~ 17%. #35301D is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 48 + 29 = 130 (100%)
R 53 of 130 ~ 40.77%
G 48 of 130 ~ 36.92%
B 29 of 130 ~ 22.31%

%40.77
%36.92
%22.31

CMYK color model

#35301D color CMYK value is (0,9,45,79).

  • cyan value is 0.00%
  • magenta value is 9.43%
  • yellow value is 45.28%
  • key color value is 79.22%
CMYK:
(0,9,45,79)
C0M9Y45K79 
(0%,9%,45%,79%)
(0.00/0.09/0.45/0.79)	

CMYK percentages

%0
%9.43
%45.28
%79.22

Codes

Color #35301D in popluar color models

35301D
RGB534829
HSL48°29.27%16.08%
HSB/HSV48°45.28%20.78%
CMYK0.00%9.43%45.28%
79.22%

Color #35301D in popluar number systems.

HEX35301D
Decimal534829
Binary11010111000011101
Octal656035

Shades and tints

Shades of #35301D

#35301D
(53,48,29)
#312C1B
(49,44,27)
#2D2819
(45,40,25)
#292417
(41,36,23)
#252015
(37,32,21)
#211C13
(33,28,19)
#1D1811
(29,24,17)
#19140F
(25,20,15)
#15100D
(21,16,13)
#110C0B
(17,12,11)
#0D0809
(13,8,9)
#000000
(0,0,0)

Tints of #35301D

#35301D
(53,48,29)
#474231
(71,66,49)
#595445
(89,84,69)
#6B6659
(107,102,89)
#7D786D
(125,120,109)
#8F8A81
(143,138,129)
#A19C95
(161,156,149)
#B3AEA9
(179,174,169)
#C5C0BD
(197,192,189)
#D7D2D1
(215,210,209)
#E9E4E5
(233,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35301D color. Also use rgb(53,48,29) instead hex code.

Text Font Color

.myTextColor { color: #35301D; }

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

This text font color is #35301D.


Background Color

.myBgColor { background-color: #35301D; }

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

This div background color is #35301D.


Border color

.myBorderColor { border: 1px solid #35301D; }

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

This div border color is #35301D.


Opacity

.myOpacity80 { color: #35301D; opacity: 0.8; }

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

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

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

This text has shadow with #35301D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35301D on black background.


Color preview on white background

This text has color #35301D on white background.



Black color preview on #35301D background

This text has black color on #35301D background.


White color preview on #35301D background

This text has white color on #35301D background.