COLOR #363740

HEX: #363740
RGB: (54,55,64)

Renk bilgisi

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

RGB renk modeli

#363740 color RGB value is (54,55,64).

  • kırmız ton 54;
  • yeşil ton 55;
  • mavi ton 64.
RGB:
(54,55,64)
(21%,22%,25%)

RGB bağlantıları ve doygunluk

R 54 of 255 = 21%
G 55 of 255 = 22%
B 64 of 255 = 25%

54
55
64

R + G + B ~ 23%. #363740 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
54 + 55 + 64 = 173 (100%)
R 54 of 173 ~ 31.21%
G 55 of 173 ~ 31.79%
B 64 of 173 ~ 36.99%

%31.21
%31.79
%36.99

CMYK RENK MODELİ

#363740 rengi CMYK tonu (16,14,0,75).

  • camgöbeği tonu 15.63%
  • eflatun tonu 14.06%
  • sarı tonu 0.00%
  • ana renk tonu 74.90%
CMYK:
(16,14,0,75)
C16M14Y0K75 
(16%,14%,0%,75%)
(0.16/0.14/0.00/0.75)	

CMYK yüzdeleri

%15.63
%14.06
%0
%74.9

Codes

Color #363740 in popluar color models

363740
RGB545564
HSL234°8.47%23.14%
HSB/HSV234°15.63%25.10%
CMYK15.63%14.06%0.00%
74.90%

Color #363740 in popluar number systems.

HEX363740
Decimal545564
Binary1101101101111000000
Octal6667100

Shades and tints

Shades of #363740

#363740
(54,55,64)
#32323B
(50,50,59)
#2E2D36
(46,45,54)
#2A2831
(42,40,49)
#26232C
(38,35,44)
#221E27
(34,30,39)
#1E1922
(30,25,34)
#1A141D
(26,20,29)
#160F18
(22,15,24)
#120A13
(18,10,19)
#0E050E
(14,5,14)
#000000
(0,0,0)

Tints of #363740

#363740
(54,55,64)
#484951
(72,73,81)
#5A5B62
(90,91,98)
#6C6D73
(108,109,115)
#7E7F84
(126,127,132)
#909195
(144,145,149)
#A2A3A6
(162,163,166)
#B4B5B7
(180,181,183)
#C6C7C8
(198,199,200)
#D8D9D9
(216,217,217)
#EAEBEA
(234,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #363740 color. Also use rgb(54,55,64) instead hex code.

Text Font Color

.myTextColor { color: #363740; }

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

This text font color is #363740.


Background Color

.myBgColor { background-color: #363740; }

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

This div background color is #363740.


Border color

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

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

This div border color is #363740.


Opacity

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

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

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

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

This text has shadow with #363740 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363740 on black background.


Color preview on white background

This text has color #363740 on white background.



Black color preview on #363740 background

This text has black color on #363740 background.


White color preview on #363740 background

This text has white color on #363740 background.