COLOR #384D3F

HEX: #384D3F
RGB: (56,77,63)

Color info

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

RGB color model

#384D3F color RGB value is (56,77,63).

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

RGB channels and saturation

R 56 of 255 = 22%
G 77 of 255 = 30%
B 63 of 255 = 25%

56
77
63

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

Portions of RGB colors in percentages

R + G + B =
56 + 77 + 63 = 196 (100%)
R 56 of 196 ~ 28.57%
G 77 of 196 ~ 39.29%
B 63 of 196 ~ 32.14%

%28.57
%39.29
%32.14

CMYK color model

#384D3F color CMYK value is (27,0,18,70).

  • cyan value is 27.27%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 69.80%
CMYK:
(27,0,18,70)
C27M0Y18K70 
(27%,0%,18%,70%)
(0.27/0.00/0.18/0.70)	

CMYK percentages

%27.27
%0
%18.18
%69.8

Codes

Color #384D3F in popluar color models

384D3F
RGB567763
HSL140°15.79%26.08%
HSB/HSV140°27.27%30.20%
CMYK27.27%0.00%18.18%
69.80%

Color #384D3F in popluar number systems.

HEX384D3F
Decimal567763
Binary1110001001101111111
Octal7011577

Shades and tints

Shades of #384D3F

#384D3F
(56,77,63)
#33463A
(51,70,58)
#2E3F35
(46,63,53)
#293830
(41,56,48)
#24312B
(36,49,43)
#1F2A26
(31,42,38)
#1A2321
(26,35,33)
#151C1C
(21,28,28)
#101517
(16,21,23)
#0B0E12
(11,14,18)
#06070D
(6,7,13)
#000000
(0,0,0)

Tints of #384D3F

#384D3F
(56,77,63)
#4A5D50
(74,93,80)
#5C6D61
(92,109,97)
#6E7D72
(110,125,114)
#808D83
(128,141,131)
#929D94
(146,157,148)
#A4ADA5
(164,173,165)
#B6BDB6
(182,189,182)
#C8CDC7
(200,205,199)
#DADDD8
(218,221,216)
#ECEDE9
(236,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #384D3F; }

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

This text font color is #384D3F.


Background Color

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

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

This div background color is #384D3F.


Border color

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

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

This div border color is #384D3F.


Opacity

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

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

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

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

This text has shadow with #384D3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384D3F on black background.


Color preview on white background

This text has color #384D3F on white background.



Black color preview on #384D3F background

This text has black color on #384D3F background.


White color preview on #384D3F background

This text has white color on #384D3F background.