COLOR #6D425D

HEX: #6D425D
RGB: (109,66,93)

Renk bilgisi

#6D425D contains red, green and blue colors in about the same proportion. #6D425D ‘ nin web güvenlik rengi #663366 (ya da #636) dir.

RGB renk modeli

#6D425D color RGB value is (109,66,93).

  • kırmız ton 109;
  • yeşil ton 66;
  • mavi ton 93.
RGB:
(109,66,93)
(43%,26%,36%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 66 of 255 = 26%
B 93 of 255 = 36%

109
66
93

R + G + B ~ 35%. #6D425D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 66 + 93 = 268 (100%)
R 109 of 268 ~ 40.67%
G 66 of 268 ~ 24.63%
B 93 of 268 ~ 34.7%

%40.67
%24.63
%34.7

CMYK RENK MODELİ

#6D425D rengi CMYK tonu (0,39,15,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 39.45%
  • sarı tonu 14.68%
  • ana renk tonu 57.25%
CMYK:
(0,39,15,57)
C0M39Y15K57 
(0%,39%,15%,57%)
(0.00/0.39/0.15/0.57)	

CMYK yüzdeleri

%0
%39.45
%14.68
%57.25

Codes

Color #6D425D in popluar color models

6D425D
RGB1096693
HSL322°24.57%34.31%
HSB/HSV322°39.45%42.75%
CMYK0.00%39.45%14.68%
57.25%

Color #6D425D in popluar number systems.

HEX6D425D
Decimal1096693
Binary110110110000101011101
Octal155102135

Shades and tints

Shades of #6D425D

#6D425D
(109,66,93)
#643C55
(100,60,85)
#5B364D
(91,54,77)
#523045
(82,48,69)
#492A3D
(73,42,61)
#402435
(64,36,53)
#371E2D
(55,30,45)
#2E1825
(46,24,37)
#25121D
(37,18,29)
#1C0C15
(28,12,21)
#13060D
(19,6,13)
#000000
(0,0,0)

Tints of #6D425D

#6D425D
(109,66,93)
#7A536B
(122,83,107)
#876479
(135,100,121)
#947587
(148,117,135)
#A18695
(161,134,149)
#AE97A3
(174,151,163)
#BBA8B1
(187,168,177)
#C8B9BF
(200,185,191)
#D5CACD
(213,202,205)
#E2DBDB
(226,219,219)
#EFECE9
(239,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D425D color. Also use rgb(109,66,93) instead hex code.

Text Font Color

.myTextColor { color: #6D425D; }

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

This text font color is #6D425D.


Background Color

.myBgColor { background-color: #6D425D; }

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

This div background color is #6D425D.


Border color

.myBorderColor { border: 1px solid #6D425D; }

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

This div border color is #6D425D.


Opacity

.myOpacity80 { color: #6D425D; opacity: 0.8; }

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

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

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

This text has shadow with #6D425D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D425D on black background.


Color preview on white background

This text has color #6D425D on white background.



Black color preview on #6D425D background

This text has black color on #6D425D background.


White color preview on #6D425D background

This text has white color on #6D425D background.