COLOR #385429

HEX: #385429
RGB: (56,84,41)

Color info

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

RGB color model

#385429 color RGB value is (56,84,41).

  • red value is 56;
  • green value is 84;
  • blue value is 41.
RGB:
(56,84,41)
(22%,33%,16%)

RGB channels and saturation

R 56 of 255 = 22%
G 84 of 255 = 33%
B 41 of 255 = 16%

56
84
41

R + G + B ~ 24%. #385429 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 84 + 41 = 181 (100%)
R 56 of 181 ~ 30.94%
G 84 of 181 ~ 46.41%
B 41 of 181 ~ 22.65%

%30.94
%46.41
%22.65

CMYK color model

#385429 color CMYK value is (33,0,51,67).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 51.19%
  • key color value is 67.06%
CMYK:
(33,0,51,67)
C33M0Y51K67 
(33%,0%,51%,67%)
(0.33/0.00/0.51/0.67)	

CMYK percentages

%33.33
%0
%51.19
%67.06

Codes

Color #385429 in popluar color models

385429
RGB568441
HSL99°34.40%24.51%
HSB/HSV99°51.19%32.94%
CMYK33.33%0.00%51.19%
67.06%

Color #385429 in popluar number systems.

HEX385429
Decimal568441
Binary1110001010100101001
Octal7012451

Shades and tints

Shades of #385429

#385429
(56,84,41)
#334D26
(51,77,38)
#2E4623
(46,70,35)
#293F20
(41,63,32)
#24381D
(36,56,29)
#1F311A
(31,49,26)
#1A2A17
(26,42,23)
#152314
(21,35,20)
#101C11
(16,28,17)
#0B150E
(11,21,14)
#060E0B
(6,14,11)
#000000
(0,0,0)

Tints of #385429

#385429
(56,84,41)
#4A633C
(74,99,60)
#5C724F
(92,114,79)
#6E8162
(110,129,98)
#809075
(128,144,117)
#929F88
(146,159,136)
#A4AE9B
(164,174,155)
#B6BDAE
(182,189,174)
#C8CCC1
(200,204,193)
#DADBD4
(218,219,212)
#ECEAE7
(236,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #385429 color. Also use rgb(56,84,41) instead hex code.

Text Font Color

.myTextColor { color: #385429; }

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

This text font color is #385429.


Background Color

.myBgColor { background-color: #385429; }

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

This div background color is #385429.


Border color

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

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

This div border color is #385429.


Opacity

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

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

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

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

This text has shadow with #385429 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #385429 on black background.


Color preview on white background

This text has color #385429 on white background.



Black color preview on #385429 background

This text has black color on #385429 background.


White color preview on #385429 background

This text has white color on #385429 background.