COLOR #273329

HEX: #273329
RGB: (39,51,41)

Renk bilgisi

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

RGB renk modeli

#273329 color RGB value is (39,51,41).

  • kırmız ton 39;
  • yeşil ton 51;
  • mavi ton 41.
RGB:
(39,51,41)
(15%,20%,16%)

RGB bağlantıları ve doygunluk

R 39 of 255 = 15%
G 51 of 255 = 20%
B 41 of 255 = 16%

39
51
41

R + G + B ~ 17%. #273329 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
39 + 51 + 41 = 131 (100%)
R 39 of 131 ~ 29.77%
G 51 of 131 ~ 38.93%
B 41 of 131 ~ 31.3%

%29.77
%38.93
%31.3

CMYK RENK MODELİ

#273329 rengi CMYK tonu (24,0,20,80).

  • camgöbeği tonu 23.53%
  • eflatun tonu 0.00%
  • sarı tonu 19.61%
  • ana renk tonu 80.00%
CMYK:
(24,0,20,80)
C24M0Y20K80 
(24%,0%,20%,80%)
(0.24/0.00/0.20/0.80)	

CMYK yüzdeleri

%23.53
%0
%19.61
%80

Codes

Color #273329 in popluar color models

273329
RGB395141
HSL130°13.33%17.65%
HSB/HSV130°23.53%20.00%
CMYK23.53%0.00%19.61%
80.00%

Color #273329 in popluar number systems.

HEX273329
Decimal395141
Binary100111110011101001
Octal476351

Shades and tints

Shades of #273329

#273329
(39,51,41)
#242F26
(36,47,38)
#212B23
(33,43,35)
#1E2720
(30,39,32)
#1B231D
(27,35,29)
#181F1A
(24,31,26)
#151B17
(21,27,23)
#121714
(18,23,20)
#0F1311
(15,19,17)
#0C0F0E
(12,15,14)
#090B0B
(9,11,11)
#000000
(0,0,0)

Tints of #273329

#273329
(39,51,41)
#3A453C
(58,69,60)
#4D574F
(77,87,79)
#606962
(96,105,98)
#737B75
(115,123,117)
#868D88
(134,141,136)
#999F9B
(153,159,155)
#ACB1AE
(172,177,174)
#BFC3C1
(191,195,193)
#D2D5D4
(210,213,212)
#E5E7E7
(229,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #273329; }

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

This text font color is #273329.


Background Color

.myBgColor { background-color: #273329; }

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

This div background color is #273329.


Border color

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

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

This div border color is #273329.


Opacity

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

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

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

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

This text has shadow with #273329 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #273329 on black background.


Color preview on white background

This text has color #273329 on white background.



Black color preview on #273329 background

This text has black color on #273329 background.


White color preview on #273329 background

This text has white color on #273329 background.