COLOR #384F14

HEX: #384F14 RGB: (56,79,20)

Color info

#384F14 contains red, green and blue colors in about the same proportion. Web safe color of #384F14 is #336600 (or #360).

RGB color model

#384F14 color RGB value is (56,79,20).

RGB: (56,79,20) (22%, 31%, 8%)

RGB channels and saturation

R 56 of 255 = 22%
G 79 of 255 = 31%
B 20 of 255 = 8%

56
79
20

R + G + B ~ 20%. #384F14 is dark color.

Portions of RGB colors in percentages

R + G + B = 56 + 79 + 20 = 155 (100%)
R 56 of 155 ~ 36.13%
G 79 of 155 ~ 50.97%
B 20 of 155 ~ 12.9'%

%36.13
%50.97
%12.9

CMYK color model

#384F14 color CMYK value is (29,0,75,69).

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

CMYK: (29,0,75,69)
C29M0Y75K69 (29%, 0%, 75%, 69%)
(0.29 / 0.00 / 0.75 / 0.69)

CMYK percentages

%29.11
%0
%74.68
%69.02

Codes

Color #384F14 in popluar color models

38 4F 14
RGB 56 79 20
HSL 83° 59.60% 19.41%
HSB/HSV 83° 74.68% 30.98%
CMYK 29.11% 0.00% 74.68%
69.02%

Color #384F14 in popluar number systems.

HEX 38 4F 14
Decimal 56 79 20
Binary 111000 1001111 10100
Octal 70 117 24

Shades and tints

Shades of #384F14

#384F14
(56,79,20)
#334813
(51,72,19)
#2E4112
(46,65,18)
#293A11
(41,58,17)
#243310
(36,51,16)
#1F2C0F
(31,44,15)
#1A250E
(26,37,14)
#151E0D
(21,30,13)
#10170C
(16,23,12)
#0B100B
(11,16,11)
#06090A
(6,9,10)
#000000
(0,0,0)

Tints of #384F14

#384F14
(56,79,20)
#4A5F29
(74,95,41)
#5C6F3E
(92,111,62)
#6E7F53
(110,127,83)
#808F68
(128,143,104)
#929F7D
(146,159,125)
#A4AF92
(164,175,146)
#B6BFA7
(182,191,167)
#C8CFBC
(200,207,188)
#DADFD1
(218,223,209)
#ECEFE6
(236,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #384F14; }

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

This text font color is #384F14.

Background Color

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

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

This div background color is #384F14.

Border color

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

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

This div border color is #384F14.

Opacity

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

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

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

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

This text has shadow with #384F14 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #384F14.

Preview

Color preview on black background

This text has color #384F14 on black background.


Color preview on white background

This text has color #384F14 on white background.


Black color preview on #384F14 background

This text has black color on #384F14 background.


White color preview on #384F14 background

This text has white color on #384F14 background.


Related colors

Complementary color

Complementary color for #hex is #C7B0EB.


I love getcolorcode.com

Triadic colors

1 #14384F and #4F1438 with #384F14 are triadic colors.

2 #144F38 and #4F3814 with #384F14 are triadic colors.