COLOR #334B3F

HEX: #334B3F
RGB: (51,75,63)

Color info

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

RGB color model

#334B3F color RGB value is (51,75,63).

  • red value is 51;
  • green value is 75;
  • blue value is 63.
RGB:
(51,75,63)
(20%,29%,25%)

RGB channels and saturation

R 51 of 255 = 20%
G 75 of 255 = 29%
B 63 of 255 = 25%

51
75
63

R + G + B ~ 25%. #334B3F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 75 + 63 = 189 (100%)
R 51 of 189 ~ 26.98%
G 75 of 189 ~ 39.68%
B 63 of 189 ~ 33.33%

%26.98
%39.68
%33.33

CMYK color model

#334B3F color CMYK value is (32,0,16,71).

  • cyan value is 32.00%
  • magenta value is 0.00%
  • yellow value is 16.00%
  • key color value is 70.59%
CMYK:
(32,0,16,71)
C32M0Y16K71 
(32%,0%,16%,71%)
(0.32/0.00/0.16/0.71)	

CMYK percentages

%32
%0
%16
%70.59

Codes

Color #334B3F in popluar color models

334B3F
RGB517563
HSL150°19.05%24.71%
HSB/HSV150°32.00%29.41%
CMYK32.00%0.00%16.00%
70.59%

Color #334B3F in popluar number systems.

HEX334B3F
Decimal517563
Binary1100111001011111111
Octal6311377

Shades and tints

Shades of #334B3F

#334B3F
(51,75,63)
#2F453A
(47,69,58)
#2B3F35
(43,63,53)
#273930
(39,57,48)
#23332B
(35,51,43)
#1F2D26
(31,45,38)
#1B2721
(27,39,33)
#17211C
(23,33,28)
#131B17
(19,27,23)
#0F1512
(15,21,18)
#0B0F0D
(11,15,13)
#000000
(0,0,0)

Tints of #334B3F

#334B3F
(51,75,63)
#455B50
(69,91,80)
#576B61
(87,107,97)
#697B72
(105,123,114)
#7B8B83
(123,139,131)
#8D9B94
(141,155,148)
#9FABA5
(159,171,165)
#B1BBB6
(177,187,182)
#C3CBC7
(195,203,199)
#D5DBD8
(213,219,216)
#E7EBE9
(231,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #334B3F; }

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

This text font color is #334B3F.


Background Color

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

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

This div background color is #334B3F.


Border color

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

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

This div border color is #334B3F.


Opacity

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

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

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

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

This text has shadow with #334B3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #334B3F on black background.


Color preview on white background

This text has color #334B3F on white background.



Black color preview on #334B3F background

This text has black color on #334B3F background.


White color preview on #334B3F background

This text has white color on #334B3F background.