COLOR #385E45

HEX: #385E45
RGB: (56,94,69)

Color info

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

RGB color model

#385E45 color RGB value is (56,94,69).

  • red value is 56;
  • green value is 94;
  • blue value is 69.
RGB:
(56,94,69)
(22%,37%,27%)

RGB channels and saturation

R 56 of 255 = 22%
G 94 of 255 = 37%
B 69 of 255 = 27%

56
94
69

R + G + B ~ 29%. #385E45 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 94 + 69 = 219 (100%)
R 56 of 219 ~ 25.57%
G 94 of 219 ~ 42.92%
B 69 of 219 ~ 31.51%

%25.57
%42.92
%31.51

CMYK color model

#385E45 color CMYK value is (40,0,27,63).

  • cyan value is 40.43%
  • magenta value is 0.00%
  • yellow value is 26.60%
  • key color value is 63.14%
CMYK:
(40,0,27,63)
C40M0Y27K63 
(40%,0%,27%,63%)
(0.40/0.00/0.27/0.63)	

CMYK percentages

%40.43
%0
%26.6
%63.14

Codes

Color #385E45 in popluar color models

385E45
RGB569469
HSL141°25.33%29.41%
HSB/HSV141°40.43%36.86%
CMYK40.43%0.00%26.60%
63.14%

Color #385E45 in popluar number systems.

HEX385E45
Decimal569469
Binary11100010111101000101
Octal70136105

Shades and tints

Shades of #385E45

#385E45
(56,94,69)
#33563F
(51,86,63)
#2E4E39
(46,78,57)
#294633
(41,70,51)
#243E2D
(36,62,45)
#1F3627
(31,54,39)
#1A2E21
(26,46,33)
#15261B
(21,38,27)
#101E15
(16,30,21)
#0B160F
(11,22,15)
#060E09
(6,14,9)
#000000
(0,0,0)

Tints of #385E45

#385E45
(56,94,69)
#4A6C55
(74,108,85)
#5C7A65
(92,122,101)
#6E8875
(110,136,117)
#809685
(128,150,133)
#92A495
(146,164,149)
#A4B2A5
(164,178,165)
#B6C0B5
(182,192,181)
#C8CEC5
(200,206,197)
#DADCD5
(218,220,213)
#ECEAE5
(236,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #385E45 color. Also use rgb(56,94,69) instead hex code.

Text Font Color

.myTextColor { color: #385E45; }

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

This text font color is #385E45.


Background Color

.myBgColor { background-color: #385E45; }

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

This div background color is #385E45.


Border color

.myBorderColor { border: 1px solid #385E45; }

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

This div border color is #385E45.


Opacity

.myOpacity80 { color: #385E45; opacity: 0.8; }

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

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

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

This text has shadow with #385E45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #385E45 on black background.


Color preview on white background

This text has color #385E45 on white background.



Black color preview on #385E45 background

This text has black color on #385E45 background.


White color preview on #385E45 background

This text has white color on #385E45 background.