COLOR #38425E

HEX: #38425E
RGB: (56,66,94)

Color info

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

RGB color model

#38425E color RGB value is (56,66,94).

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

RGB channels and saturation

R 56 of 255 = 22%
G 66 of 255 = 26%
B 94 of 255 = 37%

56
66
94

R + G + B ~ 28%. #38425E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 66 + 94 = 216 (100%)
R 56 of 216 ~ 25.93%
G 66 of 216 ~ 30.56%
B 94 of 216 ~ 43.52%

%25.93
%30.56
%43.52

CMYK color model

#38425E color CMYK value is (40,30,0,63).

  • cyan value is 40.43%
  • magenta value is 29.79%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(40,30,0,63)
C40M30Y0K63 
(40%,30%,0%,63%)
(0.40/0.30/0.00/0.63)	

CMYK percentages

%40.43
%29.79
%0
%63.14

Codes

Color #38425E in popluar color models

38425E
RGB566694
HSL224°25.33%29.41%
HSB/HSV224°40.43%36.86%
CMYK40.43%29.79%0.00%
63.14%

Color #38425E in popluar number systems.

HEX38425E
Decimal566694
Binary11100010000101011110
Octal70102136

Shades and tints

Shades of #38425E

#38425E
(56,66,94)
#333C56
(51,60,86)
#2E364E
(46,54,78)
#293046
(41,48,70)
#242A3E
(36,42,62)
#1F2436
(31,36,54)
#1A1E2E
(26,30,46)
#151826
(21,24,38)
#10121E
(16,18,30)
#0B0C16
(11,12,22)
#06060E
(6,6,14)
#000000
(0,0,0)

Tints of #38425E

#38425E
(56,66,94)
#4A536C
(74,83,108)
#5C647A
(92,100,122)
#6E7588
(110,117,136)
#808696
(128,134,150)
#9297A4
(146,151,164)
#A4A8B2
(164,168,178)
#B6B9C0
(182,185,192)
#C8CACE
(200,202,206)
#DADBDC
(218,219,220)
#ECECEA
(236,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38425E color. Also use rgb(56,66,94) instead hex code.

Text Font Color

.myTextColor { color: #38425E; }

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

This text font color is #38425E.


Background Color

.myBgColor { background-color: #38425E; }

<div style="background-color:#38425E">Inner text</div>

This div background color is #38425E.


Border color

.myBorderColor { border: 1px solid #38425E; }

<div style="border:3px solid #38425E">Div</div>

This div border color is #38425E.


Opacity

.myOpacity80 { color: #38425E; opacity: 0.8; }

<p style="color:#38425E;opacity:0.8;">80%</p>

Text with #38425E 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 #38425E;}

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

This text has shadow with #38425E color.

.textShadow {text-shadow: 3px 3px 1px #38425E, 3px 3px 1px red;}

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

This text has shadow with #38425E primary color and red secondary color.


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

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

This text has shadow with #38425E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38425E on black background.


Color preview on white background

This text has color #38425E on white background.



Black color preview on #38425E background

This text has black color on #38425E background.


White color preview on #38425E background

This text has white color on #38425E background.