COLOR #35221A

HEX: #35221A RGB: (53,34,26)

Color info

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

RGB color model

#35221A color RGB value is (53,34,26).

RGB: (53,34,26) (21%, 13%, 10%)

RGB channels and saturation

R 53 of 255 = 21%
G 34 of 255 = 13%
B 26 of 255 = 10%

53
34
26

R + G + B ~ 15%. #35221A is dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 34 + 26 = 113 (100%)
R 53 of 113 ~ 46.9%
G 34 of 113 ~ 30.09%
B 26 of 113 ~ 23.01'%

%46.9
%30.09
%23.01

CMYK color model

#35221A color CMYK value is (0,36,51,79).

  • cyan value is 0.00%
  • magenta value is 35.85%
  • yellow value is 50.94%
  • key color value is 79.22%

CMYK: (0,36,51,79)
C0M36Y51K79 (0%, 36%, 51%, 79%)
(0.00 / 0.36 / 0.51 / 0.79)

CMYK percentages

%0
%35.85
%50.94
%79.22

Codes

Color #35221A in popluar color models

35 22 1A
RGB 53 34 26
HSL 18° 34.18% 15.49%
HSB/HSV 18° 50.94% 20.78%
CMYK 0.00% 35.85% 50.94%
79.22%

Color #35221A in popluar number systems.

HEX 35 22 1A
Decimal 53 34 26
Binary 110101 100010 11010
Octal 65 42 32

Shades and tints

Shades of #35221A

#35221A
(53,34,26)
#311F18
(49,31,24)
#2D1C16
(45,28,22)
#291914
(41,25,20)
#251612
(37,22,18)
#211310
(33,19,16)
#1D100E
(29,16,14)
#190D0C
(25,13,12)
#150A0A
(21,10,10)
#110708
(17,7,8)
#0D0406
(13,4,6)
#000000
(0,0,0)

Tints of #35221A

#35221A
(53,34,26)
#47362E
(71,54,46)
#594A42
(89,74,66)
#6B5E56
(107,94,86)
#7D726A
(125,114,106)
#8F867E
(143,134,126)
#A19A92
(161,154,146)
#B3AEA6
(179,174,166)
#C5C2BA
(197,194,186)
#D7D6CE
(215,214,206)
#E9EAE2
(233,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35221A color. Also use rgb(53,34,26) instead hex code.

Text Font Color

.myTextColor { color: #35221A; }

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

This text font color is #35221A.

Background Color

.myBgColor { background-color: #35221A; }

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

This div background color is #35221A.

Border color

.myBorderColor { border: 1px solid #35221A; }

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

This div border color is #35221A.

Opacity

.myOpacity80 { color: #35221A; opacity: 0.8; }

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

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

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

This text has shadow with #35221A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #35221A.

Preview

Color preview on black background

This text has color #35221A on black background.


Color preview on white background

This text has color #35221A on white background.


Black color preview on #35221A background

This text has black color on #35221A background.


White color preview on #35221A background

This text has white color on #35221A background.


Related colors

Complementary color

Complementary color for #hex is #CADDE5.


I love getcolorcode.com

Triadic colors

1 #1A3522 and #221A35 with #35221A are triadic colors.

2 #1A2235 and #22351A with #35221A are triadic colors.