COLOR #383061

HEX: #383061
RGB: (56,48,97)

Color info

#383061 contains red, green and blue colors in about the same proportion. Web safe color of #383061 is #333366 (or #336).

RGB color model

#383061 color RGB value is (56,48,97).

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

RGB channels and saturation

R 56 of 255 = 22%
G 48 of 255 = 19%
B 97 of 255 = 38%

56
48
97

R + G + B ~ 26%. #383061 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 48 + 97 = 201 (100%)
R 56 of 201 ~ 27.86%
G 48 of 201 ~ 23.88%
B 97 of 201 ~ 48.26%

%27.86
%23.88
%48.26

CMYK color model

#383061 color CMYK value is (42,51,0,62).

  • cyan value is 42.27%
  • magenta value is 50.52%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(42,51,0,62)
C42M51Y0K62 
(42%,51%,0%,62%)
(0.42/0.51/0.00/0.62)	

CMYK percentages

%42.27
%50.52
%0
%61.96

Codes

Color #383061 in popluar color models

383061
RGB564897
HSL250°33.79%28.43%
HSB/HSV250°50.52%38.04%
CMYK42.27%50.52%0.00%
61.96%

Color #383061 in popluar number systems.

HEX383061
Decimal564897
Binary1110001100001100001
Octal7060141

Shades and tints

Shades of #383061

#383061
(56,48,97)
#332C59
(51,44,89)
#2E2851
(46,40,81)
#292449
(41,36,73)
#242041
(36,32,65)
#1F1C39
(31,28,57)
#1A1831
(26,24,49)
#151429
(21,20,41)
#101021
(16,16,33)
#0B0C19
(11,12,25)
#060811
(6,8,17)
#000000
(0,0,0)

Tints of #383061

#383061
(56,48,97)
#4A426F
(74,66,111)
#5C547D
(92,84,125)
#6E668B
(110,102,139)
#807899
(128,120,153)
#928AA7
(146,138,167)
#A49CB5
(164,156,181)
#B6AEC3
(182,174,195)
#C8C0D1
(200,192,209)
#DAD2DF
(218,210,223)
#ECE4ED
(236,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #383061; }

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

This text font color is #383061.


Background Color

.myBgColor { background-color: #383061; }

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

This div background color is #383061.


Border color

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

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

This div border color is #383061.


Opacity

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

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

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

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

This text has shadow with #383061 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #383061 on black background.


Color preview on white background

This text has color #383061 on white background.



Black color preview on #383061 background

This text has black color on #383061 background.


White color preview on #383061 background

This text has white color on #383061 background.