COLOR #380753

HEX: #380753
RGB: (56,7,83)

Color info

#380753 contains mainly red and blue colors. Web safe color of #380753 is #330066 (or #306).

RGB color model

#380753 color RGB value is (56,7,83).

  • red value is 56;
  • green value is 7;
  • blue value is 83.
RGB:
(56,7,83)
(22%,3%,33%)

RGB channels and saturation

R 56 of 255 = 22%
G 7 of 255 = 3%
B 83 of 255 = 33%

56
7
83

R + G + B ~ 19%. #380753 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 7 + 83 = 146 (100%)
R 56 of 146 ~ 38.36%
G 7 of 146 ~ 4.79%
B 83 of 146 ~ 56.85%

%38.36
%56.85

CMYK color model

#380753 color CMYK value is (33,92,0,67).

  • cyan value is 32.53%
  • magenta value is 91.57%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(33,92,0,67)
C33M92Y0K67 
(33%,92%,0%,67%)
(0.33/0.92/0.00/0.67)	

CMYK percentages

%32.53
%91.57
%0
%67.45

Codes

Color #380753 in popluar color models

380753
RGB56783
HSL279°84.44%17.65%
HSB/HSV279°91.57%32.55%
CMYK32.53%91.57%0.00%
67.45%

Color #380753 in popluar number systems.

HEX380753
Decimal56783
Binary1110001111010011
Octal707123

Shades and tints

Shades of #380753

#380753
(56,7,83)
#33074C
(51,7,76)
#2E0745
(46,7,69)
#29073E
(41,7,62)
#240737
(36,7,55)
#1F0730
(31,7,48)
#1A0729
(26,7,41)
#150722
(21,7,34)
#10071B
(16,7,27)
#0B0714
(11,7,20)
#06070D
(6,7,13)
#000000
(0,0,0)

Tints of #380753

#380753
(56,7,83)
#4A1D62
(74,29,98)
#5C3371
(92,51,113)
#6E4980
(110,73,128)
#805F8F
(128,95,143)
#92759E
(146,117,158)
#A48BAD
(164,139,173)
#B6A1BC
(182,161,188)
#C8B7CB
(200,183,203)
#DACDDA
(218,205,218)
#ECE3E9
(236,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #380753; }

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

This text font color is #380753.


Background Color

.myBgColor { background-color: #380753; }

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

This div background color is #380753.


Border color

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

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

This div border color is #380753.


Opacity

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

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

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

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

This text has shadow with #380753 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #380753 on black background.


Color preview on white background

This text has color #380753 on white background.



Black color preview on #380753 background

This text has black color on #380753 background.


White color preview on #380753 background

This text has white color on #380753 background.