COLOR #384044

HEX: #384044
RGB: (56,64,68)

Color info

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

RGB color model

#384044 color RGB value is (56,64,68).

  • red value is 56;
  • green value is 64;
  • blue value is 68.
RGB:
(56,64,68)
(22%,25%,27%)

RGB channels and saturation

R 56 of 255 = 22%
G 64 of 255 = 25%
B 68 of 255 = 27%

56
64
68

R + G + B ~ 25%. #384044 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 64 + 68 = 188 (100%)
R 56 of 188 ~ 29.79%
G 64 of 188 ~ 34.04%
B 68 of 188 ~ 36.17%

%29.79
%34.04
%36.17

CMYK color model

#384044 color CMYK value is (18,6,0,73).

  • cyan value is 17.65%
  • magenta value is 5.88%
  • yellow value is 0.00%
  • key color value is 73.33%
CMYK:
(18,6,0,73)
C18M6Y0K73 
(18%,6%,0%,73%)
(0.18/0.06/0.00/0.73)	

CMYK percentages

%17.65
%5.88
%0
%73.33

Codes

Color #384044 in popluar color models

384044
RGB566468
HSL200°9.68%24.31%
HSB/HSV200°17.65%26.67%
CMYK17.65%5.88%0.00%
73.33%

Color #384044 in popluar number systems.

HEX384044
Decimal566468
Binary11100010000001000100
Octal70100104

Shades and tints

Shades of #384044

#384044
(56,64,68)
#333B3E
(51,59,62)
#2E3638
(46,54,56)
#293132
(41,49,50)
#242C2C
(36,44,44)
#1F2726
(31,39,38)
#1A2220
(26,34,32)
#151D1A
(21,29,26)
#101814
(16,24,20)
#0B130E
(11,19,14)
#060E08
(6,14,8)
#000000
(0,0,0)

Tints of #384044

#384044
(56,64,68)
#4A5155
(74,81,85)
#5C6266
(92,98,102)
#6E7377
(110,115,119)
#808488
(128,132,136)
#929599
(146,149,153)
#A4A6AA
(164,166,170)
#B6B7BB
(182,183,187)
#C8C8CC
(200,200,204)
#DAD9DD
(218,217,221)
#ECEAEE
(236,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #384044 color. Also use rgb(56,64,68) instead hex code.

Text Font Color

.myTextColor { color: #384044; }

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

This text font color is #384044.


Background Color

.myBgColor { background-color: #384044; }

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

This div background color is #384044.


Border color

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

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

This div border color is #384044.


Opacity

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

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

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

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

This text has shadow with #384044 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384044 on black background.


Color preview on white background

This text has color #384044 on white background.



Black color preview on #384044 background

This text has black color on #384044 background.


White color preview on #384044 background

This text has white color on #384044 background.