COLOR #333D4D

HEX: #333D4D RGB: (51,61,77)

Color info

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

RGB color model

#333D4D color RGB value is (51,61,77).

RGB: (51,61,77) (20%, 24%, 30%)

RGB channels and saturation

R 51 of 255 = 20%
G 61 of 255 = 24%
B 77 of 255 = 30%

51
61
77

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

Portions of RGB colors in percentages

R + G + B = 51 + 61 + 77 = 189 (100%)
R 51 of 189 ~ 26.98%
G 61 of 189 ~ 32.28%
B 77 of 189 ~ 40.74'%

%26.98
%32.28
%40.74

CMYK color model

#333D4D color CMYK value is (34,21,0,70).

  • cyan value is 33.77%
  • magenta value is 20.78%
  • yellow value is 0.00%
  • key color value is 69.80%

CMYK: (34,21,0,70)
C34M21Y0K70 (34%, 21%, 0%, 70%)
(0.34 / 0.21 / 0.00 / 0.70)

CMYK percentages

%33.77
%20.78
%0
%69.8

Codes

Color #333D4D in popluar color models

33 3D 4D
RGB 51 61 77
HSL 217° 20.31% 25.10%
HSB/HSV 217° 33.77% 30.20%
CMYK 33.77% 20.78% 0.00%
69.80%

Color #333D4D in popluar number systems.

HEX 33 3D 4D
Decimal 51 61 77
Binary 110011 111101 1001101
Octal 63 75 115

Shades and tints

Shades of #333D4D

#333D4D
(51,61,77)
#2F3846
(47,56,70)
#2B333F
(43,51,63)
#272E38
(39,46,56)
#232931
(35,41,49)
#1F242A
(31,36,42)
#1B1F23
(27,31,35)
#171A1C
(23,26,28)
#131515
(19,21,21)
#0F100E
(15,16,14)
#0B0B07
(11,11,7)
#000000
(0,0,0)

Tints of #333D4D

#333D4D
(51,61,77)
#454E5D
(69,78,93)
#575F6D
(87,95,109)
#69707D
(105,112,125)
#7B818D
(123,129,141)
#8D929D
(141,146,157)
#9FA3AD
(159,163,173)
#B1B4BD
(177,180,189)
#C3C5CD
(195,197,205)
#D5D6DD
(213,214,221)
#E7E7ED
(231,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #333D4D color. Also use rgb(51,61,77) instead hex code.

Text Font Color

.myTextColor { color: #333D4D; }

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

This text font color is #333D4D.

Background Color

.myBgColor { background-color: #333D4D; }

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

This div background color is #333D4D.

Border color

.myBorderColor { border: 1px solid #333D4D; }

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

This div border color is #333D4D.

Opacity

.myOpacity80 { color: #333D4D; opacity: 0.8; }

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

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

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

This text has shadow with #333D4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #333D4D.

Preview

Color preview on black background

This text has color #333D4D on black background.


Color preview on white background

This text has color #333D4D on white background.


Black color preview on #333D4D background

This text has black color on #333D4D background.


White color preview on #333D4D background

This text has white color on #333D4D background.


Related colors

Complementary color

Complementary color for #hex is #CCC2B2.


I love getcolorcode.com

Triadic colors

1 #4D333D and #3D4D33 with #333D4D are triadic colors.

2 #4D3D33 and #3D334D with #333D4D are triadic colors.