COLOR #35344D

HEX: #35344D
RGB: (53,52,77)

Color info

#35344D contains red, green and blue colors in about the same proportion. Web safe color of #35344D is #333333 (or #333).

RGB color model

#35344D color RGB value is (53,52,77).

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

RGB channels and saturation

R 53 of 255 = 21%
G 52 of 255 = 20%
B 77 of 255 = 30%

53
52
77

R + G + B ~ 24%. #35344D is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 52 + 77 = 182 (100%)
R 53 of 182 ~ 29.12%
G 52 of 182 ~ 28.57%
B 77 of 182 ~ 42.31%

%29.12
%28.57
%42.31

CMYK color model

#35344D color CMYK value is (31,32,0,70).

  • cyan value is 31.17%
  • magenta value is 32.47%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(31,32,0,70)
C31M32Y0K70 
(31%,32%,0%,70%)
(0.31/0.32/0.00/0.70)	

CMYK percentages

%31.17
%32.47
%0
%69.8

Codes

Color #35344D in popluar color models

35344D
RGB535277
HSL242°19.38%25.29%
HSB/HSV242°32.47%30.20%
CMYK31.17%32.47%0.00%
69.80%

Color #35344D in popluar number systems.

HEX35344D
Decimal535277
Binary1101011101001001101
Octal6564115

Shades and tints

Shades of #35344D

#35344D
(53,52,77)
#313046
(49,48,70)
#2D2C3F
(45,44,63)
#292838
(41,40,56)
#252431
(37,36,49)
#21202A
(33,32,42)
#1D1C23
(29,28,35)
#19181C
(25,24,28)
#151415
(21,20,21)
#11100E
(17,16,14)
#0D0C07
(13,12,7)
#000000
(0,0,0)

Tints of #35344D

#35344D
(53,52,77)
#47465D
(71,70,93)
#59586D
(89,88,109)
#6B6A7D
(107,106,125)
#7D7C8D
(125,124,141)
#8F8E9D
(143,142,157)
#A1A0AD
(161,160,173)
#B3B2BD
(179,178,189)
#C5C4CD
(197,196,205)
#D7D6DD
(215,214,221)
#E9E8ED
(233,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #35344D; }

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

This text font color is #35344D.


Background Color

.myBgColor { background-color: #35344D; }

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

This div background color is #35344D.


Border color

.myBorderColor { border: 1px solid #35344D; }

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

This div border color is #35344D.


Opacity

.myOpacity80 { color: #35344D; opacity: 0.8; }

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

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

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

This text has shadow with #35344D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35344D on black background.


Color preview on white background

This text has color #35344D on white background.



Black color preview on #35344D background

This text has black color on #35344D background.


White color preview on #35344D background

This text has white color on #35344D background.