COLOR #384B52

HEX: #384B52
RGB: (56,75,82)

Color info

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

RGB color model

#384B52 color RGB value is (56,75,82).

  • red value is 56;
  • green value is 75;
  • blue value is 82.
RGB:
(56,75,82)
(22%,29%,32%)

RGB channels and saturation

R 56 of 255 = 22%
G 75 of 255 = 29%
B 82 of 255 = 32%

56
75
82

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

Portions of RGB colors in percentages

R + G + B =
56 + 75 + 82 = 213 (100%)
R 56 of 213 ~ 26.29%
G 75 of 213 ~ 35.21%
B 82 of 213 ~ 38.5%

%26.29
%35.21
%38.5

CMYK color model

#384B52 color CMYK value is (32,9,0,68).

  • cyan value is 31.71%
  • magenta value is 8.54%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(32,9,0,68)
C32M9Y0K68 
(32%,9%,0%,68%)
(0.32/0.09/0.00/0.68)	

CMYK percentages

%31.71
%8.54
%0
%67.84

Codes

Color #384B52 in popluar color models

384B52
RGB567582
HSL196°18.84%27.06%
HSB/HSV196°31.71%32.16%
CMYK31.71%8.54%0.00%
67.84%

Color #384B52 in popluar number systems.

HEX384B52
Decimal567582
Binary11100010010111010010
Octal70113122

Shades and tints

Shades of #384B52

#384B52
(56,75,82)
#33454B
(51,69,75)
#2E3F44
(46,63,68)
#29393D
(41,57,61)
#243336
(36,51,54)
#1F2D2F
(31,45,47)
#1A2728
(26,39,40)
#152121
(21,33,33)
#101B1A
(16,27,26)
#0B1513
(11,21,19)
#060F0C
(6,15,12)
#000000
(0,0,0)

Tints of #384B52

#384B52
(56,75,82)
#4A5B61
(74,91,97)
#5C6B70
(92,107,112)
#6E7B7F
(110,123,127)
#808B8E
(128,139,142)
#929B9D
(146,155,157)
#A4ABAC
(164,171,172)
#B6BBBB
(182,187,187)
#C8CBCA
(200,203,202)
#DADBD9
(218,219,217)
#ECEBE8
(236,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #384B52 color. Also use rgb(56,75,82) instead hex code.

Text Font Color

.myTextColor { color: #384B52; }

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

This text font color is #384B52.


Background Color

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

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

This div background color is #384B52.


Border color

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

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

This div border color is #384B52.


Opacity

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

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

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

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

This text has shadow with #384B52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384B52 on black background.


Color preview on white background

This text has color #384B52 on white background.



Black color preview on #384B52 background

This text has black color on #384B52 background.


White color preview on #384B52 background

This text has white color on #384B52 background.