COLOR #35173D

HEX: #35173D
RGB: (53,23,61)

Color info

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

RGB color model

#35173D color RGB value is (53,23,61).

  • red value is 53;
  • green value is 23;
  • blue value is 61.
RGB:
(53,23,61)
(21%,9%,24%)

RGB channels and saturation

R 53 of 255 = 21%
G 23 of 255 = 9%
B 61 of 255 = 24%

53
23
61

R + G + B ~ 18%. #35173D is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 23 + 61 = 137 (100%)
R 53 of 137 ~ 38.69%
G 23 of 137 ~ 16.79%
B 61 of 137 ~ 44.53%

%38.69
%16.79
%44.53

CMYK color model

#35173D color CMYK value is (13,62,0,76).

  • cyan value is 13.11%
  • magenta value is 62.30%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(13,62,0,76)
C13M62Y0K76 
(13%,62%,0%,76%)
(0.13/0.62/0.00/0.76)	

CMYK percentages

%13.11
%62.3
%0
%76.08

Codes

Color #35173D in popluar color models

35173D
RGB532361
HSL287°45.24%16.47%
HSB/HSV287°62.30%23.92%
CMYK13.11%62.30%0.00%
76.08%

Color #35173D in popluar number systems.

HEX35173D
Decimal532361
Binary11010110111111101
Octal652775

Shades and tints

Shades of #35173D

#35173D
(53,23,61)
#311538
(49,21,56)
#2D1333
(45,19,51)
#29112E
(41,17,46)
#250F29
(37,15,41)
#210D24
(33,13,36)
#1D0B1F
(29,11,31)
#19091A
(25,9,26)
#150715
(21,7,21)
#110510
(17,5,16)
#0D030B
(13,3,11)
#000000
(0,0,0)

Tints of #35173D

#35173D
(53,23,61)
#472C4E
(71,44,78)
#59415F
(89,65,95)
#6B5670
(107,86,112)
#7D6B81
(125,107,129)
#8F8092
(143,128,146)
#A195A3
(161,149,163)
#B3AAB4
(179,170,180)
#C5BFC5
(197,191,197)
#D7D4D6
(215,212,214)
#E9E9E7
(233,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35173D color. Also use rgb(53,23,61) instead hex code.

Text Font Color

.myTextColor { color: #35173D; }

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

This text font color is #35173D.


Background Color

.myBgColor { background-color: #35173D; }

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

This div background color is #35173D.


Border color

.myBorderColor { border: 1px solid #35173D; }

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

This div border color is #35173D.


Opacity

.myOpacity80 { color: #35173D; opacity: 0.8; }

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

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

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

This text has shadow with #35173D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35173D on black background.


Color preview on white background

This text has color #35173D on white background.



Black color preview on #35173D background

This text has black color on #35173D background.


White color preview on #35173D background

This text has white color on #35173D background.