COLOR #383851

HEX: #383851
RGB: (56,56,81)

Color info

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

RGB color model

#383851 color RGB value is (56,56,81).

  • red value is 56;
  • green value is 56;
  • blue value is 81.
RGB:
(56,56,81)
(22%,22%,32%)

RGB channels and saturation

R 56 of 255 = 22%
G 56 of 255 = 22%
B 81 of 255 = 32%

56
56
81

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

Portions of RGB colors in percentages

R + G + B =
56 + 56 + 81 = 193 (100%)
R 56 of 193 ~ 29.02%
G 56 of 193 ~ 29.02%
B 81 of 193 ~ 41.97%

%29.02
%29.02
%41.97

CMYK color model

#383851 color CMYK value is (31,31,0,68).

  • cyan value is 30.86%
  • magenta value is 30.86%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(31,31,0,68)
C31M31Y0K68 
(31%,31%,0%,68%)
(0.31/0.31/0.00/0.68)	

CMYK percentages

%30.86
%30.86
%0
%68.24

Codes

Color #383851 in popluar color models

383851
RGB565681
HSL240°18.25%26.86%
HSB/HSV240°30.86%31.76%
CMYK30.86%30.86%0.00%
68.24%

Color #383851 in popluar number systems.

HEX383851
Decimal565681
Binary1110001110001010001
Octal7070121

Shades and tints

Shades of #383851

#383851
(56,56,81)
#33334A
(51,51,74)
#2E2E43
(46,46,67)
#29293C
(41,41,60)
#242435
(36,36,53)
#1F1F2E
(31,31,46)
#1A1A27
(26,26,39)
#151520
(21,21,32)
#101019
(16,16,25)
#0B0B12
(11,11,18)
#06060B
(6,6,11)
#000000
(0,0,0)

Tints of #383851

#383851
(56,56,81)
#4A4A60
(74,74,96)
#5C5C6F
(92,92,111)
#6E6E7E
(110,110,126)
#80808D
(128,128,141)
#92929C
(146,146,156)
#A4A4AB
(164,164,171)
#B6B6BA
(182,182,186)
#C8C8C9
(200,200,201)
#DADAD8
(218,218,216)
#ECECE7
(236,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #383851; }

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

This text font color is #383851.


Background Color

.myBgColor { background-color: #383851; }

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

This div background color is #383851.


Border color

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

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

This div border color is #383851.


Opacity

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

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

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

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

This text has shadow with #383851 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #383851 on black background.


Color preview on white background

This text has color #383851 on white background.



Black color preview on #383851 background

This text has black color on #383851 background.


White color preview on #383851 background

This text has white color on #383851 background.