COLOR #354841

HEX: #354841 RGB: (53,72,65)

Color info

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

RGB color model

#354841 color RGB value is (53,72,65).

RGB: (53,72,65) (21%, 28%, 25%)

RGB channels and saturation

R 53 of 255 = 21%
G 72 of 255 = 28%
B 65 of 255 = 25%

53
72
65

R + G + B ~ 25%. #354841 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 72 + 65 = 190 (100%)
R 53 of 190 ~ 27.89%
G 72 of 190 ~ 37.89%
B 65 of 190 ~ 34.21'%

%27.89
%37.89
%34.21

CMYK color model

#354841 color CMYK value is (26,0,10,72).

  • cyan value is 26.39%
  • magenta value is 0.00%
  • yellow value is 9.72%
  • key color value is 71.76%
CMYK: (26,0,10,72) C26M0Y10K72 (26%,0%,10%,72%) (0.26/0.00/0.10/0.72) 

CMYK percentages

%26.39
%0
%9.72
%71.76

Codes

Color #354841 in popluar color models

35 48 41
RGB 53 72 65
HSL 158° 15.20% 24.51%
HSB/HSV 158° 26.39% 28.24%
CMYK 26.39% 0.00% 9.72%
71.76%

Color #354841 in popluar number systems.

HEX 35 48 41
Decimal 53 72 65
Binary 110101 1001000 1000001
Octal 65 110 101

Shades and tints

Shades of #354841

#354841
(53,72,65)
#31423C
(49,66,60)
#2D3C37
(45,60,55)
#293632
(41,54,50)
#25302D
(37,48,45)
#212A28
(33,42,40)
#1D2423
(29,36,35)
#191E1E
(25,30,30)
#151819
(21,24,25)
#111214
(17,18,20)
#0D0C0F
(13,12,15)
#000000
(0,0,0)

Tints of #354841

#354841
(53,72,65)
#475852
(71,88,82)
#596863
(89,104,99)
#6B7874
(107,120,116)
#7D8885
(125,136,133)
#8F9896
(143,152,150)
#A1A8A7
(161,168,167)
#B3B8B8
(179,184,184)
#C5C8C9
(197,200,201)
#D7D8DA
(215,216,218)
#E9E8EB
(233,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #354841; }

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

This text font color is #354841.

Background Color

.myBgColor { background-color: #354841; }

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

This div background color is #354841.

Border color

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

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

This div border color is #354841.

Opacity

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

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

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

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

This text has shadow with #354841 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #354841.

Preview

Color preview on black background

This text has color #354841 on black background.


Color preview on white background

This text has color #354841 on white background.


Black color preview on #354841 background

This text has black color on #354841 background.


White color preview on #354841 background

This text has white color on #354841 background.


Related colors

Complementary color

Complementary color for #hex is #CAB7BE.


I love getcolorcode.com

Triadic colors

1 #413548 and #484135 with #354841 are triadic colors.

2 #414835 and #483541 with #354841 are triadic colors.