COLOR #385181

HEX: #385181
RGB: (56,81,129)

Color info

#385181 contains mainly green and blue colors. Web safe color of #385181 is #336699 (or #369).

RGB color model

#385181 color RGB value is (56,81,129).

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

RGB channels and saturation

R 56 of 255 = 22%
G 81 of 255 = 32%
B 129 of 255 = 51%

56
81
129

R + G + B ~ 35%. #385181 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 81 + 129 = 266 (100%)
R 56 of 266 ~ 21.05%
G 81 of 266 ~ 30.45%
B 129 of 266 ~ 48.5%

%21.05
%30.45
%48.5

CMYK color model

#385181 color CMYK value is (57,37,0,49).

  • cyan value is 56.59%
  • magenta value is 37.21%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(57,37,0,49)
C57M37Y0K49 
(57%,37%,0%,49%)
(0.57/0.37/0.00/0.49)	

CMYK percentages

%56.59
%37.21
%0
%49.41

Codes

Color #385181 in popluar color models

385181
RGB5681129
HSL219°39.46%36.27%
HSB/HSV219°56.59%50.59%
CMYK56.59%37.21%0.00%
49.41%

Color #385181 in popluar number systems.

HEX385181
Decimal5681129
Binary111000101000110000001
Octal70121201

Shades and tints

Shades of #385181

#385181
(56,81,129)
#334A76
(51,74,118)
#2E436B
(46,67,107)
#293C60
(41,60,96)
#243555
(36,53,85)
#1F2E4A
(31,46,74)
#1A273F
(26,39,63)
#152034
(21,32,52)
#101929
(16,25,41)
#0B121E
(11,18,30)
#060B13
(6,11,19)
#000000
(0,0,0)

Tints of #385181

#385181
(56,81,129)
#4A608C
(74,96,140)
#5C6F97
(92,111,151)
#6E7EA2
(110,126,162)
#808DAD
(128,141,173)
#929CB8
(146,156,184)
#A4ABC3
(164,171,195)
#B6BACE
(182,186,206)
#C8C9D9
(200,201,217)
#DAD8E4
(218,216,228)
#ECE7EF
(236,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #385181; }

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

This text font color is #385181.


Background Color

.myBgColor { background-color: #385181; }

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

This div background color is #385181.


Border color

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

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

This div border color is #385181.


Opacity

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

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

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

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

This text has shadow with #385181 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #385181 on black background.


Color preview on white background

This text has color #385181 on white background.



Black color preview on #385181 background

This text has black color on #385181 background.


White color preview on #385181 background

This text has white color on #385181 background.