COLOR #38375D

HEX: #38375D
RGB: (56,55,93)

Color info

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

RGB color model

#38375D color RGB value is (56,55,93).

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

RGB channels and saturation

R 56 of 255 = 22%
G 55 of 255 = 22%
B 93 of 255 = 36%

56
55
93

R + G + B ~ 27%. #38375D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 55 + 93 = 204 (100%)
R 56 of 204 ~ 27.45%
G 55 of 204 ~ 26.96%
B 93 of 204 ~ 45.59%

%27.45
%26.96
%45.59

CMYK color model

#38375D color CMYK value is (40,41,0,64).

  • cyan value is 39.78%
  • magenta value is 40.86%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(40,41,0,64)
C40M41Y0K64 
(40%,41%,0%,64%)
(0.40/0.41/0.00/0.64)	

CMYK percentages

%39.78
%40.86
%0
%63.53

Codes

Color #38375D in popluar color models

38375D
RGB565593
HSL242°25.68%29.02%
HSB/HSV242°40.86%36.47%
CMYK39.78%40.86%0.00%
63.53%

Color #38375D in popluar number systems.

HEX38375D
Decimal565593
Binary1110001101111011101
Octal7067135

Shades and tints

Shades of #38375D

#38375D
(56,55,93)
#333255
(51,50,85)
#2E2D4D
(46,45,77)
#292845
(41,40,69)
#24233D
(36,35,61)
#1F1E35
(31,30,53)
#1A192D
(26,25,45)
#151425
(21,20,37)
#100F1D
(16,15,29)
#0B0A15
(11,10,21)
#06050D
(6,5,13)
#000000
(0,0,0)

Tints of #38375D

#38375D
(56,55,93)
#4A496B
(74,73,107)
#5C5B79
(92,91,121)
#6E6D87
(110,109,135)
#807F95
(128,127,149)
#9291A3
(146,145,163)
#A4A3B1
(164,163,177)
#B6B5BF
(182,181,191)
#C8C7CD
(200,199,205)
#DAD9DB
(218,217,219)
#ECEBE9
(236,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38375D color. Also use rgb(56,55,93) instead hex code.

Text Font Color

.myTextColor { color: #38375D; }

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

This text font color is #38375D.


Background Color

.myBgColor { background-color: #38375D; }

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

This div background color is #38375D.


Border color

.myBorderColor { border: 1px solid #38375D; }

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

This div border color is #38375D.


Opacity

.myOpacity80 { color: #38375D; opacity: 0.8; }

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

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

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

This text has shadow with #38375D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38375D on black background.


Color preview on white background

This text has color #38375D on white background.



Black color preview on #38375D background

This text has black color on #38375D background.


White color preview on #38375D background

This text has white color on #38375D background.