COLOR #334C4E

HEX: #334C4E
RGB: (51,76,78)

Color info

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

RGB color model

#334C4E color RGB value is (51,76,78).

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

RGB channels and saturation

R 51 of 255 = 20%
G 76 of 255 = 30%
B 78 of 255 = 31%

51
76
78

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

Portions of RGB colors in percentages

R + G + B =
51 + 76 + 78 = 205 (100%)
R 51 of 205 ~ 24.88%
G 76 of 205 ~ 37.07%
B 78 of 205 ~ 38.05%

%24.88
%37.07
%38.05

CMYK color model

#334C4E color CMYK value is (35,3,0,69).

  • cyan value is 34.62%
  • magenta value is 2.56%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(35,3,0,69)
C35M3Y0K69 
(35%,3%,0%,69%)
(0.35/0.03/0.00/0.69)	

CMYK percentages

%34.62
%2.56
%0
%69.41

Codes

Color #334C4E in popluar color models

334C4E
RGB517678
HSL184°20.93%25.29%
HSB/HSV184°34.62%30.59%
CMYK34.62%2.56%0.00%
69.41%

Color #334C4E in popluar number systems.

HEX334C4E
Decimal517678
Binary11001110011001001110
Octal63114116

Shades and tints

Shades of #334C4E

#334C4E
(51,76,78)
#2F4647
(47,70,71)
#2B4040
(43,64,64)
#273A39
(39,58,57)
#233432
(35,52,50)
#1F2E2B
(31,46,43)
#1B2824
(27,40,36)
#17221D
(23,34,29)
#131C16
(19,28,22)
#0F160F
(15,22,15)
#0B1008
(11,16,8)
#000000
(0,0,0)

Tints of #334C4E

#334C4E
(51,76,78)
#455C5E
(69,92,94)
#576C6E
(87,108,110)
#697C7E
(105,124,126)
#7B8C8E
(123,140,142)
#8D9C9E
(141,156,158)
#9FACAE
(159,172,174)
#B1BCBE
(177,188,190)
#C3CCCE
(195,204,206)
#D5DCDE
(213,220,222)
#E7ECEE
(231,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #334C4E; }

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

This text font color is #334C4E.


Background Color

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

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

This div background color is #334C4E.


Border color

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

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

This div border color is #334C4E.


Opacity

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

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

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

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

This text has shadow with #334C4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #334C4E on black background.


Color preview on white background

This text has color #334C4E on white background.



Black color preview on #334C4E background

This text has black color on #334C4E background.


White color preview on #334C4E background

This text has white color on #334C4E background.