COLOR #383757

HEX: #383757
RGB: (56,55,87)

Color info

#383757 contains red, green and blue colors in about the same proportion. Web safe color of #383757 is #333366 (or #336).

RGB color model

#383757 color RGB value is (56,55,87).

  • red value is 56;
  • green value is 55;
  • blue value is 87.
RGB:
(56,55,87)
(22%,22%,34%)

RGB channels and saturation

R 56 of 255 = 22%
G 55 of 255 = 22%
B 87 of 255 = 34%

56
55
87

R + G + B ~ 26%. #383757 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 55 + 87 = 198 (100%)
R 56 of 198 ~ 28.28%
G 55 of 198 ~ 27.78%
B 87 of 198 ~ 43.94%

%28.28
%27.78
%43.94

CMYK color model

#383757 color CMYK value is (36,37,0,66).

  • cyan value is 35.63%
  • magenta value is 36.78%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(36,37,0,66)
C36M37Y0K66 
(36%,37%,0%,66%)
(0.36/0.37/0.00/0.66)	

CMYK percentages

%35.63
%36.78
%0
%65.88

Codes

Color #383757 in popluar color models

383757
RGB565587
HSL242°22.54%27.84%
HSB/HSV242°36.78%34.12%
CMYK35.63%36.78%0.00%
65.88%

Color #383757 in popluar number systems.

HEX383757
Decimal565587
Binary1110001101111010111
Octal7067127

Shades and tints

Shades of #383757

#383757
(56,55,87)
#333250
(51,50,80)
#2E2D49
(46,45,73)
#292842
(41,40,66)
#24233B
(36,35,59)
#1F1E34
(31,30,52)
#1A192D
(26,25,45)
#151426
(21,20,38)
#100F1F
(16,15,31)
#0B0A18
(11,10,24)
#060511
(6,5,17)
#000000
(0,0,0)

Tints of #383757

#383757
(56,55,87)
#4A4966
(74,73,102)
#5C5B75
(92,91,117)
#6E6D84
(110,109,132)
#807F93
(128,127,147)
#9291A2
(146,145,162)
#A4A3B1
(164,163,177)
#B6B5C0
(182,181,192)
#C8C7CF
(200,199,207)
#DAD9DE
(218,217,222)
#ECEBED
(236,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #383757 color. Also use rgb(56,55,87) instead hex code.

Text Font Color

.myTextColor { color: #383757; }

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

This text font color is #383757.


Background Color

.myBgColor { background-color: #383757; }

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

This div background color is #383757.


Border color

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

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

This div border color is #383757.


Opacity

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

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

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

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

This text has shadow with #383757 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #383757 on black background.


Color preview on white background

This text has color #383757 on white background.



Black color preview on #383757 background

This text has black color on #383757 background.


White color preview on #383757 background

This text has white color on #383757 background.