COLOR #351729

HEX: #351729
RGB: (53,23,41)

Color info

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

RGB color model

#351729 color RGB value is (53,23,41).

  • red value is 53;
  • green value is 23;
  • blue value is 41.
RGB:
(53,23,41)
(21%,9%,16%)

RGB channels and saturation

R 53 of 255 = 21%
G 23 of 255 = 9%
B 41 of 255 = 16%

53
23
41

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

Portions of RGB colors in percentages

R + G + B =
53 + 23 + 41 = 117 (100%)
R 53 of 117 ~ 45.3%
G 23 of 117 ~ 19.66%
B 41 of 117 ~ 35.04%

%45.3
%19.66
%35.04

CMYK color model

#351729 color CMYK value is (0,57,23,79).

  • cyan value is 0.00%
  • magenta value is 56.60%
  • yellow value is 22.64%
  • key color value is 79.22%
CMYK:
(0,57,23,79)
C0M57Y23K79 
(0%,57%,23%,79%)
(0.00/0.57/0.23/0.79)	

CMYK percentages

%0
%56.6
%22.64
%79.22

Codes

Color #351729 in popluar color models

351729
RGB532341
HSL324°39.47%14.90%
HSB/HSV324°56.60%20.78%
CMYK0.00%56.60%22.64%
79.22%

Color #351729 in popluar number systems.

HEX351729
Decimal532341
Binary11010110111101001
Octal652751

Shades and tints

Shades of #351729

#351729
(53,23,41)
#311526
(49,21,38)
#2D1323
(45,19,35)
#291120
(41,17,32)
#250F1D
(37,15,29)
#210D1A
(33,13,26)
#1D0B17
(29,11,23)
#190914
(25,9,20)
#150711
(21,7,17)
#11050E
(17,5,14)
#0D030B
(13,3,11)
#000000
(0,0,0)

Tints of #351729

#351729
(53,23,41)
#472C3C
(71,44,60)
#59414F
(89,65,79)
#6B5662
(107,86,98)
#7D6B75
(125,107,117)
#8F8088
(143,128,136)
#A1959B
(161,149,155)
#B3AAAE
(179,170,174)
#C5BFC1
(197,191,193)
#D7D4D4
(215,212,212)
#E9E9E7
(233,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #351729 color. Also use rgb(53,23,41) instead hex code.

Text Font Color

.myTextColor { color: #351729; }

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

This text font color is #351729.


Background Color

.myBgColor { background-color: #351729; }

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

This div background color is #351729.


Border color

.myBorderColor { border: 1px solid #351729; }

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

This div border color is #351729.


Opacity

.myOpacity80 { color: #351729; opacity: 0.8; }

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

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

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

This text has shadow with #351729 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #351729 on black background.


Color preview on white background

This text has color #351729 on white background.



Black color preview on #351729 background

This text has black color on #351729 background.


White color preview on #351729 background

This text has white color on #351729 background.