COLOR #35002F

HEX: #35002F
RGB: (53,0,47)

Color info

#35002F contains only red and blue colors. Web safe color of #35002F is #330033 (or #303).

RGB color model

#35002F color RGB value is (53,0,47).

  • red value is 53;
  • green value is 0;
  • blue value is 47.
RGB:
(53,0,47)
(21%,0%,18%)

RGB channels and saturation

R 53 of 255 = 21%
G 0 of 255 = 0%
B 47 of 255 = 18%

53
0
47

R + G + B ~ 13%. #35002F is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 0 + 47 = 100 (100%)
R 53 of 100 ~ 53%
G 0 of 100 ~ 0%
B 47 of 100 ~ 47%

%53
%47

CMYK color model

#35002F color CMYK value is (0,100,11,79).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 11.32%
  • key color value is 79.22%
CMYK:
(0,100,11,79)
C0M100Y11K79 
(0%,100%,11%,79%)
(0.00/1.00/0.11/0.79)	

CMYK percentages

%0
%100
%11.32
%79.22

Codes

Color #35002F in popluar color models

35002F
RGB53047
HSL307°100.00%10.39%
HSB/HSV307°100.00%20.78%
CMYK0.00%100.00%11.32%
79.22%

Color #35002F in popluar number systems.

HEX35002F
Decimal53047
Binary1101010101111
Octal65057

Shades and tints

Shades of #35002F

#35002F
(53,0,47)
#31002B
(49,0,43)
#2D0027
(45,0,39)
#290023
(41,0,35)
#25001F
(37,0,31)
#21001B
(33,0,27)
#1D0017
(29,0,23)
#190013
(25,0,19)
#15000F
(21,0,15)
#11000B
(17,0,11)
#0D0007
(13,0,7)
#000000
(0,0,0)

Tints of #35002F

#35002F
(53,0,47)
#471741
(71,23,65)
#592E53
(89,46,83)
#6B4565
(107,69,101)
#7D5C77
(125,92,119)
#8F7389
(143,115,137)
#A18A9B
(161,138,155)
#B3A1AD
(179,161,173)
#C5B8BF
(197,184,191)
#D7CFD1
(215,207,209)
#E9E6E3
(233,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35002F color. Also use rgb(53,0,47) instead hex code.

Text Font Color

.myTextColor { color: #35002F; }

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

This text font color is #35002F.


Background Color

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

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

This div background color is #35002F.


Border color

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

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

This div border color is #35002F.


Opacity

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

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

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

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

This text has shadow with #35002F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35002F on black background.


Color preview on white background

This text has color #35002F on white background.



Black color preview on #35002F background

This text has black color on #35002F background.


White color preview on #35002F background

This text has white color on #35002F background.