COLOR #35000F

HEX: #35000F RGB: (53,0,15)

Color info

#35000F contains only red and blue colors. Web safe color of #35000F is #330000 (or #300).

RGB color model

#35000F color RGB value is (53,0,15).

RGB: (53,0,15) (21%, 0%, 6%)

RGB channels and saturation

R 53 of 255 = 21%
G 0 of 255 = 0%
B 15 of 255 = 6%

53
0
15

R + G + B ~ 9%. #35000F is dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 0 + 15 = 68 (100%)
R 53 of 68 ~ 77.94%
G 0 of 68 ~ 0%
B 15 of 68 ~ 22.06'%

%77.94
%22.06

CMYK color model

#35000F color CMYK value is (0,100,72,79).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 71.70%
  • key color value is 79.22%

CMYK: (0,100,72,79)
C0M100Y72K79 (0%, 100%, 72%, 79%)
(0.00 / 1.00 / 0.72 / 0.79)

CMYK percentages

%0
%100
%71.7
%79.22

Codes

Color #35000F in popluar color models

35 00 0F
RGB 53 0 15
HSL 343° 100.00% 10.39%
HSB/HSV 343° 100.00% 20.78%
CMYK 0.00% 100.00% 71.70%
79.22%

Color #35000F in popluar number systems.

HEX 35 00 0F
Decimal 53 0 15
Binary 110101 0 1111
Octal 65 0 17

Shades and tints

Shades of #35000F

#35000F
(53,0,15)
#31000E
(49,0,14)
#2D000D
(45,0,13)
#29000C
(41,0,12)
#25000B
(37,0,11)
#21000A
(33,0,10)
#1D0009
(29,0,9)
#190008
(25,0,8)
#150007
(21,0,7)
#110006
(17,0,6)
#0D0005
(13,0,5)
#000000
(0,0,0)

Tints of #35000F

#35000F
(53,0,15)
#471724
(71,23,36)
#592E39
(89,46,57)
#6B454E
(107,69,78)
#7D5C63
(125,92,99)
#8F7378
(143,115,120)
#A18A8D
(161,138,141)
#B3A1A2
(179,161,162)
#C5B8B7
(197,184,183)
#D7CFCC
(215,207,204)
#E9E6E1
(233,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #35000F; }

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

This text font color is #35000F.

Background Color

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

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

This div background color is #35000F.

Border color

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

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

This div border color is #35000F.

Opacity

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

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

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

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

This text has shadow with #35000F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #35000F.

Preview

Color preview on black background

This text has color #35000F on black background.


Color preview on white background

This text has color #35000F on white background.


Black color preview on #35000F background

This text has black color on #35000F background.


White color preview on #35000F background

This text has white color on #35000F background.


Related colors

Complementary color

Complementary color for #hex is #CAFFF0.


I love getcolorcode.com

Triadic colors

1 #0F3500 and #000F35 with #35000F are triadic colors.

2 #0F0035 and #00350F with #35000F are triadic colors.