COLOR #334C49

HEX: #334C49
RGB: (51,76,73)

Color info

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

RGB color model

#334C49 color RGB value is (51,76,73).

  • red value is 51;
  • green value is 76;
  • blue value is 73.
RGB:
(51,76,73)
(20%,30%,29%)

RGB channels and saturation

R 51 of 255 = 20%
G 76 of 255 = 30%
B 73 of 255 = 29%

51
76
73

R + G + B ~ 26%. #334C49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 76 + 73 = 200 (100%)
R 51 of 200 ~ 25.5%
G 76 of 200 ~ 38%
B 73 of 200 ~ 36.5%

%25.5
%38
%36.5

CMYK color model

#334C49 color CMYK value is (33,0,4,70).

  • cyan value is 32.89%
  • magenta value is 0.00%
  • yellow value is 3.95%
  • key color value is 70.20%
CMYK:
(33,0,4,70)
C33M0Y4K70 
(33%,0%,4%,70%)
(0.33/0.00/0.04/0.70)	

CMYK percentages

%32.89
%0
%3.95
%70.2

Codes

Color #334C49 in popluar color models

334C49
RGB517673
HSL173°19.69%24.90%
HSB/HSV173°32.89%29.80%
CMYK32.89%0.00%3.95%
70.20%

Color #334C49 in popluar number systems.

HEX334C49
Decimal517673
Binary11001110011001001001
Octal63114111

Shades and tints

Shades of #334C49

#334C49
(51,76,73)
#2F4643
(47,70,67)
#2B403D
(43,64,61)
#273A37
(39,58,55)
#233431
(35,52,49)
#1F2E2B
(31,46,43)
#1B2825
(27,40,37)
#17221F
(23,34,31)
#131C19
(19,28,25)
#0F1613
(15,22,19)
#0B100D
(11,16,13)
#000000
(0,0,0)

Tints of #334C49

#334C49
(51,76,73)
#455C59
(69,92,89)
#576C69
(87,108,105)
#697C79
(105,124,121)
#7B8C89
(123,140,137)
#8D9C99
(141,156,153)
#9FACA9
(159,172,169)
#B1BCB9
(177,188,185)
#C3CCC9
(195,204,201)
#D5DCD9
(213,220,217)
#E7ECE9
(231,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #334C49 color. Also use rgb(51,76,73) instead hex code.

Text Font Color

.myTextColor { color: #334C49; }

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

This text font color is #334C49.


Background Color

.myBgColor { background-color: #334C49; }

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

This div background color is #334C49.


Border color

.myBorderColor { border: 1px solid #334C49; }

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

This div border color is #334C49.


Opacity

.myOpacity80 { color: #334C49; opacity: 0.8; }

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

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

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

This text has shadow with #334C49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #334C49 on black background.


Color preview on white background

This text has color #334C49 on white background.



Black color preview on #334C49 background

This text has black color on #334C49 background.


White color preview on #334C49 background

This text has white color on #334C49 background.