COLOR #350034

HEX: #350034
RGB: (53,0,52)

Color info

#350034 contains only red and blue colors. Web safe color of #350034 is #330033 (or #303).

RGB color model

#350034 color RGB value is (53,0,52).

  • red value is 53;
  • green value is 0;
  • blue value is 52.
RGB:
(53,0,52)
(21%,0%,20%)

RGB channels and saturation

R 53 of 255 = 21%
G 0 of 255 = 0%
B 52 of 255 = 20%

53
0
52

R + G + B ~ 14%. #350034 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 0 + 52 = 105 (100%)
R 53 of 105 ~ 50.48%
G 0 of 105 ~ 0%
B 52 of 105 ~ 49.52%

%50.48
%49.52

CMYK color model

#350034 color CMYK value is (0,100,2,79).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 1.89%
  • key color value is 79.22%
CMYK:
(0,100,2,79)
C0M100Y2K79 
(0%,100%,2%,79%)
(0.00/1.00/0.02/0.79)	

CMYK percentages

%0
%100
%1.89
%79.22

Codes

Color #350034 in popluar color models

350034
RGB53052
HSL301°100.00%10.39%
HSB/HSV301°100.00%20.78%
CMYK0.00%100.00%1.89%
79.22%

Color #350034 in popluar number systems.

HEX350034
Decimal53052
Binary1101010110100
Octal65064

Shades and tints

Shades of #350034

#350034
(53,0,52)
#310030
(49,0,48)
#2D002C
(45,0,44)
#290028
(41,0,40)
#250024
(37,0,36)
#210020
(33,0,32)
#1D001C
(29,0,28)
#190018
(25,0,24)
#150014
(21,0,20)
#110010
(17,0,16)
#0D000C
(13,0,12)
#000000
(0,0,0)

Tints of #350034

#350034
(53,0,52)
#471746
(71,23,70)
#592E58
(89,46,88)
#6B456A
(107,69,106)
#7D5C7C
(125,92,124)
#8F738E
(143,115,142)
#A18AA0
(161,138,160)
#B3A1B2
(179,161,178)
#C5B8C4
(197,184,196)
#D7CFD6
(215,207,214)
#E9E6E8
(233,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #350034 color. Also use rgb(53,0,52) instead hex code.

Text Font Color

.myTextColor { color: #350034; }

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

This text font color is #350034.


Background Color

.myBgColor { background-color: #350034; }

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

This div background color is #350034.


Border color

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

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

This div border color is #350034.


Opacity

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

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

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

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

This text has shadow with #350034 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #350034 on black background.


Color preview on white background

This text has color #350034 on white background.



Black color preview on #350034 background

This text has black color on #350034 background.


White color preview on #350034 background

This text has white color on #350034 background.