COLOR #351B33

HEX: #351B33 RGB: (53,27,51)

Color info

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

RGB color model

#351B33 color RGB value is (53,27,51).

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

RGB channels and saturation

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

53
27
51

R + G + B ~ 17%. #351B33 is dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 27 + 51 = 131 (100%)
R 53 of 131 ~ 40.46%
G 27 of 131 ~ 20.61%
B 51 of 131 ~ 38.93'%

%40.46
%20.61
%38.93

CMYK color model

#351B33 color CMYK value is (0,49,4,79).

  • cyan value is 0.00%
  • magenta value is 49.06%
  • yellow value is 3.77%
  • key color value is 79.22%

CMYK: (0,49,4,79)
C0M49Y4K79 (0%, 49%, 4%, 79%)
(0.00 / 0.49 / 0.04 / 0.79)

CMYK percentages

%0
%49.06
%3.77
%79.22

Codes

Color #351B33 in popluar color models

35 1B 33
RGB 53 27 51
HSL 305° 32.50% 15.69%
HSB/HSV 305° 49.06% 20.78%
CMYK 0.00% 49.06% 3.77%
79.22%

Color #351B33 in popluar number systems.

HEX 35 1B 33
Decimal 53 27 51
Binary 110101 11011 110011
Octal 65 33 63

Shades and tints

Shades of #351B33

#351B33
(53,27,51)
#31192F
(49,25,47)
#2D172B
(45,23,43)
#291527
(41,21,39)
#251323
(37,19,35)
#21111F
(33,17,31)
#1D0F1B
(29,15,27)
#190D17
(25,13,23)
#150B13
(21,11,19)
#11090F
(17,9,15)
#0D070B
(13,7,11)
#000000
(0,0,0)

Tints of #351B33

#351B33
(53,27,51)
#472F45
(71,47,69)
#594357
(89,67,87)
#6B5769
(107,87,105)
#7D6B7B
(125,107,123)
#8F7F8D
(143,127,141)
#A1939F
(161,147,159)
#B3A7B1
(179,167,177)
#C5BBC3
(197,187,195)
#D7CFD5
(215,207,213)
#E9E3E7
(233,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #351B33 color. Also use rgb(53,27,51) instead hex code.

Text Font Color

.myTextColor { color: #351B33; }

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

This text font color is #351B33.

Background Color

.myBgColor { background-color: #351B33; }

<div style="background-color:#351B33">Inner text</div>

This div background color is #351B33.

Border color

.myBorderColor { border: 1px solid #351B33; }

<div style="border:3px solid #351B33">Div</div>

This div border color is #351B33.

Opacity

.myOpacity80 { color: #351B33; opacity: 0.8; }

<p style="color:#351B33;opacity:0.8;">80%</p>

Text with #351B33 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 #351B33;}

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

This text has shadow with #351B33 color.


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

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

This text has shadow with #351B33 primary color and red secondary color.


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

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

This text has shadow with #351B33 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #351B33.

Preview

Color preview on black background

This text has color #351B33 on black background.


Color preview on white background

This text has color #351B33 on white background.


Black color preview on #351B33 background

This text has black color on #351B33 background.


White color preview on #351B33 background

This text has white color on #351B33 background.


Related colors

Complementary color

Complementary color for #hex is #CAE4CC.


I love getcolorcode.com

Triadic colors

1 #33351B and #1B3335 with #351B33 are triadic colors.

2 #331B35 and #1B3533 with #351B33 are triadic colors.