COLOR #384A2E

HEX: #384A2E
RGB: (56,74,46)

Color info

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

RGB color model

#384A2E color RGB value is (56,74,46).

  • red value is 56;
  • green value is 74;
  • blue value is 46.
RGB:
(56,74,46)
(22%,29%,18%)

RGB channels and saturation

R 56 of 255 = 22%
G 74 of 255 = 29%
B 46 of 255 = 18%

56
74
46

R + G + B ~ 23%. #384A2E is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 74 + 46 = 176 (100%)
R 56 of 176 ~ 31.82%
G 74 of 176 ~ 42.05%
B 46 of 176 ~ 26.14%

%31.82
%42.05
%26.14

CMYK color model

#384A2E color CMYK value is (24,0,38,71).

  • cyan value is 24.32%
  • magenta value is 0.00%
  • yellow value is 37.84%
  • key color value is 70.98%
CMYK:
(24,0,38,71)
C24M0Y38K71 
(24%,0%,38%,71%)
(0.24/0.00/0.38/0.71)	

CMYK percentages

%24.32
%0
%37.84
%70.98

Codes

Color #384A2E in popluar color models

384A2E
RGB567446
HSL99°23.33%23.53%
HSB/HSV99°37.84%29.02%
CMYK24.32%0.00%37.84%
70.98%

Color #384A2E in popluar number systems.

HEX384A2E
Decimal567446
Binary1110001001010101110
Octal7011256

Shades and tints

Shades of #384A2E

#384A2E
(56,74,46)
#33442A
(51,68,42)
#2E3E26
(46,62,38)
#293822
(41,56,34)
#24321E
(36,50,30)
#1F2C1A
(31,44,26)
#1A2616
(26,38,22)
#152012
(21,32,18)
#101A0E
(16,26,14)
#0B140A
(11,20,10)
#060E06
(6,14,6)
#000000
(0,0,0)

Tints of #384A2E

#384A2E
(56,74,46)
#4A5A41
(74,90,65)
#5C6A54
(92,106,84)
#6E7A67
(110,122,103)
#808A7A
(128,138,122)
#929A8D
(146,154,141)
#A4AAA0
(164,170,160)
#B6BAB3
(182,186,179)
#C8CAC6
(200,202,198)
#DADAD9
(218,218,217)
#ECEAEC
(236,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #384A2E color. Also use rgb(56,74,46) instead hex code.

Text Font Color

.myTextColor { color: #384A2E; }

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

This text font color is #384A2E.


Background Color

.myBgColor { background-color: #384A2E; }

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

This div background color is #384A2E.


Border color

.myBorderColor { border: 1px solid #384A2E; }

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

This div border color is #384A2E.


Opacity

.myOpacity80 { color: #384A2E; opacity: 0.8; }

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

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

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

This text has shadow with #384A2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384A2E on black background.


Color preview on white background

This text has color #384A2E on white background.



Black color preview on #384A2E background

This text has black color on #384A2E background.


White color preview on #384A2E background

This text has white color on #384A2E background.