COLOR #382253

HEX: #382253
RGB: (56,34,83)

Color info

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

RGB color model

#382253 color RGB value is (56,34,83).

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

RGB channels and saturation

R 56 of 255 = 22%
G 34 of 255 = 13%
B 83 of 255 = 33%

56
34
83

R + G + B ~ 23%. #382253 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 34 + 83 = 173 (100%)
R 56 of 173 ~ 32.37%
G 34 of 173 ~ 19.65%
B 83 of 173 ~ 47.98%

%32.37
%19.65
%47.98

CMYK color model

#382253 color CMYK value is (33,59,0,67).

  • cyan value is 32.53%
  • magenta value is 59.04%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(33,59,0,67)
C33M59Y0K67 
(33%,59%,0%,67%)
(0.33/0.59/0.00/0.67)	

CMYK percentages

%32.53
%59.04
%0
%67.45

Codes

Color #382253 in popluar color models

382253
RGB563483
HSL267°41.88%22.94%
HSB/HSV267°59.04%32.55%
CMYK32.53%59.04%0.00%
67.45%

Color #382253 in popluar number systems.

HEX382253
Decimal563483
Binary1110001000101010011
Octal7042123

Shades and tints

Shades of #382253

#382253
(56,34,83)
#331F4C
(51,31,76)
#2E1C45
(46,28,69)
#29193E
(41,25,62)
#241637
(36,22,55)
#1F1330
(31,19,48)
#1A1029
(26,16,41)
#150D22
(21,13,34)
#100A1B
(16,10,27)
#0B0714
(11,7,20)
#06040D
(6,4,13)
#000000
(0,0,0)

Tints of #382253

#382253
(56,34,83)
#4A3662
(74,54,98)
#5C4A71
(92,74,113)
#6E5E80
(110,94,128)
#80728F
(128,114,143)
#92869E
(146,134,158)
#A49AAD
(164,154,173)
#B6AEBC
(182,174,188)
#C8C2CB
(200,194,203)
#DAD6DA
(218,214,218)
#ECEAE9
(236,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #382253; }

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

This text font color is #382253.


Background Color

.myBgColor { background-color: #382253; }

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

This div background color is #382253.


Border color

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

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

This div border color is #382253.


Opacity

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

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

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

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

This text has shadow with #382253 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #382253 on black background.


Color preview on white background

This text has color #382253 on white background.



Black color preview on #382253 background

This text has black color on #382253 background.


White color preview on #382253 background

This text has white color on #382253 background.