COLOR #384D3D

HEX: #384D3D
RGB: (56,77,61)

Color info

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

RGB color model

#384D3D color RGB value is (56,77,61).

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

RGB channels and saturation

R 56 of 255 = 22%
G 77 of 255 = 30%
B 61 of 255 = 24%

56
77
61

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

Portions of RGB colors in percentages

R + G + B =
56 + 77 + 61 = 194 (100%)
R 56 of 194 ~ 28.87%
G 77 of 194 ~ 39.69%
B 61 of 194 ~ 31.44%

%28.87
%39.69
%31.44

CMYK color model

#384D3D color CMYK value is (27,0,21,70).

  • cyan value is 27.27%
  • magenta value is 0.00%
  • yellow value is 20.78%
  • key color value is 69.80%
CMYK:
(27,0,21,70)
C27M0Y21K70 
(27%,0%,21%,70%)
(0.27/0.00/0.21/0.70)	

CMYK percentages

%27.27
%0
%20.78
%69.8

Codes

Color #384D3D in popluar color models

384D3D
RGB567761
HSL134°15.79%26.08%
HSB/HSV134°27.27%30.20%
CMYK27.27%0.00%20.78%
69.80%

Color #384D3D in popluar number systems.

HEX384D3D
Decimal567761
Binary1110001001101111101
Octal7011575

Shades and tints

Shades of #384D3D

#384D3D
(56,77,61)
#334638
(51,70,56)
#2E3F33
(46,63,51)
#29382E
(41,56,46)
#243129
(36,49,41)
#1F2A24
(31,42,36)
#1A231F
(26,35,31)
#151C1A
(21,28,26)
#101515
(16,21,21)
#0B0E10
(11,14,16)
#06070B
(6,7,11)
#000000
(0,0,0)

Tints of #384D3D

#384D3D
(56,77,61)
#4A5D4E
(74,93,78)
#5C6D5F
(92,109,95)
#6E7D70
(110,125,112)
#808D81
(128,141,129)
#929D92
(146,157,146)
#A4ADA3
(164,173,163)
#B6BDB4
(182,189,180)
#C8CDC5
(200,205,197)
#DADDD6
(218,221,214)
#ECEDE7
(236,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #384D3D; }

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

This text font color is #384D3D.


Background Color

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

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

This div background color is #384D3D.


Border color

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

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

This div border color is #384D3D.


Opacity

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

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

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

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

This text has shadow with #384D3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384D3D on black background.


Color preview on white background

This text has color #384D3D on white background.



Black color preview on #384D3D background

This text has black color on #384D3D background.


White color preview on #384D3D background

This text has white color on #384D3D background.