COLOR #384375

HEX: #384375
RGB: (56,67,117)

Color info

#384375 contains mainly green and blue colors. Web safe color of #384375 is #333366 (or #336).

RGB color model

#384375 color RGB value is (56,67,117).

  • red value is 56;
  • green value is 67;
  • blue value is 117.
RGB:
(56,67,117)
(22%,26%,46%)

RGB channels and saturation

R 56 of 255 = 22%
G 67 of 255 = 26%
B 117 of 255 = 46%

56
67
117

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

Portions of RGB colors in percentages

R + G + B =
56 + 67 + 117 = 240 (100%)
R 56 of 240 ~ 23.33%
G 67 of 240 ~ 27.92%
B 117 of 240 ~ 48.75%

%23.33
%27.92
%48.75

CMYK color model

#384375 color CMYK value is (52,43,0,54).

  • cyan value is 52.14%
  • magenta value is 42.74%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(52,43,0,54)
C52M43Y0K54 
(52%,43%,0%,54%)
(0.52/0.43/0.00/0.54)	

CMYK percentages

%52.14
%42.74
%0
%54.12

Codes

Color #384375 in popluar color models

384375
RGB5667117
HSL229°35.26%33.92%
HSB/HSV229°52.14%45.88%
CMYK52.14%42.74%0.00%
54.12%

Color #384375 in popluar number systems.

HEX384375
Decimal5667117
Binary11100010000111110101
Octal70103165

Shades and tints

Shades of #384375

#384375
(56,67,117)
#333D6B
(51,61,107)
#2E3761
(46,55,97)
#293157
(41,49,87)
#242B4D
(36,43,77)
#1F2543
(31,37,67)
#1A1F39
(26,31,57)
#15192F
(21,25,47)
#101325
(16,19,37)
#0B0D1B
(11,13,27)
#060711
(6,7,17)
#000000
(0,0,0)

Tints of #384375

#384375
(56,67,117)
#4A5481
(74,84,129)
#5C658D
(92,101,141)
#6E7699
(110,118,153)
#8087A5
(128,135,165)
#9298B1
(146,152,177)
#A4A9BD
(164,169,189)
#B6BAC9
(182,186,201)
#C8CBD5
(200,203,213)
#DADCE1
(218,220,225)
#ECEDED
(236,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #384375 color. Also use rgb(56,67,117) instead hex code.

Text Font Color

.myTextColor { color: #384375; }

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

This text font color is #384375.


Background Color

.myBgColor { background-color: #384375; }

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

This div background color is #384375.


Border color

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

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

This div border color is #384375.


Opacity

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

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

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

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

This text has shadow with #384375 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384375 on black background.


Color preview on white background

This text has color #384375 on white background.



Black color preview on #384375 background

This text has black color on #384375 background.


White color preview on #384375 background

This text has white color on #384375 background.