COLOR #334048

HEX: #334048
RGB: (51,64,72)

Color info

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

RGB color model

#334048 color RGB value is (51,64,72).

  • red value is 51;
  • green value is 64;
  • blue value is 72.
RGB: (51,64,72) (20%,25%,28%)

RGB channels and saturation

R 51 of 255 = 20%
G 64 of 255 = 25%
B 72 of 255 = 28%

51
64
72

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

Portions of RGB colors in percentages

R + G + B =
51 + 64 + 72 = 187 (100%)
R 51 of 187 ~ 27.27%
G 64 of 187 ~ 34.22%
B 72 of 187 ~ 38.5%

%27.27
%34.22
%38.5

CMYK color model

#334048 color CMYK value is (29,11,0,72).

  • cyan value is 29.17%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK: (29,11,0,72) C29M11Y0K72 (29%,11%,0%,72%) (0.29/0.11/0.00/0.72)

CMYK percentages

%29.17
%11.11
%0
%71.76

Codes

Color #334048 in popluar color models

334048
RGB516472
HSL203°17.07%24.12%
HSB/HSV203°29.17%28.24%
CMYK29.17%11.11%0.00%
71.76%

Color #334048 in popluar number systems.

HEX334048
Decimal516472
Binary11001110000001001000
Octal63100110

Shades and tints

Shades of #334048

#334048
(51,64,72)
#2F3B42
(47,59,66)
#2B363C
(43,54,60)
#273136
(39,49,54)
#232C30
(35,44,48)
#1F272A
(31,39,42)
#1B2224
(27,34,36)
#171D1E
(23,29,30)
#131818
(19,24,24)
#0F1312
(15,19,18)
#0B0E0C
(11,14,12)
#000000
(0,0,0)

Tints of #334048

#334048
(51,64,72)
#455158
(69,81,88)
#576268
(87,98,104)
#697378
(105,115,120)
#7B8488
(123,132,136)
#8D9598
(141,149,152)
#9FA6A8
(159,166,168)
#B1B7B8
(177,183,184)
#C3C8C8
(195,200,200)
#D5D9D8
(213,217,216)
#E7EAE8
(231,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #334048 color. Also use rgb(51,64,72) instead hex code.

Text Font Color

.myTextColor { color: #334048; }

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

This text font color is #334048.


Background Color

.myBgColor { background-color: #334048; }

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

This div background color is #334048.


Border color

.myBorderColor { border: 1px solid #334048; }

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

This div border color is #334048.


Opacity

.myOpacity80 { color: #334048; opacity: 0.8; }

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

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

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

This text has shadow with #334048 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #334048 on black background.


Color preview on white background

This text has color #334048 on white background.



Black color preview on #334048 background

This text has black color on #334048 background.


White color preview on #334048 background

This text has white color on #334048 background.