COLOR #6E393A

HEX: #6E393A
RGB: (110,57,58)

Renk bilgisi

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

RGB renk modeli

#6E393A color RGB value is (110,57,58).

  • kırmız ton 110;
  • yeşil ton 57;
  • mavi ton 58.
RGB:
(110,57,58)
(43%,22%,23%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 57 of 255 = 22%
B 58 of 255 = 23%

110
57
58

R + G + B ~ 29%. #6E393A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 57 + 58 = 225 (100%)
R 110 of 225 ~ 48.89%
G 57 of 225 ~ 25.33%
B 58 of 225 ~ 25.78%

%48.89
%25.33
%25.78

CMYK RENK MODELİ

#6E393A rengi CMYK tonu (0,48,47,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 48.18%
  • sarı tonu 47.27%
  • ana renk tonu 56.86%
CMYK:
(0,48,47,57)
C0M48Y47K57 
(0%,48%,47%,57%)
(0.00/0.48/0.47/0.57)	

CMYK yüzdeleri

%0
%48.18
%47.27
%56.86

Codes

Color #6E393A in popluar color models

6E393A
RGB1105758
HSL359°31.74%32.75%
HSB/HSV359°48.18%43.14%
CMYK0.00%48.18%47.27%
56.86%

Color #6E393A in popluar number systems.

HEX6E393A
Decimal1105758
Binary1101110111001111010
Octal1567172

Shades and tints

Shades of #6E393A

#6E393A
(110,57,58)
#643435
(100,52,53)
#5A2F30
(90,47,48)
#502A2B
(80,42,43)
#462526
(70,37,38)
#3C2021
(60,32,33)
#321B1C
(50,27,28)
#281617
(40,22,23)
#1E1112
(30,17,18)
#140C0D
(20,12,13)
#0A0708
(10,7,8)
#000000
(0,0,0)

Tints of #6E393A

#6E393A
(110,57,58)
#7B4B4B
(123,75,75)
#885D5C
(136,93,92)
#956F6D
(149,111,109)
#A2817E
(162,129,126)
#AF938F
(175,147,143)
#BCA5A0
(188,165,160)
#C9B7B1
(201,183,177)
#D6C9C2
(214,201,194)
#E3DBD3
(227,219,211)
#F0EDE4
(240,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E393A color. Also use rgb(110,57,58) instead hex code.

Text Font Color

.myTextColor { color: #6E393A; }

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

This text font color is #6E393A.


Background Color

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

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

This div background color is #6E393A.


Border color

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

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

This div border color is #6E393A.


Opacity

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

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

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

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

This text has shadow with #6E393A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E393A on black background.


Color preview on white background

This text has color #6E393A on white background.



Black color preview on #6E393A background

This text has black color on #6E393A background.


White color preview on #6E393A background

This text has white color on #6E393A background.