COLOR #350027

HEX: #350027
RGB: (53,0,39)

Color info

#350027 contains only red and blue colors. Web safe color of #350027 is #330033 (or #303).

RGB color model

#350027 color RGB value is (53,0,39).

  • red value is 53;
  • green value is 0;
  • blue value is 39.
RGB:
(53,0,39)
(21%,0%,15%)

RGB channels and saturation

R 53 of 255 = 21%
G 0 of 255 = 0%
B 39 of 255 = 15%

53
0
39

R + G + B ~ 12%. #350027 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 0 + 39 = 92 (100%)
R 53 of 92 ~ 57.61%
G 0 of 92 ~ 0%
B 39 of 92 ~ 42.39%

%57.61
%42.39

CMYK color model

#350027 color CMYK value is (0,100,26,79).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 26.42%
  • key color value is 79.22%
CMYK:
(0,100,26,79)
C0M100Y26K79 
(0%,100%,26%,79%)
(0.00/1.00/0.26/0.79)	

CMYK percentages

%0
%100
%26.42
%79.22

Codes

Color #350027 in popluar color models

350027
RGB53039
HSL316°100.00%10.39%
HSB/HSV316°100.00%20.78%
CMYK0.00%100.00%26.42%
79.22%

Color #350027 in popluar number systems.

HEX350027
Decimal53039
Binary1101010100111
Octal65047

Shades and tints

Shades of #350027

#350027
(53,0,39)
#310024
(49,0,36)
#2D0021
(45,0,33)
#29001E
(41,0,30)
#25001B
(37,0,27)
#210018
(33,0,24)
#1D0015
(29,0,21)
#190012
(25,0,18)
#15000F
(21,0,15)
#11000C
(17,0,12)
#0D0009
(13,0,9)
#000000
(0,0,0)

Tints of #350027

#350027
(53,0,39)
#47173A
(71,23,58)
#592E4D
(89,46,77)
#6B4560
(107,69,96)
#7D5C73
(125,92,115)
#8F7386
(143,115,134)
#A18A99
(161,138,153)
#B3A1AC
(179,161,172)
#C5B8BF
(197,184,191)
#D7CFD2
(215,207,210)
#E9E6E5
(233,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #350027 color. Also use rgb(53,0,39) instead hex code.

Text Font Color

.myTextColor { color: #350027; }

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

This text font color is #350027.


Background Color

.myBgColor { background-color: #350027; }

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

This div background color is #350027.


Border color

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

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

This div border color is #350027.


Opacity

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

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

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

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

This text has shadow with #350027 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #350027 on black background.


Color preview on white background

This text has color #350027 on white background.



Black color preview on #350027 background

This text has black color on #350027 background.


White color preview on #350027 background

This text has white color on #350027 background.