COLOR #385A53

HEX: #385A53
RGB: (56,90,83)

Color info

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

RGB color model

#385A53 color RGB value is (56,90,83).

  • red value is 56;
  • green value is 90;
  • blue value is 83.
RGB:
(56,90,83)
(22%,35%,33%)

RGB channels and saturation

R 56 of 255 = 22%
G 90 of 255 = 35%
B 83 of 255 = 33%

56
90
83

R + G + B ~ 30%. #385A53 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 90 + 83 = 229 (100%)
R 56 of 229 ~ 24.45%
G 90 of 229 ~ 39.3%
B 83 of 229 ~ 36.24%

%24.45
%39.3
%36.24

CMYK color model

#385A53 color CMYK value is (38,0,8,65).

  • cyan value is 37.78%
  • magenta value is 0.00%
  • yellow value is 7.78%
  • key color value is 64.71%
CMYK:
(38,0,8,65)
C38M0Y8K65 
(38%,0%,8%,65%)
(0.38/0.00/0.08/0.65)	

CMYK percentages

%37.78
%0
%7.78
%64.71

Codes

Color #385A53 in popluar color models

385A53
RGB569083
HSL168°23.29%28.63%
HSB/HSV168°37.78%35.29%
CMYK37.78%0.00%7.78%
64.71%

Color #385A53 in popluar number systems.

HEX385A53
Decimal569083
Binary11100010110101010011
Octal70132123

Shades and tints

Shades of #385A53

#385A53
(56,90,83)
#33524C
(51,82,76)
#2E4A45
(46,74,69)
#29423E
(41,66,62)
#243A37
(36,58,55)
#1F3230
(31,50,48)
#1A2A29
(26,42,41)
#152222
(21,34,34)
#101A1B
(16,26,27)
#0B1214
(11,18,20)
#060A0D
(6,10,13)
#000000
(0,0,0)

Tints of #385A53

#385A53
(56,90,83)
#4A6962
(74,105,98)
#5C7871
(92,120,113)
#6E8780
(110,135,128)
#80968F
(128,150,143)
#92A59E
(146,165,158)
#A4B4AD
(164,180,173)
#B6C3BC
(182,195,188)
#C8D2CB
(200,210,203)
#DAE1DA
(218,225,218)
#ECF0E9
(236,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #385A53 color. Also use rgb(56,90,83) instead hex code.

Text Font Color

.myTextColor { color: #385A53; }

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

This text font color is #385A53.


Background Color

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

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

This div background color is #385A53.


Border color

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

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

This div border color is #385A53.


Opacity

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

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

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

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

This text has shadow with #385A53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #385A53 on black background.


Color preview on white background

This text has color #385A53 on white background.



Black color preview on #385A53 background

This text has black color on #385A53 background.


White color preview on #385A53 background

This text has white color on #385A53 background.