COLOR #384755

HEX: #384755 RGB: (56,71,85)

Color info

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

RGB color model

#384755 color RGB value is (56,71,85).

RGB: (56,71,85) (22%, 28%, 33%)

RGB channels and saturation

R 56 of 255 = 22%
G 71 of 255 = 28%
B 85 of 255 = 33%

56
71
85

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

Portions of RGB colors in percentages

R + G + B = 56 + 71 + 85 = 212 (100%)
R 56 of 212 ~ 26.42%
G 71 of 212 ~ 33.49%
B 85 of 212 ~ 40.09'%

%26.42
%33.49
%40.09

CMYK color model

#384755 color CMYK value is (34,16,0,67).

  • cyan value is 34.12%
  • magenta value is 16.47%
  • yellow value is 0.00%
  • key color value is 66.67%

CMYK: (34,16,0,67)
C34M16Y0K67 (34%, 16%, 0%, 67%)
(0.34 / 0.16 / 0.00 / 0.67)

CMYK percentages

%34.12
%16.47
%0
%66.67

Codes

Color #384755 in popluar color models

38 47 55
RGB 56 71 85
HSL 209° 20.57% 27.65%
HSB/HSV 209° 34.12% 33.33%
CMYK 34.12% 16.47% 0.00%
66.67%

Color #384755 in popluar number systems.

HEX 38 47 55
Decimal 56 71 85
Binary 111000 1000111 1010101
Octal 70 107 125

Shades and tints

Shades of #384755

#384755
(56,71,85)
#33414E
(51,65,78)
#2E3B47
(46,59,71)
#293540
(41,53,64)
#242F39
(36,47,57)
#1F2932
(31,41,50)
#1A232B
(26,35,43)
#151D24
(21,29,36)
#10171D
(16,23,29)
#0B1116
(11,17,22)
#060B0F
(6,11,15)
#000000
(0,0,0)

Tints of #384755

#384755
(56,71,85)
#4A5764
(74,87,100)
#5C6773
(92,103,115)
#6E7782
(110,119,130)
#808791
(128,135,145)
#9297A0
(146,151,160)
#A4A7AF
(164,167,175)
#B6B7BE
(182,183,190)
#C8C7CD
(200,199,205)
#DAD7DC
(218,215,220)
#ECE7EB
(236,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #384755 color. Also use rgb(56,71,85) instead hex code.

Text Font Color

.myTextColor { color: #384755; }

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

This text font color is #384755.

Background Color

.myBgColor { background-color: #384755; }

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

This div background color is #384755.

Border color

.myBorderColor { border: 1px solid #384755; }

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

This div border color is #384755.

Opacity

.myOpacity80 { color: #384755; opacity: 0.8; }

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

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

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

This text has shadow with #384755 color.


.textShadow {text-shadow: 3px 3px 1px #384755', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #384755; -webkit-box-shadow: 1px 1px 3px 2px #384755; box-shadow:1px 1px 3px 2px #384755;">
Div content here
</div>

This div box has shadow with color #384755.

Preview

Color preview on black background

This text has color #384755 on black background.


Color preview on white background

This text has color #384755 on white background.


Black color preview on #384755 background

This text has black color on #384755 background.


White color preview on #384755 background

This text has white color on #384755 background.


Related colors

Complementary color

Complementary color for #hex is #C7B8AA.


I love getcolorcode.com

Triadic colors

1 #553847 and #475538 with #384755 are triadic colors.

2 #554738 and #473855 with #384755 are triadic colors.