COLOR #384C3D

HEX: #384C3D RGB: (56,76,61)

Color info

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

RGB color model

#384C3D color RGB value is (56,76,61).

RGB: (56,76,61) (22%, 30%, 24%)

RGB channels and saturation

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

56
76
61

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

Portions of RGB colors in percentages

R + G + B = 56 + 76 + 61 = 193 (100%)
R 56 of 193 ~ 29.02%
G 76 of 193 ~ 39.38%
B 61 of 193 ~ 31.61'%

%29.02
%39.38
%31.61

CMYK color model

#384C3D color CMYK value is (26,0,20,70).

  • cyan value is 26.32%
  • magenta value is 0.00%
  • yellow value is 19.74%
  • key color value is 70.20%

CMYK: (26,0,20,70)
C26M0Y20K70 (26%, 0%, 20%, 70%)
(0.26 / 0.00 / 0.20 / 0.70)

CMYK percentages

%26.32
%0
%19.74
%70.2

Codes

Color #384C3D in popluar color models

38 4C 3D
RGB 56 76 61
HSL 135° 15.15% 25.88%
HSB/HSV 135° 26.32% 29.80%
CMYK 26.32% 0.00% 19.74%
70.20%

Color #384C3D in popluar number systems.

HEX 38 4C 3D
Decimal 56 76 61
Binary 111000 1001100 111101
Octal 70 114 75

Shades and tints

Shades of #384C3D

#384C3D
(56,76,61)
#334638
(51,70,56)
#2E4033
(46,64,51)
#293A2E
(41,58,46)
#243429
(36,52,41)
#1F2E24
(31,46,36)
#1A281F
(26,40,31)
#15221A
(21,34,26)
#101C15
(16,28,21)
#0B1610
(11,22,16)
#06100B
(6,16,11)
#000000
(0,0,0)

Tints of #384C3D

#384C3D
(56,76,61)
#4A5C4E
(74,92,78)
#5C6C5F
(92,108,95)
#6E7C70
(110,124,112)
#808C81
(128,140,129)
#929C92
(146,156,146)
#A4ACA3
(164,172,163)
#B6BCB4
(182,188,180)
#C8CCC5
(200,204,197)
#DADCD6
(218,220,214)
#ECECE7
(236,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #384C3D; }

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

This text font color is #384C3D.

Background Color

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

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

This div background color is #384C3D.

Border color

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

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

This div border color is #384C3D.

Opacity

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

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

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

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

This text has shadow with #384C3D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #384C3D.

Preview

Color preview on black background

This text has color #384C3D on black background.


Color preview on white background

This text has color #384C3D on white background.


Black color preview on #384C3D background

This text has black color on #384C3D background.


White color preview on #384C3D background

This text has white color on #384C3D background.


Related colors

Complementary color

Complementary color for #hex is #C7B3C2.


I love getcolorcode.com

Triadic colors

1 #3D384C and #4C3D38 with #384C3D are triadic colors.

2 #3D4C38 and #4C383D with #384C3D are triadic colors.