COLOR #384A62

HEX: #384A62
RGB: (56,74,98)

Color info

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

RGB color model

#384A62 color RGB value is (56,74,98).

  • red value is 56;
  • green value is 74;
  • blue value is 98.
RGB:
(56,74,98)
(22%,29%,38%)

RGB channels and saturation

R 56 of 255 = 22%
G 74 of 255 = 29%
B 98 of 255 = 38%

56
74
98

R + G + B ~ 30%. #384A62 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 74 + 98 = 228 (100%)
R 56 of 228 ~ 24.56%
G 74 of 228 ~ 32.46%
B 98 of 228 ~ 42.98%

%24.56
%32.46
%42.98

CMYK color model

#384A62 color CMYK value is (43,24,0,62).

  • cyan value is 42.86%
  • magenta value is 24.49%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(43,24,0,62)
C43M24Y0K62 
(43%,24%,0%,62%)
(0.43/0.24/0.00/0.62)	

CMYK percentages

%42.86
%24.49
%0
%61.57

Codes

Color #384A62 in popluar color models

384A62
RGB567498
HSL214°27.27%30.20%
HSB/HSV214°42.86%38.43%
CMYK42.86%24.49%0.00%
61.57%

Color #384A62 in popluar number systems.

HEX384A62
Decimal567498
Binary11100010010101100010
Octal70112142

Shades and tints

Shades of #384A62

#384A62
(56,74,98)
#33445A
(51,68,90)
#2E3E52
(46,62,82)
#29384A
(41,56,74)
#243242
(36,50,66)
#1F2C3A
(31,44,58)
#1A2632
(26,38,50)
#15202A
(21,32,42)
#101A22
(16,26,34)
#0B141A
(11,20,26)
#060E12
(6,14,18)
#000000
(0,0,0)

Tints of #384A62

#384A62
(56,74,98)
#4A5A70
(74,90,112)
#5C6A7E
(92,106,126)
#6E7A8C
(110,122,140)
#808A9A
(128,138,154)
#929AA8
(146,154,168)
#A4AAB6
(164,170,182)
#B6BAC4
(182,186,196)
#C8CAD2
(200,202,210)
#DADAE0
(218,218,224)
#ECEAEE
(236,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #384A62 color. Also use rgb(56,74,98) instead hex code.

Text Font Color

.myTextColor { color: #384A62; }

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

This text font color is #384A62.


Background Color

.myBgColor { background-color: #384A62; }

<div style="background-color:#384A62">Inner text</div>

This div background color is #384A62.


Border color

.myBorderColor { border: 1px solid #384A62; }

<div style="border:3px solid #384A62">Div</div>

This div border color is #384A62.


Opacity

.myOpacity80 { color: #384A62; opacity: 0.8; }

<p style="color:#384A62;opacity:0.8;">80%</p>

Text with #384A62 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 #384A62;}

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

This text has shadow with #384A62 color.

.textShadow {text-shadow: 3px 3px 1px #384A62, 3px 3px 1px red;}

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

This text has shadow with #384A62 primary color and red secondary color.


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

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

This text has shadow with #384A62 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384A62 on black background.


Color preview on white background

This text has color #384A62 on white background.



Black color preview on #384A62 background

This text has black color on #384A62 background.


White color preview on #384A62 background

This text has white color on #384A62 background.