COLOR #350736

HEX: #350736
RGB: (53,7,54)

Color info

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

RGB color model

#350736 color RGB value is (53,7,54).

  • red value is 53;
  • green value is 7;
  • blue value is 54.
RGB:
(53,7,54)
(21%,3%,21%)

RGB channels and saturation

R 53 of 255 = 21%
G 7 of 255 = 3%
B 54 of 255 = 21%

53
7
54

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

Portions of RGB colors in percentages

R + G + B =
53 + 7 + 54 = 114 (100%)
R 53 of 114 ~ 46.49%
G 7 of 114 ~ 6.14%
B 54 of 114 ~ 47.37%

%46.49
%47.37

CMYK color model

#350736 color CMYK value is (2,87,0,79).

  • cyan value is 1.85%
  • magenta value is 87.04%
  • yellow value is 0.00%
  • key color value is 78.82%
CMYK:
(2,87,0,79)
C2M87Y0K79 
(2%,87%,0%,79%)
(0.02/0.87/0.00/0.79)	

CMYK percentages

%1.85
%87.04
%0
%78.82

Codes

Color #350736 in popluar color models

350736
RGB53754
HSL299°77.05%11.96%
HSB/HSV299°87.04%21.18%
CMYK1.85%87.04%0.00%
78.82%

Color #350736 in popluar number systems.

HEX350736
Decimal53754
Binary110101111110110
Octal65766

Shades and tints

Shades of #350736

#350736
(53,7,54)
#310732
(49,7,50)
#2D072E
(45,7,46)
#29072A
(41,7,42)
#250726
(37,7,38)
#210722
(33,7,34)
#1D071E
(29,7,30)
#19071A
(25,7,26)
#150716
(21,7,22)
#110712
(17,7,18)
#0D070E
(13,7,14)
#000000
(0,0,0)

Tints of #350736

#350736
(53,7,54)
#471D48
(71,29,72)
#59335A
(89,51,90)
#6B496C
(107,73,108)
#7D5F7E
(125,95,126)
#8F7590
(143,117,144)
#A18BA2
(161,139,162)
#B3A1B4
(179,161,180)
#C5B7C6
(197,183,198)
#D7CDD8
(215,205,216)
#E9E3EA
(233,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #350736 color. Also use rgb(53,7,54) instead hex code.

Text Font Color

.myTextColor { color: #350736; }

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

This text font color is #350736.


Background Color

.myBgColor { background-color: #350736; }

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

This div background color is #350736.


Border color

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

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

This div border color is #350736.


Opacity

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

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

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

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

This text has shadow with #350736 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #350736 on black background.


Color preview on white background

This text has color #350736 on white background.



Black color preview on #350736 background

This text has black color on #350736 background.


White color preview on #350736 background

This text has white color on #350736 background.