COLOR #35003F

HEX: #35003F
RGB: (53,0,63)

Color info

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

RGB color model

#35003F color RGB value is (53,0,63).

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

RGB channels and saturation

R 53 of 255 = 21%
G 0 of 255 = 0%
B 63 of 255 = 25%

53
0
63

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

Portions of RGB colors in percentages

R + G + B =
53 + 0 + 63 = 116 (100%)
R 53 of 116 ~ 45.69%
G 0 of 116 ~ 0%
B 63 of 116 ~ 54.31%

%45.69
%54.31

CMYK color model

#35003F color CMYK value is (16,100,0,75).

  • cyan value is 15.87%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(16,100,0,75)
C16M100Y0K75 
(16%,100%,0%,75%)
(0.16/1.00/0.00/0.75)	

CMYK percentages

%15.87
%100
%0
%75.29

Codes

Color #35003F in popluar color models

35003F
RGB53063
HSL290°100.00%12.35%
HSB/HSV290°100.00%24.71%
CMYK15.87%100.00%0.00%
75.29%

Color #35003F in popluar number systems.

HEX35003F
Decimal53063
Binary1101010111111
Octal65077

Shades and tints

Shades of #35003F

#35003F
(53,0,63)
#31003A
(49,0,58)
#2D0035
(45,0,53)
#290030
(41,0,48)
#25002B
(37,0,43)
#210026
(33,0,38)
#1D0021
(29,0,33)
#19001C
(25,0,28)
#150017
(21,0,23)
#110012
(17,0,18)
#0D000D
(13,0,13)
#000000
(0,0,0)

Tints of #35003F

#35003F
(53,0,63)
#471750
(71,23,80)
#592E61
(89,46,97)
#6B4572
(107,69,114)
#7D5C83
(125,92,131)
#8F7394
(143,115,148)
#A18AA5
(161,138,165)
#B3A1B6
(179,161,182)
#C5B8C7
(197,184,199)
#D7CFD8
(215,207,216)
#E9E6E9
(233,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #35003F; }

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

This text font color is #35003F.


Background Color

.myBgColor { background-color: #35003F; }

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

This div background color is #35003F.


Border color

.myBorderColor { border: 1px solid #35003F; }

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

This div border color is #35003F.


Opacity

.myOpacity80 { color: #35003F; opacity: 0.8; }

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

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

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

This text has shadow with #35003F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35003F on black background.


Color preview on white background

This text has color #35003F on white background.



Black color preview on #35003F background

This text has black color on #35003F background.


White color preview on #35003F background

This text has white color on #35003F background.