COLOR #350C23

HEX: #350C23
RGB: (53,12,35)

Color info

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

RGB color model

#350C23 color RGB value is (53,12,35).

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

RGB channels and saturation

R 53 of 255 = 21%
G 12 of 255 = 5%
B 35 of 255 = 14%

53
12
35

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

Portions of RGB colors in percentages

R + G + B =
53 + 12 + 35 = 100 (100%)
R 53 of 100 ~ 53%
G 12 of 100 ~ 12%
B 35 of 100 ~ 35%

%53
%12
%35

CMYK color model

#350C23 color CMYK value is (0,77,34,79).

  • cyan value is 0.00%
  • magenta value is 77.36%
  • yellow value is 33.96%
  • key color value is 79.22%
CMYK:
(0,77,34,79)
C0M77Y34K79 
(0%,77%,34%,79%)
(0.00/0.77/0.34/0.79)	

CMYK percentages

%0
%77.36
%33.96
%79.22

Codes

Color #350C23 in popluar color models

350C23
RGB531235
HSL326°63.08%12.75%
HSB/HSV326°77.36%20.78%
CMYK0.00%77.36%33.96%
79.22%

Color #350C23 in popluar number systems.

HEX350C23
Decimal531235
Binary1101011100100011
Octal651443

Shades and tints

Shades of #350C23

#350C23
(53,12,35)
#310B20
(49,11,32)
#2D0A1D
(45,10,29)
#29091A
(41,9,26)
#250817
(37,8,23)
#210714
(33,7,20)
#1D0611
(29,6,17)
#19050E
(25,5,14)
#15040B
(21,4,11)
#110308
(17,3,8)
#0D0205
(13,2,5)
#000000
(0,0,0)

Tints of #350C23

#350C23
(53,12,35)
#472237
(71,34,55)
#59384B
(89,56,75)
#6B4E5F
(107,78,95)
#7D6473
(125,100,115)
#8F7A87
(143,122,135)
#A1909B
(161,144,155)
#B3A6AF
(179,166,175)
#C5BCC3
(197,188,195)
#D7D2D7
(215,210,215)
#E9E8EB
(233,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #350C23 color. Also use rgb(53,12,35) instead hex code.

Text Font Color

.myTextColor { color: #350C23; }

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

This text font color is #350C23.


Background Color

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

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

This div background color is #350C23.


Border color

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

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

This div border color is #350C23.


Opacity

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

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

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

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

This text has shadow with #350C23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #350C23 on black background.


Color preview on white background

This text has color #350C23 on white background.



Black color preview on #350C23 background

This text has black color on #350C23 background.


White color preview on #350C23 background

This text has white color on #350C23 background.