COLOR #35112D

HEX: #35112D RGB: (53,17,45)

Color info

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

RGB color model

#35112D color RGB value is (53,17,45).

RGB: (53,17,45) (21%, 7%, 18%)

RGB channels and saturation

R 53 of 255 = 21%
G 17 of 255 = 7%
B 45 of 255 = 18%

53
17
45

R + G + B ~ 15%. #35112D is dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 17 + 45 = 115 (100%)
R 53 of 115 ~ 46.09%
G 17 of 115 ~ 14.78%
B 45 of 115 ~ 39.13'%

%46.09
%14.78
%39.13

CMYK color model

#35112D color CMYK value is (0,68,15,79).

  • cyan value is 0.00%
  • magenta value is 67.92%
  • yellow value is 15.09%
  • key color value is 79.22%
CMYK: (0,68,15,79) C0M68Y15K79 (0%,68%,15%,79%) (0.00/0.68/0.15/0.79) 

CMYK percentages

%0
%67.92
%15.09
%79.22

Codes

Color #35112D in popluar color models

35 11 2D
RGB 53 17 45
HSL 313° 51.43% 13.73%
HSB/HSV 313° 67.92% 20.78%
CMYK 0.00% 67.92% 15.09%
79.22%

Color #35112D in popluar number systems.

HEX 35 11 2D
Decimal 53 17 45
Binary 110101 10001 101101
Octal 65 21 55

Shades and tints

Shades of #35112D

#35112D
(53,17,45)
#311029
(49,16,41)
#2D0F25
(45,15,37)
#290E21
(41,14,33)
#250D1D
(37,13,29)
#210C19
(33,12,25)
#1D0B15
(29,11,21)
#190A11
(25,10,17)
#15090D
(21,9,13)
#110809
(17,8,9)
#0D0705
(13,7,5)
#000000
(0,0,0)

Tints of #35112D

#35112D
(53,17,45)
#472640
(71,38,64)
#593B53
(89,59,83)
#6B5066
(107,80,102)
#7D6579
(125,101,121)
#8F7A8C
(143,122,140)
#A18F9F
(161,143,159)
#B3A4B2
(179,164,178)
#C5B9C5
(197,185,197)
#D7CED8
(215,206,216)
#E9E3EB
(233,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35112D color. Also use rgb(53,17,45) instead hex code.

Text Font Color

.myTextColor { color: #35112D; }

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

This text font color is #35112D.

Background Color

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

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

This div background color is #35112D.

Border color

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

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

This div border color is #35112D.

Opacity

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

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

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

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

This text has shadow with #35112D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #35112D.

Preview

Color preview on black background

This text has color #35112D on black background.


Color preview on white background

This text has color #35112D on white background.


Black color preview on #35112D background

This text has black color on #35112D background.


White color preview on #35112D background

This text has white color on #35112D background.


Related colors

Complementary color

Complementary color for #hex is #CAEED2.


I love getcolorcode.com

Triadic colors

1 #2D3511 and #112D35 with #35112D are triadic colors.

2 #2D1135 and #11352D with #35112D are triadic colors.