COLOR #35361D

HEX: #35361D RGB: (53,54,29)

Color info

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

RGB color model

#35361D color RGB value is (53,54,29).

RGB: (53,54,29) (21%, 21%, 11%)

RGB channels and saturation

R 53 of 255 = 21%
G 54 of 255 = 21%
B 29 of 255 = 11%

53
54
29

R + G + B ~ 18%. #35361D is dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 54 + 29 = 136 (100%)
R 53 of 136 ~ 38.97%
G 54 of 136 ~ 39.71%
B 29 of 136 ~ 21.32'%

%38.97
%39.71
%21.32

CMYK color model

#35361D color CMYK value is (2,0,46,79).

  • cyan value is 1.85%
  • magenta value is 0.00%
  • yellow value is 46.30%
  • key color value is 78.82%

CMYK: (2,0,46,79)
C2M0Y46K79 (2%, 0%, 46%, 79%)
(0.02 / 0.00 / 0.46 / 0.79)

CMYK percentages

%1.85
%0
%46.3
%78.82

Codes

Color #35361D in popluar color models

35 36 1D
RGB 53 54 29
HSL 62° 30.12% 16.27%
HSB/HSV 62° 46.30% 21.18%
CMYK 1.85% 0.00% 46.30%
78.82%

Color #35361D in popluar number systems.

HEX 35 36 1D
Decimal 53 54 29
Binary 110101 110110 11101
Octal 65 66 35

Shades and tints

Shades of #35361D

#35361D
(53,54,29)
#31321B
(49,50,27)
#2D2E19
(45,46,25)
#292A17
(41,42,23)
#252615
(37,38,21)
#212213
(33,34,19)
#1D1E11
(29,30,17)
#191A0F
(25,26,15)
#15160D
(21,22,13)
#11120B
(17,18,11)
#0D0E09
(13,14,9)
#000000
(0,0,0)

Tints of #35361D

#35361D
(53,54,29)
#474831
(71,72,49)
#595A45
(89,90,69)
#6B6C59
(107,108,89)
#7D7E6D
(125,126,109)
#8F9081
(143,144,129)
#A1A295
(161,162,149)
#B3B4A9
(179,180,169)
#C5C6BD
(197,198,189)
#D7D8D1
(215,216,209)
#E9EAE5
(233,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #35361D; }

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

This text font color is #35361D.

Background Color

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

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

This div background color is #35361D.

Border color

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

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

This div border color is #35361D.

Opacity

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

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

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

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

This text has shadow with #35361D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #35361D.

Preview

Color preview on black background

This text has color #35361D on black background.


Color preview on white background

This text has color #35361D on white background.


Black color preview on #35361D background

This text has black color on #35361D background.


White color preview on #35361D background

This text has white color on #35361D background.


Related colors

Complementary color

Complementary color for #hex is #CAC9E2.


I love getcolorcode.com

Triadic colors

1 #1D3536 and #361D35 with #35361D are triadic colors.

2 #1D3635 and #36351D with #35361D are triadic colors.