COLOR #350B2E

HEX: #350B2E RGB: (53,11,46)

Color info

#350B2E contains red, green and blue colors in about the same proportion. Web safe color of #350B2E is #330033 (or #303).

RGB color model

#350B2E color RGB value is (53,11,46).

RGB: (53,11,46) (21%, 4%, 18%)

RGB channels and saturation

R 53 of 255 = 21%
G 11 of 255 = 4%
B 46 of 255 = 18%

53
11
46

R + G + B ~ 14%. #350B2E is dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 11 + 46 = 110 (100%)
R 53 of 110 ~ 48.18%
G 11 of 110 ~ 10%
B 46 of 110 ~ 41.82'%

%48.18
%10
%41.82

CMYK color model

#350B2E color CMYK value is (0,79,13,79).

  • cyan value is 0.00%
  • magenta value is 79.25%
  • yellow value is 13.21%
  • key color value is 79.22%
CMYK: (0,79,13,79) C0M79Y13K79 (0%,79%,13%,79%) (0.00/0.79/0.13/0.79) 

CMYK percentages

%0
%79.25
%13.21
%79.22

Codes

Color #350B2E in popluar color models

35 0B 2E
RGB 53 11 46
HSL 310° 65.63% 12.55%
HSB/HSV 310° 79.25% 20.78%
CMYK 0.00% 79.25% 13.21%
79.22%

Color #350B2E in popluar number systems.

HEX 35 0B 2E
Decimal 53 11 46
Binary 110101 1011 101110
Octal 65 13 56

Shades and tints

Shades of #350B2E

#350B2E
(53,11,46)
#310A2A
(49,10,42)
#2D0926
(45,9,38)
#290822
(41,8,34)
#25071E
(37,7,30)
#21061A
(33,6,26)
#1D0516
(29,5,22)
#190412
(25,4,18)
#15030E
(21,3,14)
#11020A
(17,2,10)
#0D0106
(13,1,6)
#000000
(0,0,0)

Tints of #350B2E

#350B2E
(53,11,46)
#472141
(71,33,65)
#593754
(89,55,84)
#6B4D67
(107,77,103)
#7D637A
(125,99,122)
#8F798D
(143,121,141)
#A18FA0
(161,143,160)
#B3A5B3
(179,165,179)
#C5BBC6
(197,187,198)
#D7D1D9
(215,209,217)
#E9E7EC
(233,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #350B2E color. Also use rgb(53,11,46) instead hex code.

Text Font Color

.myTextColor { color: #350B2E; }

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

This text font color is #350B2E.

Background Color

.myBgColor { background-color: #350B2E; }

<div style="background-color:#350B2E">Inner text</div>

This div background color is #350B2E.

Border color

.myBorderColor { border: 1px solid #350B2E; }

<div style="border:3px solid #350B2E">Div</div>

This div border color is #350B2E.

Opacity

.myOpacity80 { color: #350B2E; opacity: 0.8; }

<p style="color:#350B2E;opacity:0.8;">80%</p>

Text with #350B2E 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 #350B2E;}

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

This text has shadow with #350B2E color.


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

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

This text has shadow with #350B2E primary color and red secondary color.


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

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

This text has shadow with #350B2E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #350B2E.

Preview

Color preview on black background

This text has color #350B2E on black background.


Color preview on white background

This text has color #350B2E on white background.


Black color preview on #350B2E background

This text has black color on #350B2E background.


White color preview on #350B2E background

This text has white color on #350B2E background.


Related colors

Complementary color

Complementary color for #hex is #CAF4D1.


I love getcolorcode.com

Triadic colors

1 #2E350B and #0B2E35 with #350B2E are triadic colors.

2 #2E0B35 and #0B352E with #350B2E are triadic colors.