COLOR #384947

HEX: #384947
RGB: (56,73,71)

Color info

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

RGB color model

#384947 color RGB value is (56,73,71).

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

RGB channels and saturation

R 56 of 255 = 22%
G 73 of 255 = 29%
B 71 of 255 = 28%

56
73
71

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

Portions of RGB colors in percentages

R + G + B =
56 + 73 + 71 = 200 (100%)
R 56 of 200 ~ 28%
G 73 of 200 ~ 36.5%
B 71 of 200 ~ 35.5%

%28
%36.5
%35.5

CMYK color model

#384947 color CMYK value is (23,0,3,71).

  • cyan value is 23.29%
  • magenta value is 0.00%
  • yellow value is 2.74%
  • key color value is 71.37%
CMYK:
(23,0,3,71)
C23M0Y3K71 
(23%,0%,3%,71%)
(0.23/0.00/0.03/0.71)	

CMYK percentages

%23.29
%0
%2.74
%71.37

Codes

Color #384947 in popluar color models

384947
RGB567371
HSL173°13.18%25.29%
HSB/HSV173°23.29%28.63%
CMYK23.29%0.00%2.74%
71.37%

Color #384947 in popluar number systems.

HEX384947
Decimal567371
Binary11100010010011000111
Octal70111107

Shades and tints

Shades of #384947

#384947
(56,73,71)
#334341
(51,67,65)
#2E3D3B
(46,61,59)
#293735
(41,55,53)
#24312F
(36,49,47)
#1F2B29
(31,43,41)
#1A2523
(26,37,35)
#151F1D
(21,31,29)
#101917
(16,25,23)
#0B1311
(11,19,17)
#060D0B
(6,13,11)
#000000
(0,0,0)

Tints of #384947

#384947
(56,73,71)
#4A5957
(74,89,87)
#5C6967
(92,105,103)
#6E7977
(110,121,119)
#808987
(128,137,135)
#929997
(146,153,151)
#A4A9A7
(164,169,167)
#B6B9B7
(182,185,183)
#C8C9C7
(200,201,199)
#DAD9D7
(218,217,215)
#ECE9E7
(236,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #384947; }

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

This text font color is #384947.


Background Color

.myBgColor { background-color: #384947; }

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

This div background color is #384947.


Border color

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

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

This div border color is #384947.


Opacity

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

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

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

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

This text has shadow with #384947 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384947 on black background.


Color preview on white background

This text has color #384947 on white background.



Black color preview on #384947 background

This text has black color on #384947 background.


White color preview on #384947 background

This text has white color on #384947 background.