COLOR #384642

HEX: #384642
RGB: (56,70,66)

Color info

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

RGB color model

#384642 color RGB value is (56,70,66).

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

RGB channels and saturation

R 56 of 255 = 22%
G 70 of 255 = 27%
B 66 of 255 = 26%

56
70
66

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

Portions of RGB colors in percentages

R + G + B =
56 + 70 + 66 = 192 (100%)
R 56 of 192 ~ 29.17%
G 70 of 192 ~ 36.46%
B 66 of 192 ~ 34.38%

%29.17
%36.46
%34.38

CMYK color model

#384642 color CMYK value is (20,0,6,73).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 5.71%
  • key color value is 72.55%
CMYK:
(20,0,6,73)
C20M0Y6K73 
(20%,0%,6%,73%)
(0.20/0.00/0.06/0.73)	

CMYK percentages

%20
%0
%5.71
%72.55

Codes

Color #384642 in popluar color models

384642
RGB567066
HSL163°11.11%24.71%
HSB/HSV163°20.00%27.45%
CMYK20.00%0.00%5.71%
72.55%

Color #384642 in popluar number systems.

HEX384642
Decimal567066
Binary11100010001101000010
Octal70106102

Shades and tints

Shades of #384642

#384642
(56,70,66)
#33403C
(51,64,60)
#2E3A36
(46,58,54)
#293430
(41,52,48)
#242E2A
(36,46,42)
#1F2824
(31,40,36)
#1A221E
(26,34,30)
#151C18
(21,28,24)
#101612
(16,22,18)
#0B100C
(11,16,12)
#060A06
(6,10,6)
#000000
(0,0,0)

Tints of #384642

#384642
(56,70,66)
#4A5653
(74,86,83)
#5C6664
(92,102,100)
#6E7675
(110,118,117)
#808686
(128,134,134)
#929697
(146,150,151)
#A4A6A8
(164,166,168)
#B6B6B9
(182,182,185)
#C8C6CA
(200,198,202)
#DAD6DB
(218,214,219)
#ECE6EC
(236,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #384642; }

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

This text font color is #384642.


Background Color

.myBgColor { background-color: #384642; }

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

This div background color is #384642.


Border color

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

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

This div border color is #384642.


Opacity

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

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

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

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

This text has shadow with #384642 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384642 on black background.


Color preview on white background

This text has color #384642 on white background.



Black color preview on #384642 background

This text has black color on #384642 background.


White color preview on #384642 background

This text has white color on #384642 background.