COLOR #350838

HEX: #350838
RGB: (53,8,56)

Color info

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

RGB color model

#350838 color RGB value is (53,8,56).

  • red value is 53;
  • green value is 8;
  • blue value is 56.
RGB:
(53,8,56)
(21%,3%,22%)

RGB channels and saturation

R 53 of 255 = 21%
G 8 of 255 = 3%
B 56 of 255 = 22%

53
8
56

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

Portions of RGB colors in percentages

R + G + B =
53 + 8 + 56 = 117 (100%)
R 53 of 117 ~ 45.3%
G 8 of 117 ~ 6.84%
B 56 of 117 ~ 47.86%

%45.3
%47.86

CMYK color model

#350838 color CMYK value is (5,86,0,78).

  • cyan value is 5.36%
  • magenta value is 85.71%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(5,86,0,78)
C5M86Y0K78 
(5%,86%,0%,78%)
(0.05/0.86/0.00/0.78)	

CMYK percentages

%5.36
%85.71
%0
%78.04

Codes

Color #350838 in popluar color models

350838
RGB53856
HSL296°75.00%12.55%
HSB/HSV296°85.71%21.96%
CMYK5.36%85.71%0.00%
78.04%

Color #350838 in popluar number systems.

HEX350838
Decimal53856
Binary1101011000111000
Octal651070

Shades and tints

Shades of #350838

#350838
(53,8,56)
#310833
(49,8,51)
#2D082E
(45,8,46)
#290829
(41,8,41)
#250824
(37,8,36)
#21081F
(33,8,31)
#1D081A
(29,8,26)
#190815
(25,8,21)
#150810
(21,8,16)
#11080B
(17,8,11)
#0D0806
(13,8,6)
#000000
(0,0,0)

Tints of #350838

#350838
(53,8,56)
#471E4A
(71,30,74)
#59345C
(89,52,92)
#6B4A6E
(107,74,110)
#7D6080
(125,96,128)
#8F7692
(143,118,146)
#A18CA4
(161,140,164)
#B3A2B6
(179,162,182)
#C5B8C8
(197,184,200)
#D7CEDA
(215,206,218)
#E9E4EC
(233,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #350838 color. Also use rgb(53,8,56) instead hex code.

Text Font Color

.myTextColor { color: #350838; }

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

This text font color is #350838.


Background Color

.myBgColor { background-color: #350838; }

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

This div background color is #350838.


Border color

.myBorderColor { border: 1px solid #350838; }

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

This div border color is #350838.


Opacity

.myOpacity80 { color: #350838; opacity: 0.8; }

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

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

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

This text has shadow with #350838 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #350838 on black background.


Color preview on white background

This text has color #350838 on white background.



Black color preview on #350838 background

This text has black color on #350838 background.


White color preview on #350838 background

This text has white color on #350838 background.