COLOR #350E32

HEX: #350E32
RGB: (53,14,50)

Color info

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

RGB color model

#350E32 color RGB value is (53,14,50).

  • red value is 53;
  • green value is 14;
  • blue value is 50.
RGB:
(53,14,50)
(21%,5%,20%)

RGB channels and saturation

R 53 of 255 = 21%
G 14 of 255 = 5%
B 50 of 255 = 20%

53
14
50

R + G + B ~ 15%. #350E32 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 14 + 50 = 117 (100%)
R 53 of 117 ~ 45.3%
G 14 of 117 ~ 11.97%
B 50 of 117 ~ 42.74%

%45.3
%11.97
%42.74

CMYK color model

#350E32 color CMYK value is (0,74,6,79).

  • cyan value is 0.00%
  • magenta value is 73.58%
  • yellow value is 5.66%
  • key color value is 79.22%
CMYK:
(0,74,6,79)
C0M74Y6K79 
(0%,74%,6%,79%)
(0.00/0.74/0.06/0.79)	

CMYK percentages

%0
%73.58
%5.66
%79.22

Codes

Color #350E32 in popluar color models

350E32
RGB531450
HSL305°58.21%13.14%
HSB/HSV305°73.58%20.78%
CMYK0.00%73.58%5.66%
79.22%

Color #350E32 in popluar number systems.

HEX350E32
Decimal531450
Binary1101011110110010
Octal651662

Shades and tints

Shades of #350E32

#350E32
(53,14,50)
#310D2E
(49,13,46)
#2D0C2A
(45,12,42)
#290B26
(41,11,38)
#250A22
(37,10,34)
#21091E
(33,9,30)
#1D081A
(29,8,26)
#190716
(25,7,22)
#150612
(21,6,18)
#11050E
(17,5,14)
#0D040A
(13,4,10)
#000000
(0,0,0)

Tints of #350E32

#350E32
(53,14,50)
#472344
(71,35,68)
#593856
(89,56,86)
#6B4D68
(107,77,104)
#7D627A
(125,98,122)
#8F778C
(143,119,140)
#A18C9E
(161,140,158)
#B3A1B0
(179,161,176)
#C5B6C2
(197,182,194)
#D7CBD4
(215,203,212)
#E9E0E6
(233,224,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #350E32 color. Also use rgb(53,14,50) instead hex code.

Text Font Color

.myTextColor { color: #350E32; }

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

This text font color is #350E32.


Background Color

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

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

This div background color is #350E32.


Border color

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

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

This div border color is #350E32.


Opacity

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

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

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

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

This text has shadow with #350E32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #350E32 on black background.


Color preview on white background

This text has color #350E32 on white background.



Black color preview on #350E32 background

This text has black color on #350E32 background.


White color preview on #350E32 background

This text has white color on #350E32 background.