COLOR #35283C

HEX: #35283C
RGB: (53,40,60)

Color info

#35283C contains red, green and blue colors in about the same proportion. Web safe color of #35283C is #333333 (or #333).

RGB color model

#35283C color RGB value is (53,40,60).

  • red value is 53;
  • green value is 40;
  • blue value is 60.
RGB:
(53,40,60)
(21%,16%,24%)

RGB channels and saturation

R 53 of 255 = 21%
G 40 of 255 = 16%
B 60 of 255 = 24%

53
40
60

R + G + B ~ 20%. #35283C is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 40 + 60 = 153 (100%)
R 53 of 153 ~ 34.64%
G 40 of 153 ~ 26.14%
B 60 of 153 ~ 39.22%

%34.64
%26.14
%39.22

CMYK color model

#35283C color CMYK value is (12,33,0,76).

  • cyan value is 11.67%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 76.47%
CMYK:
(12,33,0,76)
C12M33Y0K76 
(12%,33%,0%,76%)
(0.12/0.33/0.00/0.76)	

CMYK percentages

%11.67
%33.33
%0
%76.47

Codes

Color #35283C in popluar color models

35283C
RGB534060
HSL279°20.00%19.61%
HSB/HSV279°33.33%23.53%
CMYK11.67%33.33%0.00%
76.47%

Color #35283C in popluar number systems.

HEX35283C
Decimal534060
Binary110101101000111100
Octal655074

Shades and tints

Shades of #35283C

#35283C
(53,40,60)
#312537
(49,37,55)
#2D2232
(45,34,50)
#291F2D
(41,31,45)
#251C28
(37,28,40)
#211923
(33,25,35)
#1D161E
(29,22,30)
#191319
(25,19,25)
#151014
(21,16,20)
#110D0F
(17,13,15)
#0D0A0A
(13,10,10)
#000000
(0,0,0)

Tints of #35283C

#35283C
(53,40,60)
#473B4D
(71,59,77)
#594E5E
(89,78,94)
#6B616F
(107,97,111)
#7D7480
(125,116,128)
#8F8791
(143,135,145)
#A19AA2
(161,154,162)
#B3ADB3
(179,173,179)
#C5C0C4
(197,192,196)
#D7D3D5
(215,211,213)
#E9E6E6
(233,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35283C color. Also use rgb(53,40,60) instead hex code.

Text Font Color

.myTextColor { color: #35283C; }

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

This text font color is #35283C.


Background Color

.myBgColor { background-color: #35283C; }

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

This div background color is #35283C.


Border color

.myBorderColor { border: 1px solid #35283C; }

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

This div border color is #35283C.


Opacity

.myOpacity80 { color: #35283C; opacity: 0.8; }

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

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

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

This text has shadow with #35283C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35283C on black background.


Color preview on white background

This text has color #35283C on white background.



Black color preview on #35283C background

This text has black color on #35283C background.


White color preview on #35283C background

This text has white color on #35283C background.