COLOR #382F5A

HEX: #382F5A RGB: (56,47,90)

Color info

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

RGB color model

#382F5A color RGB value is (56,47,90).

RGB: (56,47,90) (22%, 18%, 35%)

RGB channels and saturation

R 56 of 255 = 22%
G 47 of 255 = 18%
B 90 of 255 = 35%

56
47
90

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

Portions of RGB colors in percentages

R + G + B = 56 + 47 + 90 = 193 (100%)
R 56 of 193 ~ 29.02%
G 47 of 193 ~ 24.35%
B 90 of 193 ~ 46.63'%

%29.02
%24.35
%46.63

CMYK color model

#382F5A color CMYK value is (38,48,0,65).

  • cyan value is 37.78%
  • magenta value is 47.78%
  • yellow value is 0.00%
  • key color value is 64.71%

CMYK: (38,48,0,65)
C38M48Y0K65 (38%, 48%, 0%, 65%)
(0.38 / 0.48 / 0.00 / 0.65)

CMYK percentages

%37.78
%47.78
%0
%64.71

Codes

Color #382F5A in popluar color models

38 2F 5A
RGB 56 47 90
HSL 253° 31.39% 26.86%
HSB/HSV 253° 47.78% 35.29%
CMYK 37.78% 47.78% 0.00%
64.71%

Color #382F5A in popluar number systems.

HEX 38 2F 5A
Decimal 56 47 90
Binary 111000 101111 1011010
Octal 70 57 132

Shades and tints

Shades of #382F5A

#382F5A
(56,47,90)
#332B52
(51,43,82)
#2E274A
(46,39,74)
#292342
(41,35,66)
#241F3A
(36,31,58)
#1F1B32
(31,27,50)
#1A172A
(26,23,42)
#151322
(21,19,34)
#100F1A
(16,15,26)
#0B0B12
(11,11,18)
#06070A
(6,7,10)
#000000
(0,0,0)

Tints of #382F5A

#382F5A
(56,47,90)
#4A4169
(74,65,105)
#5C5378
(92,83,120)
#6E6587
(110,101,135)
#807796
(128,119,150)
#9289A5
(146,137,165)
#A49BB4
(164,155,180)
#B6ADC3
(182,173,195)
#C8BFD2
(200,191,210)
#DAD1E1
(218,209,225)
#ECE3F0
(236,227,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #382F5A color. Also use rgb(56,47,90) instead hex code.

Text Font Color

.myTextColor { color: #382F5A; }

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

This text font color is #382F5A.

Background Color

.myBgColor { background-color: #382F5A; }

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

This div background color is #382F5A.

Border color

.myBorderColor { border: 1px solid #382F5A; }

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

This div border color is #382F5A.

Opacity

.myOpacity80 { color: #382F5A; opacity: 0.8; }

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

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

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

This text has shadow with #382F5A color.


.textShadow {text-shadow: 3px 3px 1px #382F5A', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #382F5A; -webkit-box-shadow: 1px 1px 3px 2px #382F5A; box-shadow:1px 1px 3px 2px #382F5A;">
Div content here
</div>

This div box has shadow with color #382F5A.

Preview

Color preview on black background

This text has color #382F5A on black background.


Color preview on white background

This text has color #382F5A on white background.


Black color preview on #382F5A background

This text has black color on #382F5A background.


White color preview on #382F5A background

This text has white color on #382F5A background.


Related colors

Complementary color

Complementary color for #hex is #C7D0A5.


I love getcolorcode.com

Triadic colors

1 #5A382F and #2F5A38 with #382F5A are triadic colors.

2 #5A2F38 and #2F385A with #382F5A are triadic colors.