COLOR #334243

HEX: #334243 RGB: (51,66,67)

Color info

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

RGB color model

#334243 color RGB value is (51,66,67).

RGB: (51,66,67) (20%, 26%, 26%)

RGB channels and saturation

R 51 of 255 = 20%
G 66 of 255 = 26%
B 67 of 255 = 26%

51
66
67

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

Portions of RGB colors in percentages

R + G + B = 51 + 66 + 67 = 184 (100%)
R 51 of 184 ~ 27.72%
G 66 of 184 ~ 35.87%
B 67 of 184 ~ 36.41'%

%27.72
%35.87
%36.41

CMYK color model

#334243 color CMYK value is (24,1,0,74).

  • cyan value is 23.88%
  • magenta value is 1.49%
  • yellow value is 0.00%
  • key color value is 73.73%

CMYK: (24,1,0,74)
C24M1Y0K74 (24%, 1%, 0%, 74%)
(0.24 / 0.01 / 0.00 / 0.74)

CMYK percentages

%23.88
%1.49
%0
%73.73

Codes

Color #334243 in popluar color models

33 42 43
RGB 51 66 67
HSL 184° 13.56% 23.14%
HSB/HSV 184° 23.88% 26.27%
CMYK 23.88% 1.49% 0.00%
73.73%

Color #334243 in popluar number systems.

HEX 33 42 43
Decimal 51 66 67
Binary 110011 1000010 1000011
Octal 63 102 103

Shades and tints

Shades of #334243

#334243
(51,66,67)
#2F3C3D
(47,60,61)
#2B3637
(43,54,55)
#273031
(39,48,49)
#232A2B
(35,42,43)
#1F2425
(31,36,37)
#1B1E1F
(27,30,31)
#171819
(23,24,25)
#131213
(19,18,19)
#0F0C0D
(15,12,13)
#0B0607
(11,6,7)
#000000
(0,0,0)

Tints of #334243

#334243
(51,66,67)
#455354
(69,83,84)
#576465
(87,100,101)
#697576
(105,117,118)
#7B8687
(123,134,135)
#8D9798
(141,151,152)
#9FA8A9
(159,168,169)
#B1B9BA
(177,185,186)
#C3CACB
(195,202,203)
#D5DBDC
(213,219,220)
#E7ECED
(231,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #334243; }

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

This text font color is #334243.

Background Color

.myBgColor { background-color: #334243; }

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

This div background color is #334243.

Border color

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

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

This div border color is #334243.

Opacity

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

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

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

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

This text has shadow with #334243 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #334243.

Preview

Color preview on black background

This text has color #334243 on black background.


Color preview on white background

This text has color #334243 on white background.


Black color preview on #334243 background

This text has black color on #334243 background.


White color preview on #334243 background

This text has white color on #334243 background.


Related colors

Complementary color

Complementary color for #hex is #CCBDBC.


I love getcolorcode.com

Triadic colors

1 #433342 and #424333 with #334243 are triadic colors.

2 #434233 and #423343 with #334243 are triadic colors.