COLOR #384943

HEX: #384943 RGB: (56,73,67)

Color info

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

RGB color model

#384943 color RGB value is (56,73,67).

RGB: (56,73,67) (22%, 29%, 26%)

RGB channels and saturation

R 56 of 255 = 22%
G 73 of 255 = 29%
B 67 of 255 = 26%

56
73
67

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

Portions of RGB colors in percentages

R + G + B = 56 + 73 + 67 = 196 (100%)
R 56 of 196 ~ 28.57%
G 73 of 196 ~ 37.24%
B 67 of 196 ~ 34.18'%

%28.57
%37.24
%34.18

CMYK color model

#384943 color CMYK value is (23,0,8,71).

  • cyan value is 23.29%
  • magenta value is 0.00%
  • yellow value is 8.22%
  • key color value is 71.37%
CMYK: (23,0,8,71) C23M0Y8K71 (23%,0%,8%,71%) (0.23/0.00/0.08/0.71) 

CMYK percentages

%23.29
%0
%8.22
%71.37

Codes

Color #384943 in popluar color models

38 49 43
RGB 56 73 67
HSL 159° 13.18% 25.29%
HSB/HSV 159° 23.29% 28.63%
CMYK 23.29% 0.00% 8.22%
71.37%

Color #384943 in popluar number systems.

HEX 38 49 43
Decimal 56 73 67
Binary 111000 1001001 1000011
Octal 70 111 103

Shades and tints

Shades of #384943

#384943
(56,73,67)
#33433D
(51,67,61)
#2E3D37
(46,61,55)
#293731
(41,55,49)
#24312B
(36,49,43)
#1F2B25
(31,43,37)
#1A251F
(26,37,31)
#151F19
(21,31,25)
#101913
(16,25,19)
#0B130D
(11,19,13)
#060D07
(6,13,7)
#000000
(0,0,0)

Tints of #384943

#384943
(56,73,67)
#4A5954
(74,89,84)
#5C6965
(92,105,101)
#6E7976
(110,121,118)
#808987
(128,137,135)
#929998
(146,153,152)
#A4A9A9
(164,169,169)
#B6B9BA
(182,185,186)
#C8C9CB
(200,201,203)
#DAD9DC
(218,217,220)
#ECE9ED
(236,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #384943; }

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

This text font color is #384943.

Background Color

.myBgColor { background-color: #384943; }

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

This div background color is #384943.

Border color

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

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

This div border color is #384943.

Opacity

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

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

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

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

This text has shadow with #384943 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #384943.

Preview

Color preview on black background

This text has color #384943 on black background.


Color preview on white background

This text has color #384943 on white background.


Black color preview on #384943 background

This text has black color on #384943 background.


White color preview on #384943 background

This text has white color on #384943 background.


Related colors

Complementary color

Complementary color for #hex is #C7B6BC.


I love getcolorcode.com

Triadic colors

1 #433849 and #494338 with #384943 are triadic colors.

2 #434938 and #493843 with #384943 are triadic colors.