COLOR #350525

HEX: #350525
RGB: (53,5,37)

Color info

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

RGB color model

#350525 color RGB value is (53,5,37).

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

RGB channels and saturation

R 53 of 255 = 21%
G 5 of 255 = 2%
B 37 of 255 = 15%

53
5
37

R + G + B ~ 13%. #350525 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 5 + 37 = 95 (100%)
R 53 of 95 ~ 55.79%
G 5 of 95 ~ 5.26%
B 37 of 95 ~ 38.95%

%55.79
%38.95

CMYK color model

#350525 color CMYK value is (0,91,30,79).

  • cyan value is 0.00%
  • magenta value is 90.57%
  • yellow value is 30.19%
  • key color value is 79.22%
CMYK:
(0,91,30,79)
C0M91Y30K79 
(0%,91%,30%,79%)
(0.00/0.91/0.30/0.79)	

CMYK percentages

%0
%90.57
%30.19
%79.22

Codes

Color #350525 in popluar color models

350525
RGB53537
HSL320°82.76%11.37%
HSB/HSV320°90.57%20.78%
CMYK0.00%90.57%30.19%
79.22%

Color #350525 in popluar number systems.

HEX350525
Decimal53537
Binary110101101100101
Octal65545

Shades and tints

Shades of #350525

#350525
(53,5,37)
#310522
(49,5,34)
#2D051F
(45,5,31)
#29051C
(41,5,28)
#250519
(37,5,25)
#210516
(33,5,22)
#1D0513
(29,5,19)
#190510
(25,5,16)
#15050D
(21,5,13)
#11050A
(17,5,10)
#0D0507
(13,5,7)
#000000
(0,0,0)

Tints of #350525

#350525
(53,5,37)
#471B38
(71,27,56)
#59314B
(89,49,75)
#6B475E
(107,71,94)
#7D5D71
(125,93,113)
#8F7384
(143,115,132)
#A18997
(161,137,151)
#B39FAA
(179,159,170)
#C5B5BD
(197,181,189)
#D7CBD0
(215,203,208)
#E9E1E3
(233,225,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #350525; }

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

This text font color is #350525.


Background Color

.myBgColor { background-color: #350525; }

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

This div background color is #350525.


Border color

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

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

This div border color is #350525.


Opacity

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

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

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

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

This text has shadow with #350525 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #350525 on black background.


Color preview on white background

This text has color #350525 on white background.



Black color preview on #350525 background

This text has black color on #350525 background.


White color preview on #350525 background

This text has white color on #350525 background.