COLOR #354441

HEX: #354441
RGB: (53,68,65)

Color info

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

RGB color model

#354441 color RGB value is (53,68,65).

  • red value is 53;
  • green value is 68;
  • blue value is 65.
RGB:
(53,68,65)
(21%,27%,25%)

RGB channels and saturation

R 53 of 255 = 21%
G 68 of 255 = 27%
B 65 of 255 = 25%

53
68
65

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

Portions of RGB colors in percentages

R + G + B =
53 + 68 + 65 = 186 (100%)
R 53 of 186 ~ 28.49%
G 68 of 186 ~ 36.56%
B 65 of 186 ~ 34.95%

%28.49
%36.56
%34.95

CMYK color model

#354441 color CMYK value is (22,0,4,73).

  • cyan value is 22.06%
  • magenta value is 0.00%
  • yellow value is 4.41%
  • key color value is 73.33%
CMYK:
(22,0,4,73)
C22M0Y4K73 
(22%,0%,4%,73%)
(0.22/0.00/0.04/0.73)	

CMYK percentages

%22.06
%0
%4.41
%73.33

Codes

Color #354441 in popluar color models

354441
RGB536865
HSL168°12.40%23.73%
HSB/HSV168°22.06%26.67%
CMYK22.06%0.00%4.41%
73.33%

Color #354441 in popluar number systems.

HEX354441
Decimal536865
Binary11010110001001000001
Octal65104101

Shades and tints

Shades of #354441

#354441
(53,68,65)
#313E3C
(49,62,60)
#2D3837
(45,56,55)
#293232
(41,50,50)
#252C2D
(37,44,45)
#212628
(33,38,40)
#1D2023
(29,32,35)
#191A1E
(25,26,30)
#151419
(21,20,25)
#110E14
(17,14,20)
#0D080F
(13,8,15)
#000000
(0,0,0)

Tints of #354441

#354441
(53,68,65)
#475552
(71,85,82)
#596663
(89,102,99)
#6B7774
(107,119,116)
#7D8885
(125,136,133)
#8F9996
(143,153,150)
#A1AAA7
(161,170,167)
#B3BBB8
(179,187,184)
#C5CCC9
(197,204,201)
#D7DDDA
(215,221,218)
#E9EEEB
(233,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #354441 color. Also use rgb(53,68,65) instead hex code.

Text Font Color

.myTextColor { color: #354441; }

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

This text font color is #354441.


Background Color

.myBgColor { background-color: #354441; }

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

This div background color is #354441.


Border color

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

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

This div border color is #354441.


Opacity

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

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

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

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

This text has shadow with #354441 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #354441 on black background.


Color preview on white background

This text has color #354441 on white background.



Black color preview on #354441 background

This text has black color on #354441 background.


White color preview on #354441 background

This text has white color on #354441 background.