COLOR #4D3738

HEX: #4D3738
RGB: (77,55,56)

Renk bilgisi

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

RGB renk modeli

#4D3738 color RGB value is (77,55,56).

  • kırmız ton 77;
  • yeşil ton 55;
  • mavi ton 56.
RGB:
(77,55,56)
(30%,22%,22%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 55 of 255 = 22%
B 56 of 255 = 22%

77
55
56

R + G + B ~ 25%. #4D3738 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 55 + 56 = 188 (100%)
R 77 of 188 ~ 40.96%
G 55 of 188 ~ 29.26%
B 56 of 188 ~ 29.79%

%40.96
%29.26
%29.79

CMYK RENK MODELİ

#4D3738 rengi CMYK tonu (0,29,27,70).

  • camgöbeği tonu 0.00%
  • eflatun tonu 28.57%
  • sarı tonu 27.27%
  • ana renk tonu 69.80%
CMYK:
(0,29,27,70)
C0M29Y27K70 
(0%,29%,27%,70%)
(0.00/0.29/0.27/0.70)	

CMYK yüzdeleri

%0
%28.57
%27.27
%69.8

Codes

Color #4D3738 in popluar color models

4D3738
RGB775556
HSL357°16.67%25.88%
HSB/HSV357°28.57%30.20%
CMYK0.00%28.57%27.27%
69.80%

Color #4D3738 in popluar number systems.

HEX4D3738
Decimal775556
Binary1001101110111111000
Octal1156770

Shades and tints

Shades of #4D3738

#4D3738
(77,55,56)
#463233
(70,50,51)
#3F2D2E
(63,45,46)
#382829
(56,40,41)
#312324
(49,35,36)
#2A1E1F
(42,30,31)
#23191A
(35,25,26)
#1C1415
(28,20,21)
#150F10
(21,15,16)
#0E0A0B
(14,10,11)
#070506
(7,5,6)
#000000
(0,0,0)

Tints of #4D3738

#4D3738
(77,55,56)
#5D494A
(93,73,74)
#6D5B5C
(109,91,92)
#7D6D6E
(125,109,110)
#8D7F80
(141,127,128)
#9D9192
(157,145,146)
#ADA3A4
(173,163,164)
#BDB5B6
(189,181,182)
#CDC7C8
(205,199,200)
#DDD9DA
(221,217,218)
#EDEBEC
(237,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D3738 color. Also use rgb(77,55,56) instead hex code.

Text Font Color

.myTextColor { color: #4D3738; }

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

This text font color is #4D3738.


Background Color

.myBgColor { background-color: #4D3738; }

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

This div background color is #4D3738.


Border color

.myBorderColor { border: 1px solid #4D3738; }

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

This div border color is #4D3738.


Opacity

.myOpacity80 { color: #4D3738; opacity: 0.8; }

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

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

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

This text has shadow with #4D3738 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D3738 on black background.


Color preview on white background

This text has color #4D3738 on white background.



Black color preview on #4D3738 background

This text has black color on #4D3738 background.


White color preview on #4D3738 background

This text has white color on #4D3738 background.