COLOR #383871

HEX: #383871
RGB: (56,56,113)

Color info

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

RGB color model

#383871 color RGB value is (56,56,113).

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

RGB channels and saturation

R 56 of 255 = 22%
G 56 of 255 = 22%
B 113 of 255 = 44%

56
56
113

R + G + B ~ 29%. #383871 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 56 + 113 = 225 (100%)
R 56 of 225 ~ 24.89%
G 56 of 225 ~ 24.89%
B 113 of 225 ~ 50.22%

%24.89
%24.89
%50.22

CMYK color model

#383871 color CMYK value is (50,50,0,56).

  • cyan value is 50.44%
  • magenta value is 50.44%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(50,50,0,56)
C50M50Y0K56 
(50%,50%,0%,56%)
(0.50/0.50/0.00/0.56)	

CMYK percentages

%50.44
%50.44
%0
%55.69

Codes

Color #383871 in popluar color models

383871
RGB5656113
HSL240°33.73%33.14%
HSB/HSV240°50.44%44.31%
CMYK50.44%50.44%0.00%
55.69%

Color #383871 in popluar number systems.

HEX383871
Decimal5656113
Binary1110001110001110001
Octal7070161

Shades and tints

Shades of #383871

#383871
(56,56,113)
#333367
(51,51,103)
#2E2E5D
(46,46,93)
#292953
(41,41,83)
#242449
(36,36,73)
#1F1F3F
(31,31,63)
#1A1A35
(26,26,53)
#15152B
(21,21,43)
#101021
(16,16,33)
#0B0B17
(11,11,23)
#06060D
(6,6,13)
#000000
(0,0,0)

Tints of #383871

#383871
(56,56,113)
#4A4A7D
(74,74,125)
#5C5C89
(92,92,137)
#6E6E95
(110,110,149)
#8080A1
(128,128,161)
#9292AD
(146,146,173)
#A4A4B9
(164,164,185)
#B6B6C5
(182,182,197)
#C8C8D1
(200,200,209)
#DADADD
(218,218,221)
#ECECE9
(236,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #383871; }

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

This text font color is #383871.


Background Color

.myBgColor { background-color: #383871; }

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

This div background color is #383871.


Border color

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

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

This div border color is #383871.


Opacity

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

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

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

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

This text has shadow with #383871 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #383871 on black background.


Color preview on white background

This text has color #383871 on white background.



Black color preview on #383871 background

This text has black color on #383871 background.


White color preview on #383871 background

This text has white color on #383871 background.