COLOR #384F2A

HEX: #384F2A RGB: (56,79,42)

Color info

#384F2A contains red, green and blue colors in about the same proportion. Web safe color of #384F2A is #336633 (or #363).

RGB color model

#384F2A color RGB value is (56,79,42).

RGB: (56,79,42) (22%, 31%, 16%)

RGB channels and saturation

R 56 of 255 = 22%
G 79 of 255 = 31%
B 42 of 255 = 16%

56
79
42

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

Portions of RGB colors in percentages

R + G + B = 56 + 79 + 42 = 177 (100%)
R 56 of 177 ~ 31.64%
G 79 of 177 ~ 44.63%
B 42 of 177 ~ 23.73'%

%31.64
%44.63
%23.73

CMYK color model

#384F2A color CMYK value is (29,0,47,69).

  • cyan value is 29.11%
  • magenta value is 0.00%
  • yellow value is 46.84%
  • key color value is 69.02%

CMYK: (29,0,47,69)
C29M0Y47K69 (29%, 0%, 47%, 69%)
(0.29 / 0.00 / 0.47 / 0.69)

CMYK percentages

%29.11
%0
%46.84
%69.02

Codes

Color #384F2A in popluar color models

38 4F 2A
RGB 56 79 42
HSL 97° 30.58% 23.73%
HSB/HSV 97° 46.84% 30.98%
CMYK 29.11% 0.00% 46.84%
69.02%

Color #384F2A in popluar number systems.

HEX 38 4F 2A
Decimal 56 79 42
Binary 111000 1001111 101010
Octal 70 117 52

Shades and tints

Shades of #384F2A

#384F2A
(56,79,42)
#334827
(51,72,39)
#2E4124
(46,65,36)
#293A21
(41,58,33)
#24331E
(36,51,30)
#1F2C1B
(31,44,27)
#1A2518
(26,37,24)
#151E15
(21,30,21)
#101712
(16,23,18)
#0B100F
(11,16,15)
#06090C
(6,9,12)
#000000
(0,0,0)

Tints of #384F2A

#384F2A
(56,79,42)
#4A5F3D
(74,95,61)
#5C6F50
(92,111,80)
#6E7F63
(110,127,99)
#808F76
(128,143,118)
#929F89
(146,159,137)
#A4AF9C
(164,175,156)
#B6BFAF
(182,191,175)
#C8CFC2
(200,207,194)
#DADFD5
(218,223,213)
#ECEFE8
(236,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #384F2A color. Also use rgb(56,79,42) instead hex code.

Text Font Color

.myTextColor { color: #384F2A; }

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

This text font color is #384F2A.

Background Color

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

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

This div background color is #384F2A.

Border color

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

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

This div border color is #384F2A.

Opacity

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

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

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

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

This text has shadow with #384F2A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #384F2A.

Preview

Color preview on black background

This text has color #384F2A on black background.


Color preview on white background

This text has color #384F2A on white background.


Black color preview on #384F2A background

This text has black color on #384F2A background.


White color preview on #384F2A background

This text has white color on #384F2A background.


Related colors

Complementary color

Complementary color for #hex is #C7B0D5.


I love getcolorcode.com

Triadic colors

1 #2A384F and #4F2A38 with #384F2A are triadic colors.

2 #2A4F38 and #4F382A with #384F2A are triadic colors.