COLOR #742828

HEX: #742828
RGB: (116,40,40)

Renk bilgisi

#742828 contains mainly red color. #742828 ‘ nin web güvenlik rengi #663333 (ya da #633) dir.

RGB renk modeli

#742828 color RGB value is (116,40,40).

  • kırmız ton 116;
  • yeşil ton 40;
  • mavi ton 40.
RGB:
(116,40,40)
(45%,16%,16%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 40 of 255 = 16%
B 40 of 255 = 16%

116
40
40

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 40 + 40 = 196 (100%)
R 116 of 196 ~ 59.18%
G 40 of 196 ~ 20.41%
B 40 of 196 ~ 20.41%

%59.18
%20.41
%20.41

CMYK RENK MODELİ

#742828 rengi CMYK tonu (0,66,66,55).

  • camgöbeği tonu 0.00%
  • eflatun tonu 65.52%
  • sarı tonu 65.52%
  • ana renk tonu 54.51%
CMYK:
(0,66,66,55)
C0M66Y66K55 
(0%,66%,66%,55%)
(0.00/0.66/0.66/0.55)	

CMYK yüzdeleri

%0
%65.52
%65.52
%54.51

Codes

Color #742828 in popluar color models

742828
RGB1164040
HSL48.72%30.59%
HSB/HSV65.52%45.49%
CMYK0.00%65.52%65.52%
54.51%

Color #742828 in popluar number systems.

HEX742828
Decimal1164040
Binary1110100101000101000
Octal1645050

Shades and tints

Shades of #742828

#742828
(116,40,40)
#6A2525
(106,37,37)
#602222
(96,34,34)
#561F1F
(86,31,31)
#4C1C1C
(76,28,28)
#421919
(66,25,25)
#381616
(56,22,22)
#2E1313
(46,19,19)
#241010
(36,16,16)
#1A0D0D
(26,13,13)
#100A0A
(16,10,10)
#000000
(0,0,0)

Tints of #742828

#742828
(116,40,40)
#803B3B
(128,59,59)
#8C4E4E
(140,78,78)
#986161
(152,97,97)
#A47474
(164,116,116)
#B08787
(176,135,135)
#BC9A9A
(188,154,154)
#C8ADAD
(200,173,173)
#D4C0C0
(212,192,192)
#E0D3D3
(224,211,211)
#ECE6E6
(236,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #742828 color. Also use rgb(116,40,40) instead hex code.

Text Font Color

.myTextColor { color: #742828; }

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

This text font color is #742828.


Background Color

.myBgColor { background-color: #742828; }

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

This div background color is #742828.


Border color

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

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

This div border color is #742828.


Opacity

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

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

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

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

This text has shadow with #742828 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #742828 on black background.


Color preview on white background

This text has color #742828 on white background.



Black color preview on #742828 background

This text has black color on #742828 background.


White color preview on #742828 background

This text has white color on #742828 background.