COLOR #385267

HEX: #385267
RGB: (56,82,103)

Color info

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

RGB color model

#385267 color RGB value is (56,82,103).

  • red value is 56;
  • green value is 82;
  • blue value is 103.
RGB:
(56,82,103)
(22%,32%,40%)

RGB channels and saturation

R 56 of 255 = 22%
G 82 of 255 = 32%
B 103 of 255 = 40%

56
82
103

R + G + B ~ 31%. #385267 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 82 + 103 = 241 (100%)
R 56 of 241 ~ 23.24%
G 82 of 241 ~ 34.02%
B 103 of 241 ~ 42.74%

%23.24
%34.02
%42.74

CMYK color model

#385267 color CMYK value is (46,20,0,60).

  • cyan value is 45.63%
  • magenta value is 20.39%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(46,20,0,60)
C46M20Y0K60 
(46%,20%,0%,60%)
(0.46/0.20/0.00/0.60)	

CMYK percentages

%45.63
%20.39
%0
%59.61

Codes

Color #385267 in popluar color models

385267
RGB5682103
HSL207°29.56%31.18%
HSB/HSV207°45.63%40.39%
CMYK45.63%20.39%0.00%
59.61%

Color #385267 in popluar number systems.

HEX385267
Decimal5682103
Binary11100010100101100111
Octal70122147

Shades and tints

Shades of #385267

#385267
(56,82,103)
#334B5E
(51,75,94)
#2E4455
(46,68,85)
#293D4C
(41,61,76)
#243643
(36,54,67)
#1F2F3A
(31,47,58)
#1A2831
(26,40,49)
#152128
(21,33,40)
#101A1F
(16,26,31)
#0B1316
(11,19,22)
#060C0D
(6,12,13)
#000000
(0,0,0)

Tints of #385267

#385267
(56,82,103)
#4A6174
(74,97,116)
#5C7081
(92,112,129)
#6E7F8E
(110,127,142)
#808E9B
(128,142,155)
#929DA8
(146,157,168)
#A4ACB5
(164,172,181)
#B6BBC2
(182,187,194)
#C8CACF
(200,202,207)
#DAD9DC
(218,217,220)
#ECE8E9
(236,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #385267 color. Also use rgb(56,82,103) instead hex code.

Text Font Color

.myTextColor { color: #385267; }

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

This text font color is #385267.


Background Color

.myBgColor { background-color: #385267; }

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

This div background color is #385267.


Border color

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

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

This div border color is #385267.


Opacity

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

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

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

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

This text has shadow with #385267 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #385267 on black background.


Color preview on white background

This text has color #385267 on white background.



Black color preview on #385267 background

This text has black color on #385267 background.


White color preview on #385267 background

This text has white color on #385267 background.