COLOR #354058

HEX: #354058
RGB: (53,64,88)

Color info

#354058 contains red, green and blue colors in about the same proportion. Web safe color of #354058 is #333366 (or #336).

RGB color model

#354058 color RGB value is (53,64,88).

  • red value is 53;
  • green value is 64;
  • blue value is 88.
RGB:
(53,64,88)
(21%,25%,35%)

RGB channels and saturation

R 53 of 255 = 21%
G 64 of 255 = 25%
B 88 of 255 = 35%

53
64
88

R + G + B ~ 27%. #354058 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 64 + 88 = 205 (100%)
R 53 of 205 ~ 25.85%
G 64 of 205 ~ 31.22%
B 88 of 205 ~ 42.93%

%25.85
%31.22
%42.93

CMYK color model

#354058 color CMYK value is (40,27,0,65).

  • cyan value is 39.77%
  • magenta value is 27.27%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(40,27,0,65)
C40M27Y0K65 
(40%,27%,0%,65%)
(0.40/0.27/0.00/0.65)	

CMYK percentages

%39.77
%27.27
%0
%65.49

Codes

Color #354058 in popluar color models

354058
RGB536488
HSL221°24.82%27.65%
HSB/HSV221°39.77%34.51%
CMYK39.77%27.27%0.00%
65.49%

Color #354058 in popluar number systems.

HEX354058
Decimal536488
Binary11010110000001011000
Octal65100130

Shades and tints

Shades of #354058

#354058
(53,64,88)
#313B50
(49,59,80)
#2D3648
(45,54,72)
#293140
(41,49,64)
#252C38
(37,44,56)
#212730
(33,39,48)
#1D2228
(29,34,40)
#191D20
(25,29,32)
#151818
(21,24,24)
#111310
(17,19,16)
#0D0E08
(13,14,8)
#000000
(0,0,0)

Tints of #354058

#354058
(53,64,88)
#475167
(71,81,103)
#596276
(89,98,118)
#6B7385
(107,115,133)
#7D8494
(125,132,148)
#8F95A3
(143,149,163)
#A1A6B2
(161,166,178)
#B3B7C1
(179,183,193)
#C5C8D0
(197,200,208)
#D7D9DF
(215,217,223)
#E9EAEE
(233,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #354058 color. Also use rgb(53,64,88) instead hex code.

Text Font Color

.myTextColor { color: #354058; }

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

This text font color is #354058.


Background Color

.myBgColor { background-color: #354058; }

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

This div background color is #354058.


Border color

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

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

This div border color is #354058.


Opacity

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

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

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

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

This text has shadow with #354058 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #354058 on black background.


Color preview on white background

This text has color #354058 on white background.



Black color preview on #354058 background

This text has black color on #354058 background.


White color preview on #354058 background

This text has white color on #354058 background.