COLOR #38385C

HEX: #38385C
RGB: (56,56,92)

Color info

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

RGB color model

#38385C color RGB value is (56,56,92).

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

RGB channels and saturation

R 56 of 255 = 22%
G 56 of 255 = 22%
B 92 of 255 = 36%

56
56
92

R + G + B ~ 27%. #38385C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 56 + 92 = 204 (100%)
R 56 of 204 ~ 27.45%
G 56 of 204 ~ 27.45%
B 92 of 204 ~ 45.1%

%27.45
%27.45
%45.1

CMYK color model

#38385C color CMYK value is (39,39,0,64).

  • cyan value is 39.13%
  • magenta value is 39.13%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(39,39,0,64)
C39M39Y0K64 
(39%,39%,0%,64%)
(0.39/0.39/0.00/0.64)	

CMYK percentages

%39.13
%39.13
%0
%63.92

Codes

Color #38385C in popluar color models

38385C
RGB565692
HSL240°24.32%29.02%
HSB/HSV240°39.13%36.08%
CMYK39.13%39.13%0.00%
63.92%

Color #38385C in popluar number systems.

HEX38385C
Decimal565692
Binary1110001110001011100
Octal7070134

Shades and tints

Shades of #38385C

#38385C
(56,56,92)
#333354
(51,51,84)
#2E2E4C
(46,46,76)
#292944
(41,41,68)
#24243C
(36,36,60)
#1F1F34
(31,31,52)
#1A1A2C
(26,26,44)
#151524
(21,21,36)
#10101C
(16,16,28)
#0B0B14
(11,11,20)
#06060C
(6,6,12)
#000000
(0,0,0)

Tints of #38385C

#38385C
(56,56,92)
#4A4A6A
(74,74,106)
#5C5C78
(92,92,120)
#6E6E86
(110,110,134)
#808094
(128,128,148)
#9292A2
(146,146,162)
#A4A4B0
(164,164,176)
#B6B6BE
(182,182,190)
#C8C8CC
(200,200,204)
#DADADA
(218,218,218)
#ECECE8
(236,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #38385C; }

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

This text font color is #38385C.


Background Color

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

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

This div background color is #38385C.


Border color

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

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

This div border color is #38385C.


Opacity

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

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

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

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

This text has shadow with #38385C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38385C on black background.


Color preview on white background

This text has color #38385C on white background.



Black color preview on #38385C background

This text has black color on #38385C background.


White color preview on #38385C background

This text has white color on #38385C background.