COLOR #350E43

HEX: #350E43
RGB: (53,14,67)

Color info

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

RGB color model

#350E43 color RGB value is (53,14,67).

  • red value is 53;
  • green value is 14;
  • blue value is 67.
RGB:
(53,14,67)
(21%,5%,26%)

RGB channels and saturation

R 53 of 255 = 21%
G 14 of 255 = 5%
B 67 of 255 = 26%

53
14
67

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

Portions of RGB colors in percentages

R + G + B =
53 + 14 + 67 = 134 (100%)
R 53 of 134 ~ 39.55%
G 14 of 134 ~ 10.45%
B 67 of 134 ~ 50%

%39.55
%10.45
%50

CMYK color model

#350E43 color CMYK value is (21,79,0,74).

  • cyan value is 20.90%
  • magenta value is 79.10%
  • yellow value is 0.00%
  • key color value is 73.73%
CMYK:
(21,79,0,74)
C21M79Y0K74 
(21%,79%,0%,74%)
(0.21/0.79/0.00/0.74)	

CMYK percentages

%20.9
%79.1
%0
%73.73

Codes

Color #350E43 in popluar color models

350E43
RGB531467
HSL284°65.43%15.88%
HSB/HSV284°79.10%26.27%
CMYK20.90%79.10%0.00%
73.73%

Color #350E43 in popluar number systems.

HEX350E43
Decimal531467
Binary11010111101000011
Octal6516103

Shades and tints

Shades of #350E43

#350E43
(53,14,67)
#310D3D
(49,13,61)
#2D0C37
(45,12,55)
#290B31
(41,11,49)
#250A2B
(37,10,43)
#210925
(33,9,37)
#1D081F
(29,8,31)
#190719
(25,7,25)
#150613
(21,6,19)
#11050D
(17,5,13)
#0D0407
(13,4,7)
#000000
(0,0,0)

Tints of #350E43

#350E43
(53,14,67)
#472354
(71,35,84)
#593865
(89,56,101)
#6B4D76
(107,77,118)
#7D6287
(125,98,135)
#8F7798
(143,119,152)
#A18CA9
(161,140,169)
#B3A1BA
(179,161,186)
#C5B6CB
(197,182,203)
#D7CBDC
(215,203,220)
#E9E0ED
(233,224,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #350E43 color. Also use rgb(53,14,67) instead hex code.

Text Font Color

.myTextColor { color: #350E43; }

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

This text font color is #350E43.


Background Color

.myBgColor { background-color: #350E43; }

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

This div background color is #350E43.


Border color

.myBorderColor { border: 1px solid #350E43; }

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

This div border color is #350E43.


Opacity

.myOpacity80 { color: #350E43; opacity: 0.8; }

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

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

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

This text has shadow with #350E43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #350E43 on black background.


Color preview on white background

This text has color #350E43 on white background.



Black color preview on #350E43 background

This text has black color on #350E43 background.


White color preview on #350E43 background

This text has white color on #350E43 background.