COLOR #384A3F

HEX: #384A3F
RGB: (56,74,63)

Color info

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

RGB color model

#384A3F color RGB value is (56,74,63).

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

RGB channels and saturation

R 56 of 255 = 22%
G 74 of 255 = 29%
B 63 of 255 = 25%

56
74
63

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

Portions of RGB colors in percentages

R + G + B =
56 + 74 + 63 = 193 (100%)
R 56 of 193 ~ 29.02%
G 74 of 193 ~ 38.34%
B 63 of 193 ~ 32.64%

%29.02
%38.34
%32.64

CMYK color model

#384A3F color CMYK value is (24,0,15,71).

  • cyan value is 24.32%
  • magenta value is 0.00%
  • yellow value is 14.86%
  • key color value is 70.98%
CMYK:
(24,0,15,71)
C24M0Y15K71 
(24%,0%,15%,71%)
(0.24/0.00/0.15/0.71)	

CMYK percentages

%24.32
%0
%14.86
%70.98

Codes

Color #384A3F in popluar color models

384A3F
RGB567463
HSL143°13.85%25.49%
HSB/HSV143°24.32%29.02%
CMYK24.32%0.00%14.86%
70.98%

Color #384A3F in popluar number systems.

HEX384A3F
Decimal567463
Binary1110001001010111111
Octal7011277

Shades and tints

Shades of #384A3F

#384A3F
(56,74,63)
#33443A
(51,68,58)
#2E3E35
(46,62,53)
#293830
(41,56,48)
#24322B
(36,50,43)
#1F2C26
(31,44,38)
#1A2621
(26,38,33)
#15201C
(21,32,28)
#101A17
(16,26,23)
#0B1412
(11,20,18)
#060E0D
(6,14,13)
#000000
(0,0,0)

Tints of #384A3F

#384A3F
(56,74,63)
#4A5A50
(74,90,80)
#5C6A61
(92,106,97)
#6E7A72
(110,122,114)
#808A83
(128,138,131)
#929A94
(146,154,148)
#A4AAA5
(164,170,165)
#B6BAB6
(182,186,182)
#C8CAC7
(200,202,199)
#DADAD8
(218,218,216)
#ECEAE9
(236,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #384A3F; }

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

This text font color is #384A3F.


Background Color

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

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

This div background color is #384A3F.


Border color

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

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

This div border color is #384A3F.


Opacity

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

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

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

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

This text has shadow with #384A3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384A3F on black background.


Color preview on white background

This text has color #384A3F on white background.



Black color preview on #384A3F background

This text has black color on #384A3F background.


White color preview on #384A3F background

This text has white color on #384A3F background.