COLOR #384826

HEX: #384826
RGB: (56,72,38)

Color info

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

RGB color model

#384826 color RGB value is (56,72,38).

  • red value is 56;
  • green value is 72;
  • blue value is 38.
RGB:
(56,72,38)
(22%,28%,15%)

RGB channels and saturation

R 56 of 255 = 22%
G 72 of 255 = 28%
B 38 of 255 = 15%

56
72
38

R + G + B ~ 22%. #384826 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 72 + 38 = 166 (100%)
R 56 of 166 ~ 33.73%
G 72 of 166 ~ 43.37%
B 38 of 166 ~ 22.89%

%33.73
%43.37
%22.89

CMYK color model

#384826 color CMYK value is (22,0,47,72).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 47.22%
  • key color value is 71.76%
CMYK:
(22,0,47,72)
C22M0Y47K72 
(22%,0%,47%,72%)
(0.22/0.00/0.47/0.72)	

CMYK percentages

%22.22
%0
%47.22
%71.76

Codes

Color #384826 in popluar color models

384826
RGB567238
HSL88°30.91%21.57%
HSB/HSV88°47.22%28.24%
CMYK22.22%0.00%47.22%
71.76%

Color #384826 in popluar number systems.

HEX384826
Decimal567238
Binary1110001001000100110
Octal7011046

Shades and tints

Shades of #384826

#384826
(56,72,38)
#334223
(51,66,35)
#2E3C20
(46,60,32)
#29361D
(41,54,29)
#24301A
(36,48,26)
#1F2A17
(31,42,23)
#1A2414
(26,36,20)
#151E11
(21,30,17)
#10180E
(16,24,14)
#0B120B
(11,18,11)
#060C08
(6,12,8)
#000000
(0,0,0)

Tints of #384826

#384826
(56,72,38)
#4A5839
(74,88,57)
#5C684C
(92,104,76)
#6E785F
(110,120,95)
#808872
(128,136,114)
#929885
(146,152,133)
#A4A898
(164,168,152)
#B6B8AB
(182,184,171)
#C8C8BE
(200,200,190)
#DAD8D1
(218,216,209)
#ECE8E4
(236,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #384826 color. Also use rgb(56,72,38) instead hex code.

Text Font Color

.myTextColor { color: #384826; }

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

This text font color is #384826.


Background Color

.myBgColor { background-color: #384826; }

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

This div background color is #384826.


Border color

.myBorderColor { border: 1px solid #384826; }

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

This div border color is #384826.


Opacity

.myOpacity80 { color: #384826; opacity: 0.8; }

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

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

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

This text has shadow with #384826 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384826 on black background.


Color preview on white background

This text has color #384826 on white background.



Black color preview on #384826 background

This text has black color on #384826 background.


White color preview on #384826 background

This text has white color on #384826 background.