COLOR #38385F

HEX: #38385F
RGB: (56,56,95)

Color info

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

RGB color model

#38385F color RGB value is (56,56,95).

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

RGB channels and saturation

R 56 of 255 = 22%
G 56 of 255 = 22%
B 95 of 255 = 37%

56
56
95

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

Portions of RGB colors in percentages

R + G + B =
56 + 56 + 95 = 207 (100%)
R 56 of 207 ~ 27.05%
G 56 of 207 ~ 27.05%
B 95 of 207 ~ 45.89%

%27.05
%27.05
%45.89

CMYK color model

#38385F color CMYK value is (41,41,0,63).

  • cyan value is 41.05%
  • magenta value is 41.05%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(41,41,0,63)
C41M41Y0K63 
(41%,41%,0%,63%)
(0.41/0.41/0.00/0.63)	

CMYK percentages

%41.05
%41.05
%0
%62.75

Codes

Color #38385F in popluar color models

38385F
RGB565695
HSL240°25.83%29.61%
HSB/HSV240°41.05%37.25%
CMYK41.05%41.05%0.00%
62.75%

Color #38385F in popluar number systems.

HEX38385F
Decimal565695
Binary1110001110001011111
Octal7070137

Shades and tints

Shades of #38385F

#38385F
(56,56,95)
#333357
(51,51,87)
#2E2E4F
(46,46,79)
#292947
(41,41,71)
#24243F
(36,36,63)
#1F1F37
(31,31,55)
#1A1A2F
(26,26,47)
#151527
(21,21,39)
#10101F
(16,16,31)
#0B0B17
(11,11,23)
#06060F
(6,6,15)
#000000
(0,0,0)

Tints of #38385F

#38385F
(56,56,95)
#4A4A6D
(74,74,109)
#5C5C7B
(92,92,123)
#6E6E89
(110,110,137)
#808097
(128,128,151)
#9292A5
(146,146,165)
#A4A4B3
(164,164,179)
#B6B6C1
(182,182,193)
#C8C8CF
(200,200,207)
#DADADD
(218,218,221)
#ECECEB
(236,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #38385F; }

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

This text font color is #38385F.


Background Color

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

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

This div background color is #38385F.


Border color

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

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

This div border color is #38385F.


Opacity

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

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

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

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

This text has shadow with #38385F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38385F on black background.


Color preview on white background

This text has color #38385F on white background.



Black color preview on #38385F background

This text has black color on #38385F background.


White color preview on #38385F background

This text has white color on #38385F background.