COLOR #386074

HEX: #386074
RGB: (56,96,116)

Color info

#386074 contains mainly green and blue colors. Web safe color of #386074 is #336666 (or #366).

RGB color model

#386074 color RGB value is (56,96,116).

  • red value is 56;
  • green value is 96;
  • blue value is 116.
RGB:
(56,96,116)
(22%,38%,45%)

RGB channels and saturation

R 56 of 255 = 22%
G 96 of 255 = 38%
B 116 of 255 = 45%

56
96
116

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

Portions of RGB colors in percentages

R + G + B =
56 + 96 + 116 = 268 (100%)
R 56 of 268 ~ 20.9%
G 96 of 268 ~ 35.82%
B 116 of 268 ~ 43.28%

%20.9
%35.82
%43.28

CMYK color model

#386074 color CMYK value is (52,17,0,55).

  • cyan value is 51.72%
  • magenta value is 17.24%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(52,17,0,55)
C52M17Y0K55 
(52%,17%,0%,55%)
(0.52/0.17/0.00/0.55)	

CMYK percentages

%51.72
%17.24
%0
%54.51

Codes

Color #386074 in popluar color models

386074
RGB5696116
HSL200°34.88%33.73%
HSB/HSV200°51.72%45.49%
CMYK51.72%17.24%0.00%
54.51%

Color #386074 in popluar number systems.

HEX386074
Decimal5696116
Binary11100011000001110100
Octal70140164

Shades and tints

Shades of #386074

#386074
(56,96,116)
#33586A
(51,88,106)
#2E5060
(46,80,96)
#294856
(41,72,86)
#24404C
(36,64,76)
#1F3842
(31,56,66)
#1A3038
(26,48,56)
#15282E
(21,40,46)
#102024
(16,32,36)
#0B181A
(11,24,26)
#061010
(6,16,16)
#000000
(0,0,0)

Tints of #386074

#386074
(56,96,116)
#4A6E80
(74,110,128)
#5C7C8C
(92,124,140)
#6E8A98
(110,138,152)
#8098A4
(128,152,164)
#92A6B0
(146,166,176)
#A4B4BC
(164,180,188)
#B6C2C8
(182,194,200)
#C8D0D4
(200,208,212)
#DADEE0
(218,222,224)
#ECECEC
(236,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #386074 color. Also use rgb(56,96,116) instead hex code.

Text Font Color

.myTextColor { color: #386074; }

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

This text font color is #386074.


Background Color

.myBgColor { background-color: #386074; }

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

This div background color is #386074.


Border color

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

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

This div border color is #386074.


Opacity

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

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

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

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

This text has shadow with #386074 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #386074 on black background.


Color preview on white background

This text has color #386074 on white background.



Black color preview on #386074 background

This text has black color on #386074 background.


White color preview on #386074 background

This text has white color on #386074 background.