COLOR #35134C

HEX: #35134C
RGB: (53,19,76)

Color info

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

RGB color model

#35134C color RGB value is (53,19,76).

  • red value is 53;
  • green value is 19;
  • blue value is 76.
RGB:
(53,19,76)
(21%,7%,30%)

RGB channels and saturation

R 53 of 255 = 21%
G 19 of 255 = 7%
B 76 of 255 = 30%

53
19
76

R + G + B ~ 19%. #35134C is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 19 + 76 = 148 (100%)
R 53 of 148 ~ 35.81%
G 19 of 148 ~ 12.84%
B 76 of 148 ~ 51.35%

%35.81
%12.84
%51.35

CMYK color model

#35134C color CMYK value is (30,75,0,70).

  • cyan value is 30.26%
  • magenta value is 75.00%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(30,75,0,70)
C30M75Y0K70 
(30%,75%,0%,70%)
(0.30/0.75/0.00/0.70)	

CMYK percentages

%30.26
%75
%0
%70.2

Codes

Color #35134C in popluar color models

35134C
RGB531976
HSL276°60.00%18.63%
HSB/HSV276°75.00%29.80%
CMYK30.26%75.00%0.00%
70.20%

Color #35134C in popluar number systems.

HEX35134C
Decimal531976
Binary110101100111001100
Octal6523114

Shades and tints

Shades of #35134C

#35134C
(53,19,76)
#311246
(49,18,70)
#2D1140
(45,17,64)
#29103A
(41,16,58)
#250F34
(37,15,52)
#210E2E
(33,14,46)
#1D0D28
(29,13,40)
#190C22
(25,12,34)
#150B1C
(21,11,28)
#110A16
(17,10,22)
#0D0910
(13,9,16)
#000000
(0,0,0)

Tints of #35134C

#35134C
(53,19,76)
#47285C
(71,40,92)
#593D6C
(89,61,108)
#6B527C
(107,82,124)
#7D678C
(125,103,140)
#8F7C9C
(143,124,156)
#A191AC
(161,145,172)
#B3A6BC
(179,166,188)
#C5BBCC
(197,187,204)
#D7D0DC
(215,208,220)
#E9E5EC
(233,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35134C color. Also use rgb(53,19,76) instead hex code.

Text Font Color

.myTextColor { color: #35134C; }

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

This text font color is #35134C.


Background Color

.myBgColor { background-color: #35134C; }

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

This div background color is #35134C.


Border color

.myBorderColor { border: 1px solid #35134C; }

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

This div border color is #35134C.


Opacity

.myOpacity80 { color: #35134C; opacity: 0.8; }

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

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

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

This text has shadow with #35134C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35134C on black background.


Color preview on white background

This text has color #35134C on white background.



Black color preview on #35134C background

This text has black color on #35134C background.


White color preview on #35134C background

This text has white color on #35134C background.