COLOR #334B36

HEX: #334B36 RGB: (51,75,54)

Color info

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

RGB color model

#334B36 color RGB value is (51,75,54).

RGB: (51,75,54) (20%, 29%, 21%)

RGB channels and saturation

R 51 of 255 = 20%
G 75 of 255 = 29%
B 54 of 255 = 21%

51
75
54

R + G + B ~ 23%. #334B36 is dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 75 + 54 = 180 (100%)
R 51 of 180 ~ 28.33%
G 75 of 180 ~ 41.67%
B 54 of 180 ~ 30'%

%28.33
%41.67
%30

CMYK color model

#334B36 color CMYK value is (32,0,28,71).

  • cyan value is 32.00%
  • magenta value is 0.00%
  • yellow value is 28.00%
  • key color value is 70.59%
CMYK: (32,0,28,71) C32M0Y28K71 (32%,0%,28%,71%) (0.32/0.00/0.28/0.71) 

CMYK percentages

%32
%0
%28
%70.59

Codes

Color #334B36 in popluar color models

33 4B 36
RGB 51 75 54
HSL 128° 19.05% 24.71%
HSB/HSV 128° 32.00% 29.41%
CMYK 32.00% 0.00% 28.00%
70.59%

Color #334B36 in popluar number systems.

HEX 33 4B 36
Decimal 51 75 54
Binary 110011 1001011 110110
Octal 63 113 66

Shades and tints

Shades of #334B36

#334B36
(51,75,54)
#2F4532
(47,69,50)
#2B3F2E
(43,63,46)
#27392A
(39,57,42)
#233326
(35,51,38)
#1F2D22
(31,45,34)
#1B271E
(27,39,30)
#17211A
(23,33,26)
#131B16
(19,27,22)
#0F1512
(15,21,18)
#0B0F0E
(11,15,14)
#000000
(0,0,0)

Tints of #334B36

#334B36
(51,75,54)
#455B48
(69,91,72)
#576B5A
(87,107,90)
#697B6C
(105,123,108)
#7B8B7E
(123,139,126)
#8D9B90
(141,155,144)
#9FABA2
(159,171,162)
#B1BBB4
(177,187,180)
#C3CBC6
(195,203,198)
#D5DBD8
(213,219,216)
#E7EBEA
(231,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #334B36; }

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

This text font color is #334B36.

Background Color

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

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

This div background color is #334B36.

Border color

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

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

This div border color is #334B36.

Opacity

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

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

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

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

This text has shadow with #334B36 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #334B36.

Preview

Color preview on black background

This text has color #334B36 on black background.


Color preview on white background

This text has color #334B36 on white background.


Black color preview on #334B36 background

This text has black color on #334B36 background.


White color preview on #334B36 background

This text has white color on #334B36 background.


Related colors

Complementary color

Complementary color for #hex is #CCB4C9.


I love getcolorcode.com

Triadic colors

1 #36334B and #4B3633 with #334B36 are triadic colors.

2 #364B33 and #4B3336 with #334B36 are triadic colors.