COLOR #384846

HEX: #384846
RGB: (56,72,70)

Color info

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

RGB color model

#384846 color RGB value is (56,72,70).

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

RGB channels and saturation

R 56 of 255 = 22%
G 72 of 255 = 28%
B 70 of 255 = 27%

56
72
70

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

Portions of RGB colors in percentages

R + G + B =
56 + 72 + 70 = 198 (100%)
R 56 of 198 ~ 28.28%
G 72 of 198 ~ 36.36%
B 70 of 198 ~ 35.35%

%28.28
%36.36
%35.35

CMYK color model

#384846 color CMYK value is (22,0,3,72).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 2.78%
  • key color value is 71.76%
CMYK:
(22,0,3,72)
C22M0Y3K72 
(22%,0%,3%,72%)
(0.22/0.00/0.03/0.72)	

CMYK percentages

%22.22
%0
%2.78
%71.76

Codes

Color #384846 in popluar color models

384846
RGB567270
HSL173°12.50%25.10%
HSB/HSV173°22.22%28.24%
CMYK22.22%0.00%2.78%
71.76%

Color #384846 in popluar number systems.

HEX384846
Decimal567270
Binary11100010010001000110
Octal70110106

Shades and tints

Shades of #384846

#384846
(56,72,70)
#334240
(51,66,64)
#2E3C3A
(46,60,58)
#293634
(41,54,52)
#24302E
(36,48,46)
#1F2A28
(31,42,40)
#1A2422
(26,36,34)
#151E1C
(21,30,28)
#101816
(16,24,22)
#0B1210
(11,18,16)
#060C0A
(6,12,10)
#000000
(0,0,0)

Tints of #384846

#384846
(56,72,70)
#4A5856
(74,88,86)
#5C6866
(92,104,102)
#6E7876
(110,120,118)
#808886
(128,136,134)
#929896
(146,152,150)
#A4A8A6
(164,168,166)
#B6B8B6
(182,184,182)
#C8C8C6
(200,200,198)
#DAD8D6
(218,216,214)
#ECE8E6
(236,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #384846; }

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

This text font color is #384846.


Background Color

.myBgColor { background-color: #384846; }

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

This div background color is #384846.


Border color

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

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

This div border color is #384846.


Opacity

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

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

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

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

This text has shadow with #384846 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384846 on black background.


Color preview on white background

This text has color #384846 on white background.



Black color preview on #384846 background

This text has black color on #384846 background.


White color preview on #384846 background

This text has white color on #384846 background.