COLOR #384749

HEX: #384749
RGB: (56,71,73)

Renk bilgisi

#384749 contains red, green and blue colors in about the same proportion. #384749 ‘ nin web güvenlik rengi #333333 (ya da #333) dir.

RGB renk modeli

#384749 color RGB value is (56,71,73).

  • kırmız ton 56;
  • yeşil ton 71;
  • mavi ton 73.
RGB:
(56,71,73)
(22%,28%,29%)

RGB bağlantıları ve doygunluk

R 56 of 255 = 22%
G 71 of 255 = 28%
B 73 of 255 = 29%

56
71
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
56 + 71 + 73 = 200 (100%)
R 56 of 200 ~ 28%
G 71 of 200 ~ 35.5%
B 73 of 200 ~ 36.5%

%28
%35.5
%36.5

CMYK RENK MODELİ

#384749 rengi CMYK tonu (23,3,0,71).

  • camgöbeği tonu 23.29%
  • eflatun tonu 2.74%
  • sarı tonu 0.00%
  • ana renk tonu 71.37%
CMYK:
(23,3,0,71)
C23M3Y0K71 
(23%,3%,0%,71%)
(0.23/0.03/0.00/0.71)	

CMYK yüzdeleri

%23.29
%2.74
%0
%71.37

Codes

Color #384749 in popluar color models

384749
RGB567173
HSL187°13.18%25.29%
HSB/HSV187°23.29%28.63%
CMYK23.29%2.74%0.00%
71.37%

Color #384749 in popluar number systems.

HEX384749
Decimal567173
Binary11100010001111001001
Octal70107111

Shades and tints

Shades of #384749

#384749
(56,71,73)
#334143
(51,65,67)
#2E3B3D
(46,59,61)
#293537
(41,53,55)
#242F31
(36,47,49)
#1F292B
(31,41,43)
#1A2325
(26,35,37)
#151D1F
(21,29,31)
#101719
(16,23,25)
#0B1113
(11,17,19)
#060B0D
(6,11,13)
#000000
(0,0,0)

Tints of #384749

#384749
(56,71,73)
#4A5759
(74,87,89)
#5C6769
(92,103,105)
#6E7779
(110,119,121)
#808789
(128,135,137)
#929799
(146,151,153)
#A4A7A9
(164,167,169)
#B6B7B9
(182,183,185)
#C8C7C9
(200,199,201)
#DAD7D9
(218,215,217)
#ECE7E9
(236,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #384749 color. Also use rgb(56,71,73) instead hex code.

Text Font Color

.myTextColor { color: #384749; }

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

This text font color is #384749.


Background Color

.myBgColor { background-color: #384749; }

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

This div background color is #384749.


Border color

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

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

This div border color is #384749.


Opacity

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

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

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

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

This text has shadow with #384749 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384749 on black background.


Color preview on white background

This text has color #384749 on white background.



Black color preview on #384749 background

This text has black color on #384749 background.


White color preview on #384749 background

This text has white color on #384749 background.