COLOR #352425

HEX: #352425
RGB: (53,36,37)

Color info

#352425 contains red, green and blue colors in about the same proportion. Web safe color of #352425 is #333333 (or #333).

RGB color model

#352425 color RGB value is (53,36,37).

  • red value is 53;
  • green value is 36;
  • blue value is 37.
RGB:
(53,36,37)
(21%,14%,15%)

RGB channels and saturation

R 53 of 255 = 21%
G 36 of 255 = 14%
B 37 of 255 = 15%

53
36
37

R + G + B ~ 17%. #352425 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 36 + 37 = 126 (100%)
R 53 of 126 ~ 42.06%
G 36 of 126 ~ 28.57%
B 37 of 126 ~ 29.37%

%42.06
%28.57
%29.37

CMYK color model

#352425 color CMYK value is (0,32,30,79).

  • cyan value is 0.00%
  • magenta value is 32.08%
  • yellow value is 30.19%
  • key color value is 79.22%
CMYK:
(0,32,30,79)
C0M32Y30K79 
(0%,32%,30%,79%)
(0.00/0.32/0.30/0.79)	

CMYK percentages

%0
%32.08
%30.19
%79.22

Codes

Color #352425 in popluar color models

352425
RGB533637
HSL356°19.10%17.45%
HSB/HSV356°32.08%20.78%
CMYK0.00%32.08%30.19%
79.22%

Color #352425 in popluar number systems.

HEX352425
Decimal533637
Binary110101100100100101
Octal654445

Shades and tints

Shades of #352425

#352425
(53,36,37)
#312122
(49,33,34)
#2D1E1F
(45,30,31)
#291B1C
(41,27,28)
#251819
(37,24,25)
#211516
(33,21,22)
#1D1213
(29,18,19)
#190F10
(25,15,16)
#150C0D
(21,12,13)
#11090A
(17,9,10)
#0D0607
(13,6,7)
#000000
(0,0,0)

Tints of #352425

#352425
(53,36,37)
#473738
(71,55,56)
#594A4B
(89,74,75)
#6B5D5E
(107,93,94)
#7D7071
(125,112,113)
#8F8384
(143,131,132)
#A19697
(161,150,151)
#B3A9AA
(179,169,170)
#C5BCBD
(197,188,189)
#D7CFD0
(215,207,208)
#E9E2E3
(233,226,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #352425 color. Also use rgb(53,36,37) instead hex code.

Text Font Color

.myTextColor { color: #352425; }

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

This text font color is #352425.


Background Color

.myBgColor { background-color: #352425; }

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

This div background color is #352425.


Border color

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

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

This div border color is #352425.


Opacity

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

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

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

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

This text has shadow with #352425 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #352425 on black background.


Color preview on white background

This text has color #352425 on white background.



Black color preview on #352425 background

This text has black color on #352425 background.


White color preview on #352425 background

This text has white color on #352425 background.