COLOR #383B4D

HEX: #383B4D
RGB: (56,59,77)

Color info

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

RGB color model

#383B4D color RGB value is (56,59,77).

  • red value is 56;
  • green value is 59;
  • blue value is 77.
RGB:
(56,59,77)
(22%,23%,30%)

RGB channels and saturation

R 56 of 255 = 22%
G 59 of 255 = 23%
B 77 of 255 = 30%

56
59
77

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

Portions of RGB colors in percentages

R + G + B =
56 + 59 + 77 = 192 (100%)
R 56 of 192 ~ 29.17%
G 59 of 192 ~ 30.73%
B 77 of 192 ~ 40.1%

%29.17
%30.73
%40.1

CMYK color model

#383B4D color CMYK value is (27,23,0,70).

  • cyan value is 27.27%
  • magenta value is 23.38%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(27,23,0,70)
C27M23Y0K70 
(27%,23%,0%,70%)
(0.27/0.23/0.00/0.70)	

CMYK percentages

%27.27
%23.38
%0
%69.8

Codes

Color #383B4D in popluar color models

383B4D
RGB565977
HSL231°15.79%26.08%
HSB/HSV231°27.27%30.20%
CMYK27.27%23.38%0.00%
69.80%

Color #383B4D in popluar number systems.

HEX383B4D
Decimal565977
Binary1110001110111001101
Octal7073115

Shades and tints

Shades of #383B4D

#383B4D
(56,59,77)
#333646
(51,54,70)
#2E313F
(46,49,63)
#292C38
(41,44,56)
#242731
(36,39,49)
#1F222A
(31,34,42)
#1A1D23
(26,29,35)
#15181C
(21,24,28)
#101315
(16,19,21)
#0B0E0E
(11,14,14)
#060907
(6,9,7)
#000000
(0,0,0)

Tints of #383B4D

#383B4D
(56,59,77)
#4A4C5D
(74,76,93)
#5C5D6D
(92,93,109)
#6E6E7D
(110,110,125)
#807F8D
(128,127,141)
#92909D
(146,144,157)
#A4A1AD
(164,161,173)
#B6B2BD
(182,178,189)
#C8C3CD
(200,195,205)
#DAD4DD
(218,212,221)
#ECE5ED
(236,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #383B4D color. Also use rgb(56,59,77) instead hex code.

Text Font Color

.myTextColor { color: #383B4D; }

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

This text font color is #383B4D.


Background Color

.myBgColor { background-color: #383B4D; }

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

This div background color is #383B4D.


Border color

.myBorderColor { border: 1px solid #383B4D; }

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

This div border color is #383B4D.


Opacity

.myOpacity80 { color: #383B4D; opacity: 0.8; }

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

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

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

This text has shadow with #383B4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #383B4D on black background.


Color preview on white background

This text has color #383B4D on white background.



Black color preview on #383B4D background

This text has black color on #383B4D background.


White color preview on #383B4D background

This text has white color on #383B4D background.