COLOR #384B6A

HEX: #384B6A
RGB: (56,75,106)

Renk bilgisi

#384B6A contains red, green and blue colors in about the same proportion. #384B6A ‘ nin web güvenlik rengi #333366 (ya da #336) dir.

RGB renk modeli

#384B6A color RGB value is (56,75,106).

  • kırmız ton 56;
  • yeşil ton 75;
  • mavi ton 106.
RGB:
(56,75,106)
(22%,29%,42%)

RGB bağlantıları ve doygunluk

R 56 of 255 = 22%
G 75 of 255 = 29%
B 106 of 255 = 42%

56
75
106

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

Yüzdelerle RGB renk parçaları

R + G + B =
56 + 75 + 106 = 237 (100%)
R 56 of 237 ~ 23.63%
G 75 of 237 ~ 31.65%
B 106 of 237 ~ 44.73%

%23.63
%31.65
%44.73

CMYK RENK MODELİ

#384B6A rengi CMYK tonu (47,29,0,58).

  • camgöbeği tonu 47.17%
  • eflatun tonu 29.25%
  • sarı tonu 0.00%
  • ana renk tonu 58.43%
CMYK:
(47,29,0,58)
C47M29Y0K58 
(47%,29%,0%,58%)
(0.47/0.29/0.00/0.58)	

CMYK yüzdeleri

%47.17
%29.25
%0
%58.43

Codes

Color #384B6A in popluar color models

384B6A
RGB5675106
HSL217°30.86%31.76%
HSB/HSV217°47.17%41.57%
CMYK47.17%29.25%0.00%
58.43%

Color #384B6A in popluar number systems.

HEX384B6A
Decimal5675106
Binary11100010010111101010
Octal70113152

Shades and tints

Shades of #384B6A

#384B6A
(56,75,106)
#334561
(51,69,97)
#2E3F58
(46,63,88)
#29394F
(41,57,79)
#243346
(36,51,70)
#1F2D3D
(31,45,61)
#1A2734
(26,39,52)
#15212B
(21,33,43)
#101B22
(16,27,34)
#0B1519
(11,21,25)
#060F10
(6,15,16)
#000000
(0,0,0)

Tints of #384B6A

#384B6A
(56,75,106)
#4A5B77
(74,91,119)
#5C6B84
(92,107,132)
#6E7B91
(110,123,145)
#808B9E
(128,139,158)
#929BAB
(146,155,171)
#A4ABB8
(164,171,184)
#B6BBC5
(182,187,197)
#C8CBD2
(200,203,210)
#DADBDF
(218,219,223)
#ECEBEC
(236,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #384B6A color. Also use rgb(56,75,106) instead hex code.

Text Font Color

.myTextColor { color: #384B6A; }

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

This text font color is #384B6A.


Background Color

.myBgColor { background-color: #384B6A; }

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

This div background color is #384B6A.


Border color

.myBorderColor { border: 1px solid #384B6A; }

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

This div border color is #384B6A.


Opacity

.myOpacity80 { color: #384B6A; opacity: 0.8; }

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

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

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

This text has shadow with #384B6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384B6A on black background.


Color preview on white background

This text has color #384B6A on white background.



Black color preview on #384B6A background

This text has black color on #384B6A background.


White color preview on #384B6A background

This text has white color on #384B6A background.