COLOR #350B22

HEX: #350B22
RGB: (53,11,34)

Color info

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

RGB color model

#350B22 color RGB value is (53,11,34).

  • red value is 53;
  • green value is 11;
  • blue value is 34.
RGB:
(53,11,34)
(21%,4%,13%)

RGB channels and saturation

R 53 of 255 = 21%
G 11 of 255 = 4%
B 34 of 255 = 13%

53
11
34

R + G + B ~ 13%. #350B22 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 11 + 34 = 98 (100%)
R 53 of 98 ~ 54.08%
G 11 of 98 ~ 11.22%
B 34 of 98 ~ 34.69%

%54.08
%11.22
%34.69

CMYK color model

#350B22 color CMYK value is (0,79,36,79).

  • cyan value is 0.00%
  • magenta value is 79.25%
  • yellow value is 35.85%
  • key color value is 79.22%
CMYK:
(0,79,36,79)
C0M79Y36K79 
(0%,79%,36%,79%)
(0.00/0.79/0.36/0.79)	

CMYK percentages

%0
%79.25
%35.85
%79.22

Codes

Color #350B22 in popluar color models

350B22
RGB531134
HSL327°65.63%12.55%
HSB/HSV327°79.25%20.78%
CMYK0.00%79.25%35.85%
79.22%

Color #350B22 in popluar number systems.

HEX350B22
Decimal531134
Binary1101011011100010
Octal651342

Shades and tints

Shades of #350B22

#350B22
(53,11,34)
#310A1F
(49,10,31)
#2D091C
(45,9,28)
#290819
(41,8,25)
#250716
(37,7,22)
#210613
(33,6,19)
#1D0510
(29,5,16)
#19040D
(25,4,13)
#15030A
(21,3,10)
#110207
(17,2,7)
#0D0104
(13,1,4)
#000000
(0,0,0)

Tints of #350B22

#350B22
(53,11,34)
#472136
(71,33,54)
#59374A
(89,55,74)
#6B4D5E
(107,77,94)
#7D6372
(125,99,114)
#8F7986
(143,121,134)
#A18F9A
(161,143,154)
#B3A5AE
(179,165,174)
#C5BBC2
(197,187,194)
#D7D1D6
(215,209,214)
#E9E7EA
(233,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #350B22; }

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

This text font color is #350B22.


Background Color

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

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

This div background color is #350B22.


Border color

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

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

This div border color is #350B22.


Opacity

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

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

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

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

This text has shadow with #350B22 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #350B22 on black background.


Color preview on white background

This text has color #350B22 on white background.



Black color preview on #350B22 background

This text has black color on #350B22 background.


White color preview on #350B22 background

This text has white color on #350B22 background.