COLOR #384F65

HEX: #384F65
RGB: (56,79,101)

Color info

#384F65 contains red, green and blue colors in about the same proportion. Web safe color of #384F65 is #336666 (or #366).

RGB color model

#384F65 color RGB value is (56,79,101).

  • red value is 56;
  • green value is 79;
  • blue value is 101.
RGB:
(56,79,101)
(22%,31%,40%)

RGB channels and saturation

R 56 of 255 = 22%
G 79 of 255 = 31%
B 101 of 255 = 40%

56
79
101

R + G + B ~ 31%. #384F65 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 79 + 101 = 236 (100%)
R 56 of 236 ~ 23.73%
G 79 of 236 ~ 33.47%
B 101 of 236 ~ 42.8%

%23.73
%33.47
%42.8

CMYK color model

#384F65 color CMYK value is (45,22,0,60).

  • cyan value is 44.55%
  • magenta value is 21.78%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(45,22,0,60)
C45M22Y0K60 
(45%,22%,0%,60%)
(0.45/0.22/0.00/0.60)	

CMYK percentages

%44.55
%21.78
%0
%60.39

Codes

Color #384F65 in popluar color models

384F65
RGB5679101
HSL209°28.66%30.78%
HSB/HSV209°44.55%39.61%
CMYK44.55%21.78%0.00%
60.39%

Color #384F65 in popluar number systems.

HEX384F65
Decimal5679101
Binary11100010011111100101
Octal70117145

Shades and tints

Shades of #384F65

#384F65
(56,79,101)
#33485C
(51,72,92)
#2E4153
(46,65,83)
#293A4A
(41,58,74)
#243341
(36,51,65)
#1F2C38
(31,44,56)
#1A252F
(26,37,47)
#151E26
(21,30,38)
#10171D
(16,23,29)
#0B1014
(11,16,20)
#06090B
(6,9,11)
#000000
(0,0,0)

Tints of #384F65

#384F65
(56,79,101)
#4A5F73
(74,95,115)
#5C6F81
(92,111,129)
#6E7F8F
(110,127,143)
#808F9D
(128,143,157)
#929FAB
(146,159,171)
#A4AFB9
(164,175,185)
#B6BFC7
(182,191,199)
#C8CFD5
(200,207,213)
#DADFE3
(218,223,227)
#ECEFF1
(236,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #384F65 color. Also use rgb(56,79,101) instead hex code.

Text Font Color

.myTextColor { color: #384F65; }

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

This text font color is #384F65.


Background Color

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

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

This div background color is #384F65.


Border color

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

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

This div border color is #384F65.


Opacity

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

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

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

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

This text has shadow with #384F65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384F65 on black background.


Color preview on white background

This text has color #384F65 on white background.



Black color preview on #384F65 background

This text has black color on #384F65 background.


White color preview on #384F65 background

This text has white color on #384F65 background.