COLOR #385554

HEX: #385554
RGB: (56,85,84)

Color info

#385554 contains red, green and blue colors in about the same proportion. Web safe color of #385554 is #336666 (or #366).

RGB color model

#385554 color RGB value is (56,85,84).

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

RGB channels and saturation

R 56 of 255 = 22%
G 85 of 255 = 33%
B 84 of 255 = 33%

56
85
84

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

Portions of RGB colors in percentages

R + G + B =
56 + 85 + 84 = 225 (100%)
R 56 of 225 ~ 24.89%
G 85 of 225 ~ 37.78%
B 84 of 225 ~ 37.33%

%24.89
%37.78
%37.33

CMYK color model

#385554 color CMYK value is (34,0,1,67).

  • cyan value is 34.12%
  • magenta value is 0.00%
  • yellow value is 1.18%
  • key color value is 66.67%
CMYK:
(34,0,1,67)
C34M0Y1K67 
(34%,0%,1%,67%)
(0.34/0.00/0.01/0.67)	

CMYK percentages

%34.12
%0
%1.18
%66.67

Codes

Color #385554 in popluar color models

385554
RGB568584
HSL178°20.57%27.65%
HSB/HSV178°34.12%33.33%
CMYK34.12%0.00%1.18%
66.67%

Color #385554 in popluar number systems.

HEX385554
Decimal568584
Binary11100010101011010100
Octal70125124

Shades and tints

Shades of #385554

#385554
(56,85,84)
#334E4D
(51,78,77)
#2E4746
(46,71,70)
#29403F
(41,64,63)
#243938
(36,57,56)
#1F3231
(31,50,49)
#1A2B2A
(26,43,42)
#152423
(21,36,35)
#101D1C
(16,29,28)
#0B1615
(11,22,21)
#060F0E
(6,15,14)
#000000
(0,0,0)

Tints of #385554

#385554
(56,85,84)
#4A6463
(74,100,99)
#5C7372
(92,115,114)
#6E8281
(110,130,129)
#809190
(128,145,144)
#92A09F
(146,160,159)
#A4AFAE
(164,175,174)
#B6BEBD
(182,190,189)
#C8CDCC
(200,205,204)
#DADCDB
(218,220,219)
#ECEBEA
(236,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #385554; }

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

This text font color is #385554.


Background Color

.myBgColor { background-color: #385554; }

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

This div background color is #385554.


Border color

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

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

This div border color is #385554.


Opacity

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

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

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

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

This text has shadow with #385554 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #385554 on black background.


Color preview on white background

This text has color #385554 on white background.



Black color preview on #385554 background

This text has black color on #385554 background.


White color preview on #385554 background

This text has white color on #385554 background.