COLOR #35133A

HEX: #35133A
RGB: (53,19,58)

Color info

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

RGB color model

#35133A color RGB value is (53,19,58).

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

RGB channels and saturation

R 53 of 255 = 21%
G 19 of 255 = 7%
B 58 of 255 = 23%

53
19
58

R + G + B ~ 17%. #35133A is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 19 + 58 = 130 (100%)
R 53 of 130 ~ 40.77%
G 19 of 130 ~ 14.62%
B 58 of 130 ~ 44.62%

%40.77
%14.62
%44.62

CMYK color model

#35133A color CMYK value is (9,67,0,77).

  • cyan value is 8.62%
  • magenta value is 67.24%
  • yellow value is 0.00%
  • key color value is 77.25%
CMYK:
(9,67,0,77)
C9M67Y0K77 
(9%,67%,0%,77%)
(0.09/0.67/0.00/0.77)	

CMYK percentages

%8.62
%67.24
%0
%77.25

Codes

Color #35133A in popluar color models

35133A
RGB531958
HSL292°50.65%15.10%
HSB/HSV292°67.24%22.75%
CMYK8.62%67.24%0.00%
77.25%

Color #35133A in popluar number systems.

HEX35133A
Decimal531958
Binary11010110011111010
Octal652372

Shades and tints

Shades of #35133A

#35133A
(53,19,58)
#311235
(49,18,53)
#2D1130
(45,17,48)
#29102B
(41,16,43)
#250F26
(37,15,38)
#210E21
(33,14,33)
#1D0D1C
(29,13,28)
#190C17
(25,12,23)
#150B12
(21,11,18)
#110A0D
(17,10,13)
#0D0908
(13,9,8)
#000000
(0,0,0)

Tints of #35133A

#35133A
(53,19,58)
#47284B
(71,40,75)
#593D5C
(89,61,92)
#6B526D
(107,82,109)
#7D677E
(125,103,126)
#8F7C8F
(143,124,143)
#A191A0
(161,145,160)
#B3A6B1
(179,166,177)
#C5BBC2
(197,187,194)
#D7D0D3
(215,208,211)
#E9E5E4
(233,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #35133A; }

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

This text font color is #35133A.


Background Color

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

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

This div background color is #35133A.


Border color

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

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

This div border color is #35133A.


Opacity

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

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

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

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

This text has shadow with #35133A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35133A on black background.


Color preview on white background

This text has color #35133A on white background.



Black color preview on #35133A background

This text has black color on #35133A background.


White color preview on #35133A background

This text has white color on #35133A background.