COLOR #383050

HEX: #383050
RGB: (56,48,80)

Color info

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

RGB color model

#383050 color RGB value is (56,48,80).

  • red value is 56;
  • green value is 48;
  • blue value is 80.
RGB:
(56,48,80)
(22%,19%,31%)

RGB channels and saturation

R 56 of 255 = 22%
G 48 of 255 = 19%
B 80 of 255 = 31%

56
48
80

R + G + B ~ 24%. #383050 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 48 + 80 = 184 (100%)
R 56 of 184 ~ 30.43%
G 48 of 184 ~ 26.09%
B 80 of 184 ~ 43.48%

%30.43
%26.09
%43.48

CMYK color model

#383050 color CMYK value is (30,40,0,69).

  • cyan value is 30.00%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(30,40,0,69)
C30M40Y0K69 
(30%,40%,0%,69%)
(0.30/0.40/0.00/0.69)	

CMYK percentages

%30
%40
%0
%68.63

Codes

Color #383050 in popluar color models

383050
RGB564880
HSL255°25.00%25.10%
HSB/HSV255°40.00%31.37%
CMYK30.00%40.00%0.00%
68.63%

Color #383050 in popluar number systems.

HEX383050
Decimal564880
Binary1110001100001010000
Octal7060120

Shades and tints

Shades of #383050

#383050
(56,48,80)
#332C49
(51,44,73)
#2E2842
(46,40,66)
#29243B
(41,36,59)
#242034
(36,32,52)
#1F1C2D
(31,28,45)
#1A1826
(26,24,38)
#15141F
(21,20,31)
#101018
(16,16,24)
#0B0C11
(11,12,17)
#06080A
(6,8,10)
#000000
(0,0,0)

Tints of #383050

#383050
(56,48,80)
#4A425F
(74,66,95)
#5C546E
(92,84,110)
#6E667D
(110,102,125)
#80788C
(128,120,140)
#928A9B
(146,138,155)
#A49CAA
(164,156,170)
#B6AEB9
(182,174,185)
#C8C0C8
(200,192,200)
#DAD2D7
(218,210,215)
#ECE4E6
(236,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #383050; }

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

This text font color is #383050.


Background Color

.myBgColor { background-color: #383050; }

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

This div background color is #383050.


Border color

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

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

This div border color is #383050.


Opacity

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

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

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

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

This text has shadow with #383050 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #383050 on black background.


Color preview on white background

This text has color #383050 on white background.



Black color preview on #383050 background

This text has black color on #383050 background.


White color preview on #383050 background

This text has white color on #383050 background.