COLOR #384847

HEX: #384847
RGB: (56,72,71)

Color info

#384847 contains red, green and blue colors in about the same proportion. Web safe color of #384847 is #333333 (or #333).

RGB color model

#384847 color RGB value is (56,72,71).

  • red value is 56;
  • green value is 72;
  • blue value is 71.
RGB:
(56,72,71)
(22%,28%,28%)

RGB channels and saturation

R 56 of 255 = 22%
G 72 of 255 = 28%
B 71 of 255 = 28%

56
72
71

R + G + B ~ 26%. #384847 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 72 + 71 = 199 (100%)
R 56 of 199 ~ 28.14%
G 72 of 199 ~ 36.18%
B 71 of 199 ~ 35.68%

%28.14
%36.18
%35.68

CMYK color model

#384847 color CMYK value is (22,0,1,72).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 1.39%
  • key color value is 71.76%
CMYK:
(22,0,1,72)
C22M0Y1K72 
(22%,0%,1%,72%)
(0.22/0.00/0.01/0.72)	

CMYK percentages

%22.22
%0
%1.39
%71.76

Codes

Color #384847 in popluar color models

384847
RGB567271
HSL176°12.50%25.10%
HSB/HSV176°22.22%28.24%
CMYK22.22%0.00%1.39%
71.76%

Color #384847 in popluar number systems.

HEX384847
Decimal567271
Binary11100010010001000111
Octal70110107

Shades and tints

Shades of #384847

#384847
(56,72,71)
#334241
(51,66,65)
#2E3C3B
(46,60,59)
#293635
(41,54,53)
#24302F
(36,48,47)
#1F2A29
(31,42,41)
#1A2423
(26,36,35)
#151E1D
(21,30,29)
#101817
(16,24,23)
#0B1211
(11,18,17)
#060C0B
(6,12,11)
#000000
(0,0,0)

Tints of #384847

#384847
(56,72,71)
#4A5857
(74,88,87)
#5C6867
(92,104,103)
#6E7877
(110,120,119)
#808887
(128,136,135)
#929897
(146,152,151)
#A4A8A7
(164,168,167)
#B6B8B7
(182,184,183)
#C8C8C7
(200,200,199)
#DAD8D7
(218,216,215)
#ECE8E7
(236,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #384847; }

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

This text font color is #384847.


Background Color

.myBgColor { background-color: #384847; }

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

This div background color is #384847.


Border color

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

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

This div border color is #384847.


Opacity

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

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

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

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

This text has shadow with #384847 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384847 on black background.


Color preview on white background

This text has color #384847 on white background.



Black color preview on #384847 background

This text has black color on #384847 background.


White color preview on #384847 background

This text has white color on #384847 background.