COLOR #334C36

HEX: #334C36
RGB: (51,76,54)

Color info

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

RGB color model

#334C36 color RGB value is (51,76,54).

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

RGB channels and saturation

R 51 of 255 = 20%
G 76 of 255 = 30%
B 54 of 255 = 21%

51
76
54

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

Portions of RGB colors in percentages

R + G + B =
51 + 76 + 54 = 181 (100%)
R 51 of 181 ~ 28.18%
G 76 of 181 ~ 41.99%
B 54 of 181 ~ 29.83%

%28.18
%41.99
%29.83

CMYK color model

#334C36 color CMYK value is (33,0,29,70).

  • cyan value is 32.89%
  • magenta value is 0.00%
  • yellow value is 28.95%
  • key color value is 70.20%
CMYK:
(33,0,29,70)
C33M0Y29K70 
(33%,0%,29%,70%)
(0.33/0.00/0.29/0.70)	

CMYK percentages

%32.89
%0
%28.95
%70.2

Codes

Color #334C36 in popluar color models

334C36
RGB517654
HSL127°19.69%24.90%
HSB/HSV127°32.89%29.80%
CMYK32.89%0.00%28.95%
70.20%

Color #334C36 in popluar number systems.

HEX334C36
Decimal517654
Binary1100111001100110110
Octal6311466

Shades and tints

Shades of #334C36

#334C36
(51,76,54)
#2F4632
(47,70,50)
#2B402E
(43,64,46)
#273A2A
(39,58,42)
#233426
(35,52,38)
#1F2E22
(31,46,34)
#1B281E
(27,40,30)
#17221A
(23,34,26)
#131C16
(19,28,22)
#0F1612
(15,22,18)
#0B100E
(11,16,14)
#000000
(0,0,0)

Tints of #334C36

#334C36
(51,76,54)
#455C48
(69,92,72)
#576C5A
(87,108,90)
#697C6C
(105,124,108)
#7B8C7E
(123,140,126)
#8D9C90
(141,156,144)
#9FACA2
(159,172,162)
#B1BCB4
(177,188,180)
#C3CCC6
(195,204,198)
#D5DCD8
(213,220,216)
#E7ECEA
(231,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #334C36; }

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

This text font color is #334C36.


Background Color

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

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

This div background color is #334C36.


Border color

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

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

This div border color is #334C36.


Opacity

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

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

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

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

This text has shadow with #334C36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #334C36 on black background.


Color preview on white background

This text has color #334C36 on white background.



Black color preview on #334C36 background

This text has black color on #334C36 background.


White color preview on #334C36 background

This text has white color on #334C36 background.