COLOR #353A1D

HEX: #353A1D RGB: (53,58,29)

Color info

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

RGB color model

#353A1D color RGB value is (53,58,29).

RGB: (53,58,29) (21%, 23%, 11%)

RGB channels and saturation

R 53 of 255 = 21%
G 58 of 255 = 23%
B 29 of 255 = 11%

53
58
29

R + G + B ~ 18%. #353A1D is dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 58 + 29 = 140 (100%)
R 53 of 140 ~ 37.86%
G 58 of 140 ~ 41.43%
B 29 of 140 ~ 20.71'%

%37.86
%41.43
%20.71

CMYK color model

#353A1D color CMYK value is (9,0,50,77).

  • cyan value is 8.62%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 77.25%

CMYK: (9,0,50,77)
C9M0Y50K77 (9%, 0%, 50%, 77%)
(0.09 / 0.00 / 0.50 / 0.77)

CMYK percentages

%8.62
%0
%50
%77.25

Codes

Color #353A1D in popluar color models

35 3A 1D
RGB 53 58 29
HSL 70° 33.33% 17.06%
HSB/HSV 70° 50.00% 22.75%
CMYK 8.62% 0.00% 50.00%
77.25%

Color #353A1D in popluar number systems.

HEX 35 3A 1D
Decimal 53 58 29
Binary 110101 111010 11101
Octal 65 72 35

Shades and tints

Shades of #353A1D

#353A1D
(53,58,29)
#31351B
(49,53,27)
#2D3019
(45,48,25)
#292B17
(41,43,23)
#252615
(37,38,21)
#212113
(33,33,19)
#1D1C11
(29,28,17)
#19170F
(25,23,15)
#15120D
(21,18,13)
#110D0B
(17,13,11)
#0D0809
(13,8,9)
#000000
(0,0,0)

Tints of #353A1D

#353A1D
(53,58,29)
#474B31
(71,75,49)
#595C45
(89,92,69)
#6B6D59
(107,109,89)
#7D7E6D
(125,126,109)
#8F8F81
(143,143,129)
#A1A095
(161,160,149)
#B3B1A9
(179,177,169)
#C5C2BD
(197,194,189)
#D7D3D1
(215,211,209)
#E9E4E5
(233,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #353A1D color. Also use rgb(53,58,29) instead hex code.

Text Font Color

.myTextColor { color: #353A1D; }

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

This text font color is #353A1D.

Background Color

.myBgColor { background-color: #353A1D; }

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

This div background color is #353A1D.

Border color

.myBorderColor { border: 1px solid #353A1D; }

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

This div border color is #353A1D.

Opacity

.myOpacity80 { color: #353A1D; opacity: 0.8; }

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

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

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

This text has shadow with #353A1D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #353A1D.

Preview

Color preview on black background

This text has color #353A1D on black background.


Color preview on white background

This text has color #353A1D on white background.


Black color preview on #353A1D background

This text has black color on #353A1D background.


White color preview on #353A1D background

This text has white color on #353A1D background.


Related colors

Complementary color

Complementary color for #hex is #CAC5E2.


I love getcolorcode.com

Triadic colors

1 #1D353A and #3A1D35 with #353A1D are triadic colors.

2 #1D3A35 and #3A351D with #353A1D are triadic colors.