COLOR #35172C

HEX: #35172C
RGB: (53,23,44)

Color info

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

RGB color model

#35172C color RGB value is (53,23,44).

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

RGB channels and saturation

R 53 of 255 = 21%
G 23 of 255 = 9%
B 44 of 255 = 17%

53
23
44

R + G + B ~ 16%. #35172C is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 23 + 44 = 120 (100%)
R 53 of 120 ~ 44.17%
G 23 of 120 ~ 19.17%
B 44 of 120 ~ 36.67%

%44.17
%19.17
%36.67

CMYK color model

#35172C color CMYK value is (0,57,17,79).

  • cyan value is 0.00%
  • magenta value is 56.60%
  • yellow value is 16.98%
  • key color value is 79.22%
CMYK:
(0,57,17,79)
C0M57Y17K79 
(0%,57%,17%,79%)
(0.00/0.57/0.17/0.79)	

CMYK percentages

%0
%56.6
%16.98
%79.22

Codes

Color #35172C in popluar color models

35172C
RGB532344
HSL318°39.47%14.90%
HSB/HSV318°56.60%20.78%
CMYK0.00%56.60%16.98%
79.22%

Color #35172C in popluar number systems.

HEX35172C
Decimal532344
Binary11010110111101100
Octal652754

Shades and tints

Shades of #35172C

#35172C
(53,23,44)
#311528
(49,21,40)
#2D1324
(45,19,36)
#291120
(41,17,32)
#250F1C
(37,15,28)
#210D18
(33,13,24)
#1D0B14
(29,11,20)
#190910
(25,9,16)
#15070C
(21,7,12)
#110508
(17,5,8)
#0D0304
(13,3,4)
#000000
(0,0,0)

Tints of #35172C

#35172C
(53,23,44)
#472C3F
(71,44,63)
#594152
(89,65,82)
#6B5665
(107,86,101)
#7D6B78
(125,107,120)
#8F808B
(143,128,139)
#A1959E
(161,149,158)
#B3AAB1
(179,170,177)
#C5BFC4
(197,191,196)
#D7D4D7
(215,212,215)
#E9E9EA
(233,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35172C color. Also use rgb(53,23,44) instead hex code.

Text Font Color

.myTextColor { color: #35172C; }

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

This text font color is #35172C.


Background Color

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

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

This div background color is #35172C.


Border color

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

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

This div border color is #35172C.


Opacity

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

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

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

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

This text has shadow with #35172C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35172C on black background.


Color preview on white background

This text has color #35172C on white background.



Black color preview on #35172C background

This text has black color on #35172C background.


White color preview on #35172C background

This text has white color on #35172C background.