COLOR #35331D

HEX: #35331D RGB: (53,51,29)

Color info

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

RGB color model

#35331D color RGB value is (53,51,29).

RGB: (53,51,29) (21%, 20%, 11%)

RGB channels and saturation

R 53 of 255 = 21%
G 51 of 255 = 20%
B 29 of 255 = 11%

53
51
29

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

Portions of RGB colors in percentages

R + G + B = 53 + 51 + 29 = 133 (100%)
R 53 of 133 ~ 39.85%
G 51 of 133 ~ 38.35%
B 29 of 133 ~ 21.8'%

%39.85
%38.35
%21.8

CMYK color model

#35331D color CMYK value is (0,4,45,79).

  • cyan value is 0.00%
  • magenta value is 3.77%
  • yellow value is 45.28%
  • key color value is 79.22%
CMYK: (0,4,45,79) C0M4Y45K79 (0%,4%,45%,79%) (0.00/0.04/0.45/0.79) 

CMYK percentages

%0
%3.77
%45.28
%79.22

Codes

Color #35331D in popluar color models

35 33 1D
RGB 53 51 29
HSL 55° 29.27% 16.08%
HSB/HSV 55° 45.28% 20.78%
CMYK 0.00% 3.77% 45.28%
79.22%

Color #35331D in popluar number systems.

HEX 35 33 1D
Decimal 53 51 29
Binary 110101 110011 11101
Octal 65 63 35

Shades and tints

Shades of #35331D

#35331D
(53,51,29)
#312F1B
(49,47,27)
#2D2B19
(45,43,25)
#292717
(41,39,23)
#252315
(37,35,21)
#211F13
(33,31,19)
#1D1B11
(29,27,17)
#19170F
(25,23,15)
#15130D
(21,19,13)
#110F0B
(17,15,11)
#0D0B09
(13,11,9)
#000000
(0,0,0)

Tints of #35331D

#35331D
(53,51,29)
#474531
(71,69,49)
#595745
(89,87,69)
#6B6959
(107,105,89)
#7D7B6D
(125,123,109)
#8F8D81
(143,141,129)
#A19F95
(161,159,149)
#B3B1A9
(179,177,169)
#C5C3BD
(197,195,189)
#D7D5D1
(215,213,209)
#E9E7E5
(233,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #35331D; }

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

This text font color is #35331D.

Background Color

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

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

This div background color is #35331D.

Border color

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

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

This div border color is #35331D.

Opacity

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

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

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

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

This text has shadow with #35331D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #35331D.

Preview

Color preview on black background

This text has color #35331D on black background.


Color preview on white background

This text has color #35331D on white background.


Black color preview on #35331D background

This text has black color on #35331D background.


White color preview on #35331D background

This text has white color on #35331D background.


Related colors

Complementary color

Complementary color for #hex is #CACCE2.


I love getcolorcode.com

Triadic colors

1 #1D3533 and #331D35 with #35331D are triadic colors.

2 #1D3335 and #33351D with #35331D are triadic colors.