COLOR #35142F

HEX: #35142F RGB: (53,20,47)

Color info

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

RGB color model

#35142F color RGB value is (53,20,47).

RGB: (53,20,47) (21%, 8%, 18%)

RGB channels and saturation

R 53 of 255 = 21%
G 20 of 255 = 8%
B 47 of 255 = 18%

53
20
47

R + G + B ~ 16%. #35142F is dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 20 + 47 = 120 (100%)
R 53 of 120 ~ 44.17%
G 20 of 120 ~ 16.67%
B 47 of 120 ~ 39.17'%

%44.17
%16.67
%39.17

CMYK color model

#35142F color CMYK value is (0,62,11,79).

  • cyan value is 0.00%
  • magenta value is 62.26%
  • yellow value is 11.32%
  • key color value is 79.22%

CMYK: (0,62,11,79)
C0M62Y11K79 (0%, 62%, 11%, 79%)
(0.00 / 0.62 / 0.11 / 0.79)

CMYK percentages

%0
%62.26
%11.32
%79.22

Codes

Color #35142F in popluar color models

35 14 2F
RGB 53 20 47
HSL 311° 45.21% 14.31%
HSB/HSV 311° 62.26% 20.78%
CMYK 0.00% 62.26% 11.32%
79.22%

Color #35142F in popluar number systems.

HEX 35 14 2F
Decimal 53 20 47
Binary 110101 10100 101111
Octal 65 24 57

Shades and tints

Shades of #35142F

#35142F
(53,20,47)
#31132B
(49,19,43)
#2D1227
(45,18,39)
#291123
(41,17,35)
#25101F
(37,16,31)
#210F1B
(33,15,27)
#1D0E17
(29,14,23)
#190D13
(25,13,19)
#150C0F
(21,12,15)
#110B0B
(17,11,11)
#0D0A07
(13,10,7)
#000000
(0,0,0)

Tints of #35142F

#35142F
(53,20,47)
#472941
(71,41,65)
#593E53
(89,62,83)
#6B5365
(107,83,101)
#7D6877
(125,104,119)
#8F7D89
(143,125,137)
#A1929B
(161,146,155)
#B3A7AD
(179,167,173)
#C5BCBF
(197,188,191)
#D7D1D1
(215,209,209)
#E9E6E3
(233,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #35142F; }

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

This text font color is #35142F.

Background Color

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

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

This div background color is #35142F.

Border color

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

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

This div border color is #35142F.

Opacity

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

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

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

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

This text has shadow with #35142F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #35142F.

Preview

Color preview on black background

This text has color #35142F on black background.


Color preview on white background

This text has color #35142F on white background.


Black color preview on #35142F background

This text has black color on #35142F background.


White color preview on #35142F background

This text has white color on #35142F background.


Related colors

Complementary color

Complementary color for #hex is #CAEBD0.


I love getcolorcode.com

Triadic colors

1 #2F3514 and #142F35 with #35142F are triadic colors.

2 #2F1435 and #14352F with #35142F are triadic colors.