COLOR #33343D

HEX: #33343D RGB: (51,52,61)

Color info

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

RGB color model

#33343D color RGB value is (51,52,61).

RGB: (51,52,61) (20%, 20%, 24%)

RGB channels and saturation

R 51 of 255 = 20%
G 52 of 255 = 20%
B 61 of 255 = 24%

51
52
61

R + G + B ~ 21%. #33343D is dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 52 + 61 = 164 (100%)
R 51 of 164 ~ 31.1%
G 52 of 164 ~ 31.71%
B 61 of 164 ~ 37.2'%

%31.1
%31.71
%37.2

CMYK color model

#33343D color CMYK value is (16,15,0,76).

  • cyan value is 16.39%
  • magenta value is 14.75%
  • yellow value is 0.00%
  • key color value is 76.08%

CMYK: (16,15,0,76)
C16M15Y0K76 (16%, 15%, 0%, 76%)
(0.16 / 0.15 / 0.00 / 0.76)

CMYK percentages

%16.39
%14.75
%0
%76.08

Codes

Color #33343D in popluar color models

33 34 3D
RGB 51 52 61
HSL 234° 8.93% 21.96%
HSB/HSV 234° 16.39% 23.92%
CMYK 16.39% 14.75% 0.00%
76.08%

Color #33343D in popluar number systems.

HEX 33 34 3D
Decimal 51 52 61
Binary 110011 110100 111101
Octal 63 64 75

Shades and tints

Shades of #33343D

#33343D
(51,52,61)
#2F3038
(47,48,56)
#2B2C33
(43,44,51)
#27282E
(39,40,46)
#232429
(35,36,41)
#1F2024
(31,32,36)
#1B1C1F
(27,28,31)
#17181A
(23,24,26)
#131415
(19,20,21)
#0F1010
(15,16,16)
#0B0C0B
(11,12,11)
#000000
(0,0,0)

Tints of #33343D

#33343D
(51,52,61)
#45464E
(69,70,78)
#57585F
(87,88,95)
#696A70
(105,106,112)
#7B7C81
(123,124,129)
#8D8E92
(141,142,146)
#9FA0A3
(159,160,163)
#B1B2B4
(177,178,180)
#C3C4C5
(195,196,197)
#D5D6D6
(213,214,214)
#E7E8E7
(231,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33343D color. Also use rgb(51,52,61) instead hex code.

Text Font Color

.myTextColor { color: #33343D; }

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

This text font color is #33343D.

Background Color

.myBgColor { background-color: #33343D; }

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

This div background color is #33343D.

Border color

.myBorderColor { border: 1px solid #33343D; }

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

This div border color is #33343D.

Opacity

.myOpacity80 { color: #33343D; opacity: 0.8; }

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

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

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

This text has shadow with #33343D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #33343D.

Preview

Color preview on black background

This text has color #33343D on black background.


Color preview on white background

This text has color #33343D on white background.


Black color preview on #33343D background

This text has black color on #33343D background.


White color preview on #33343D background

This text has white color on #33343D background.


Related colors

Complementary color

Complementary color for #hex is #CCCBC2.


I love getcolorcode.com

Triadic colors

1 #3D3334 and #343D33 with #33343D are triadic colors.

2 #3D3433 and #34333D with #33343D are triadic colors.