COLOR #38376C

HEX: #38376C
RGB: (56,55,108)

Color info

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

RGB color model

#38376C color RGB value is (56,55,108).

  • red value is 56;
  • green value is 55;
  • blue value is 108.
RGB:
(56,55,108)
(22%,22%,42%)

RGB channels and saturation

R 56 of 255 = 22%
G 55 of 255 = 22%
B 108 of 255 = 42%

56
55
108

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

Portions of RGB colors in percentages

R + G + B =
56 + 55 + 108 = 219 (100%)
R 56 of 219 ~ 25.57%
G 55 of 219 ~ 25.11%
B 108 of 219 ~ 49.32%

%25.57
%25.11
%49.32

CMYK color model

#38376C color CMYK value is (48,49,0,58).

  • cyan value is 48.15%
  • magenta value is 49.07%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(48,49,0,58)
C48M49Y0K58 
(48%,49%,0%,58%)
(0.48/0.49/0.00/0.58)	

CMYK percentages

%48.15
%49.07
%0
%57.65

Codes

Color #38376C in popluar color models

38376C
RGB5655108
HSL241°32.52%31.96%
HSB/HSV241°49.07%42.35%
CMYK48.15%49.07%0.00%
57.65%

Color #38376C in popluar number systems.

HEX38376C
Decimal5655108
Binary1110001101111101100
Octal7067154

Shades and tints

Shades of #38376C

#38376C
(56,55,108)
#333263
(51,50,99)
#2E2D5A
(46,45,90)
#292851
(41,40,81)
#242348
(36,35,72)
#1F1E3F
(31,30,63)
#1A1936
(26,25,54)
#15142D
(21,20,45)
#100F24
(16,15,36)
#0B0A1B
(11,10,27)
#060512
(6,5,18)
#000000
(0,0,0)

Tints of #38376C

#38376C
(56,55,108)
#4A4979
(74,73,121)
#5C5B86
(92,91,134)
#6E6D93
(110,109,147)
#807FA0
(128,127,160)
#9291AD
(146,145,173)
#A4A3BA
(164,163,186)
#B6B5C7
(182,181,199)
#C8C7D4
(200,199,212)
#DAD9E1
(218,217,225)
#ECEBEE
(236,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38376C color. Also use rgb(56,55,108) instead hex code.

Text Font Color

.myTextColor { color: #38376C; }

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

This text font color is #38376C.


Background Color

.myBgColor { background-color: #38376C; }

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

This div background color is #38376C.


Border color

.myBorderColor { border: 1px solid #38376C; }

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

This div border color is #38376C.


Opacity

.myOpacity80 { color: #38376C; opacity: 0.8; }

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

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

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

This text has shadow with #38376C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38376C on black background.


Color preview on white background

This text has color #38376C on white background.



Black color preview on #38376C background

This text has black color on #38376C background.


White color preview on #38376C background

This text has white color on #38376C background.