COLOR #272740

HEX: #272740
RGB: (39,39,64)

Renk bilgisi

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

RGB renk modeli

#272740 color RGB value is (39,39,64).

  • kırmız ton 39;
  • yeşil ton 39;
  • mavi ton 64.
RGB:
(39,39,64)
(15%,15%,25%)

RGB bağlantıları ve doygunluk

R 39 of 255 = 15%
G 39 of 255 = 15%
B 64 of 255 = 25%

39
39
64

R + G + B ~ 18%. #272740 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
39 + 39 + 64 = 142 (100%)
R 39 of 142 ~ 27.46%
G 39 of 142 ~ 27.46%
B 64 of 142 ~ 45.07%

%27.46
%27.46
%45.07

CMYK RENK MODELİ

#272740 rengi CMYK tonu (39,39,0,75).

  • camgöbeği tonu 39.06%
  • eflatun tonu 39.06%
  • sarı tonu 0.00%
  • ana renk tonu 74.90%
CMYK:
(39,39,0,75)
C39M39Y0K75 
(39%,39%,0%,75%)
(0.39/0.39/0.00/0.75)	

CMYK yüzdeleri

%39.06
%39.06
%0
%74.9

Codes

Color #272740 in popluar color models

272740
RGB393964
HSL240°24.27%20.20%
HSB/HSV240°39.06%25.10%
CMYK39.06%39.06%0.00%
74.90%

Color #272740 in popluar number systems.

HEX272740
Decimal393964
Binary1001111001111000000
Octal4747100

Shades and tints

Shades of #272740

#272740
(39,39,64)
#24243B
(36,36,59)
#212136
(33,33,54)
#1E1E31
(30,30,49)
#1B1B2C
(27,27,44)
#181827
(24,24,39)
#151522
(21,21,34)
#12121D
(18,18,29)
#0F0F18
(15,15,24)
#0C0C13
(12,12,19)
#09090E
(9,9,14)
#000000
(0,0,0)

Tints of #272740

#272740
(39,39,64)
#3A3A51
(58,58,81)
#4D4D62
(77,77,98)
#606073
(96,96,115)
#737384
(115,115,132)
#868695
(134,134,149)
#9999A6
(153,153,166)
#ACACB7
(172,172,183)
#BFBFC8
(191,191,200)
#D2D2D9
(210,210,217)
#E5E5EA
(229,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #272740; }

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

This text font color is #272740.


Background Color

.myBgColor { background-color: #272740; }

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

This div background color is #272740.


Border color

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

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

This div border color is #272740.


Opacity

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

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

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

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

This text has shadow with #272740 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #272740 on black background.


Color preview on white background

This text has color #272740 on white background.



Black color preview on #272740 background

This text has black color on #272740 background.


White color preview on #272740 background

This text has white color on #272740 background.