COLOR #334843

HEX: #334843
RGB: (51,72,67)

Color info

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

RGB color model

#334843 color RGB value is (51,72,67).

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

RGB channels and saturation

R 51 of 255 = 20%
G 72 of 255 = 28%
B 67 of 255 = 26%

51
72
67

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

Portions of RGB colors in percentages

R + G + B =
51 + 72 + 67 = 190 (100%)
R 51 of 190 ~ 26.84%
G 72 of 190 ~ 37.89%
B 67 of 190 ~ 35.26%

%26.84
%37.89
%35.26

CMYK color model

#334843 color CMYK value is (29,0,7,72).

  • cyan value is 29.17%
  • magenta value is 0.00%
  • yellow value is 6.94%
  • key color value is 71.76%
CMYK:
(29,0,7,72)
C29M0Y7K72 
(29%,0%,7%,72%)
(0.29/0.00/0.07/0.72)	

CMYK percentages

%29.17
%0
%6.94
%71.76

Codes

Color #334843 in popluar color models

334843
RGB517267
HSL166°17.07%24.12%
HSB/HSV166°29.17%28.24%
CMYK29.17%0.00%6.94%
71.76%

Color #334843 in popluar number systems.

HEX334843
Decimal517267
Binary11001110010001000011
Octal63110103

Shades and tints

Shades of #334843

#334843
(51,72,67)
#2F423D
(47,66,61)
#2B3C37
(43,60,55)
#273631
(39,54,49)
#23302B
(35,48,43)
#1F2A25
(31,42,37)
#1B241F
(27,36,31)
#171E19
(23,30,25)
#131813
(19,24,19)
#0F120D
(15,18,13)
#0B0C07
(11,12,7)
#000000
(0,0,0)

Tints of #334843

#334843
(51,72,67)
#455854
(69,88,84)
#576865
(87,104,101)
#697876
(105,120,118)
#7B8887
(123,136,135)
#8D9898
(141,152,152)
#9FA8A9
(159,168,169)
#B1B8BA
(177,184,186)
#C3C8CB
(195,200,203)
#D5D8DC
(213,216,220)
#E7E8ED
(231,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #334843; }

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

This text font color is #334843.


Background Color

.myBgColor { background-color: #334843; }

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

This div background color is #334843.


Border color

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

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

This div border color is #334843.


Opacity

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

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

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

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

This text has shadow with #334843 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #334843 on black background.


Color preview on white background

This text has color #334843 on white background.



Black color preview on #334843 background

This text has black color on #334843 background.


White color preview on #334843 background

This text has white color on #334843 background.