COLOR #35132F

HEX: #35132F
RGB: (53,19,47)

Color info

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

RGB color model

#35132F color RGB value is (53,19,47).

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

RGB channels and saturation

R 53 of 255 = 21%
G 19 of 255 = 7%
B 47 of 255 = 18%

53
19
47

R + G + B ~ 15%. #35132F is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 19 + 47 = 119 (100%)
R 53 of 119 ~ 44.54%
G 19 of 119 ~ 15.97%
B 47 of 119 ~ 39.5%

%44.54
%15.97
%39.5

CMYK color model

#35132F color CMYK value is (0,64,11,79).

  • cyan value is 0.00%
  • magenta value is 64.15%
  • yellow value is 11.32%
  • key color value is 79.22%
CMYK:
(0,64,11,79)
C0M64Y11K79 
(0%,64%,11%,79%)
(0.00/0.64/0.11/0.79)	

CMYK percentages

%0
%64.15
%11.32
%79.22

Codes

Color #35132F in popluar color models

35132F
RGB531947
HSL311°47.22%14.12%
HSB/HSV311°64.15%20.78%
CMYK0.00%64.15%11.32%
79.22%

Color #35132F in popluar number systems.

HEX35132F
Decimal531947
Binary11010110011101111
Octal652357

Shades and tints

Shades of #35132F

#35132F
(53,19,47)
#31122B
(49,18,43)
#2D1127
(45,17,39)
#291023
(41,16,35)
#250F1F
(37,15,31)
#210E1B
(33,14,27)
#1D0D17
(29,13,23)
#190C13
(25,12,19)
#150B0F
(21,11,15)
#110A0B
(17,10,11)
#0D0907
(13,9,7)
#000000
(0,0,0)

Tints of #35132F

#35132F
(53,19,47)
#472841
(71,40,65)
#593D53
(89,61,83)
#6B5265
(107,82,101)
#7D6777
(125,103,119)
#8F7C89
(143,124,137)
#A1919B
(161,145,155)
#B3A6AD
(179,166,173)
#C5BBBF
(197,187,191)
#D7D0D1
(215,208,209)
#E9E5E3
(233,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #35132F; }

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

This text font color is #35132F.


Background Color

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

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

This div background color is #35132F.


Border color

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

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

This div border color is #35132F.


Opacity

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

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

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

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

This text has shadow with #35132F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35132F on black background.


Color preview on white background

This text has color #35132F on white background.



Black color preview on #35132F background

This text has black color on #35132F background.


White color preview on #35132F background

This text has white color on #35132F background.