COLOR #385161

HEX: #385161
RGB: (56,81,97)

Color info

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

RGB color model

#385161 color RGB value is (56,81,97).

  • red value is 56;
  • green value is 81;
  • blue value is 97.
RGB:
(56,81,97)
(22%,32%,38%)

RGB channels and saturation

R 56 of 255 = 22%
G 81 of 255 = 32%
B 97 of 255 = 38%

56
81
97

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

Portions of RGB colors in percentages

R + G + B =
56 + 81 + 97 = 234 (100%)
R 56 of 234 ~ 23.93%
G 81 of 234 ~ 34.62%
B 97 of 234 ~ 41.45%

%23.93
%34.62
%41.45

CMYK color model

#385161 color CMYK value is (42,16,0,62).

  • cyan value is 42.27%
  • magenta value is 16.49%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(42,16,0,62)
C42M16Y0K62 
(42%,16%,0%,62%)
(0.42/0.16/0.00/0.62)	

CMYK percentages

%42.27
%16.49
%0
%61.96

Codes

Color #385161 in popluar color models

385161
RGB568197
HSL203°26.80%30.00%
HSB/HSV203°42.27%38.04%
CMYK42.27%16.49%0.00%
61.96%

Color #385161 in popluar number systems.

HEX385161
Decimal568197
Binary11100010100011100001
Octal70121141

Shades and tints

Shades of #385161

#385161
(56,81,97)
#334A59
(51,74,89)
#2E4351
(46,67,81)
#293C49
(41,60,73)
#243541
(36,53,65)
#1F2E39
(31,46,57)
#1A2731
(26,39,49)
#152029
(21,32,41)
#101921
(16,25,33)
#0B1219
(11,18,25)
#060B11
(6,11,17)
#000000
(0,0,0)

Tints of #385161

#385161
(56,81,97)
#4A606F
(74,96,111)
#5C6F7D
(92,111,125)
#6E7E8B
(110,126,139)
#808D99
(128,141,153)
#929CA7
(146,156,167)
#A4ABB5
(164,171,181)
#B6BAC3
(182,186,195)
#C8C9D1
(200,201,209)
#DAD8DF
(218,216,223)
#ECE7ED
(236,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #385161 color. Also use rgb(56,81,97) instead hex code.

Text Font Color

.myTextColor { color: #385161; }

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

This text font color is #385161.


Background Color

.myBgColor { background-color: #385161; }

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

This div background color is #385161.


Border color

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

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

This div border color is #385161.


Opacity

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

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

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

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

This text has shadow with #385161 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #385161 on black background.


Color preview on white background

This text has color #385161 on white background.



Black color preview on #385161 background

This text has black color on #385161 background.


White color preview on #385161 background

This text has white color on #385161 background.