COLOR #35133F

HEX: #35133F
RGB: (53,19,63)

Color info

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

RGB color model

#35133F color RGB value is (53,19,63).

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

RGB channels and saturation

R 53 of 255 = 21%
G 19 of 255 = 7%
B 63 of 255 = 25%

53
19
63

R + G + B ~ 18%. #35133F is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 19 + 63 = 135 (100%)
R 53 of 135 ~ 39.26%
G 19 of 135 ~ 14.07%
B 63 of 135 ~ 46.67%

%39.26
%14.07
%46.67

CMYK color model

#35133F color CMYK value is (16,70,0,75).

  • cyan value is 15.87%
  • magenta value is 69.84%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(16,70,0,75)
C16M70Y0K75 
(16%,70%,0%,75%)
(0.16/0.70/0.00/0.75)	

CMYK percentages

%15.87
%69.84
%0
%75.29

Codes

Color #35133F in popluar color models

35133F
RGB531963
HSL286°53.66%16.08%
HSB/HSV286°69.84%24.71%
CMYK15.87%69.84%0.00%
75.29%

Color #35133F in popluar number systems.

HEX35133F
Decimal531963
Binary11010110011111111
Octal652377

Shades and tints

Shades of #35133F

#35133F
(53,19,63)
#31123A
(49,18,58)
#2D1135
(45,17,53)
#291030
(41,16,48)
#250F2B
(37,15,43)
#210E26
(33,14,38)
#1D0D21
(29,13,33)
#190C1C
(25,12,28)
#150B17
(21,11,23)
#110A12
(17,10,18)
#0D090D
(13,9,13)
#000000
(0,0,0)

Tints of #35133F

#35133F
(53,19,63)
#472850
(71,40,80)
#593D61
(89,61,97)
#6B5272
(107,82,114)
#7D6783
(125,103,131)
#8F7C94
(143,124,148)
#A191A5
(161,145,165)
#B3A6B6
(179,166,182)
#C5BBC7
(197,187,199)
#D7D0D8
(215,208,216)
#E9E5E9
(233,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #35133F; }

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

This text font color is #35133F.


Background Color

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

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

This div background color is #35133F.


Border color

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

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

This div border color is #35133F.


Opacity

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

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

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

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

This text has shadow with #35133F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35133F on black background.


Color preview on white background

This text has color #35133F on white background.



Black color preview on #35133F background

This text has black color on #35133F background.


White color preview on #35133F background

This text has white color on #35133F background.