COLOR #334541

HEX: #334541 RGB: (51,69,65)

Color info

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

RGB color model

#334541 color RGB value is (51,69,65).

RGB: (51,69,65) (20%, 27%, 25%)

RGB channels and saturation

R 51 of 255 = 20%
G 69 of 255 = 27%
B 65 of 255 = 25%

51
69
65

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

Portions of RGB colors in percentages

R + G + B = 51 + 69 + 65 = 185 (100%)
R 51 of 185 ~ 27.57%
G 69 of 185 ~ 37.3%
B 65 of 185 ~ 35.14'%

%27.57
%37.3
%35.14

CMYK color model

#334541 color CMYK value is (26,0,6,73).

  • cyan value is 26.09%
  • magenta value is 0.00%
  • yellow value is 5.80%
  • key color value is 72.94%

CMYK: (26,0,6,73)
C26M0Y6K73 (26%, 0%, 6%, 73%)
(0.26 / 0.00 / 0.06 / 0.73)

CMYK percentages

%26.09
%0
%5.8
%72.94

Codes

Color #334541 in popluar color models

33 45 41
RGB 51 69 65
HSL 167° 15.00% 23.53%
HSB/HSV 167° 26.09% 27.06%
CMYK 26.09% 0.00% 5.80%
72.94%

Color #334541 in popluar number systems.

HEX 33 45 41
Decimal 51 69 65
Binary 110011 1000101 1000001
Octal 63 105 101

Shades and tints

Shades of #334541

#334541
(51,69,65)
#2F3F3C
(47,63,60)
#2B3937
(43,57,55)
#273332
(39,51,50)
#232D2D
(35,45,45)
#1F2728
(31,39,40)
#1B2123
(27,33,35)
#171B1E
(23,27,30)
#131519
(19,21,25)
#0F0F14
(15,15,20)
#0B090F
(11,9,15)
#000000
(0,0,0)

Tints of #334541

#334541
(51,69,65)
#455552
(69,85,82)
#576563
(87,101,99)
#697574
(105,117,116)
#7B8585
(123,133,133)
#8D9596
(141,149,150)
#9FA5A7
(159,165,167)
#B1B5B8
(177,181,184)
#C3C5C9
(195,197,201)
#D5D5DA
(213,213,218)
#E7E5EB
(231,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #334541 color. Also use rgb(51,69,65) instead hex code.

Text Font Color

.myTextColor { color: #334541; }

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

This text font color is #334541.

Background Color

.myBgColor { background-color: #334541; }

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

This div background color is #334541.

Border color

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

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

This div border color is #334541.

Opacity

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

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

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

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

This text has shadow with #334541 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #334541.

Preview

Color preview on black background

This text has color #334541 on black background.


Color preview on white background

This text has color #334541 on white background.


Black color preview on #334541 background

This text has black color on #334541 background.


White color preview on #334541 background

This text has white color on #334541 background.


Related colors

Complementary color

Complementary color for #hex is #CCBABE.


I love getcolorcode.com

Triadic colors

1 #413345 and #454133 with #334541 are triadic colors.

2 #414533 and #453341 with #334541 are triadic colors.