COLOR #6E1830

HEX: #6E1830 RGB: (110,24,48)

Color info

#6E1830 contains mainly red color. Web safe color of #6E1830 is #660033 (or #603).

RGB color model

#6E1830 color RGB value is (110,24,48).

RGB: (110,24,48) (43%, 9%, 19%)

RGB channels and saturation

R 110 of 255 = 43%
G 24 of 255 = 9%
B 48 of 255 = 19%

110
24
48

R + G + B ~ 24%. #6E1830 is dark color.

Portions of RGB colors in percentages

R + G + B = 110 + 24 + 48 = 182 (100%)
R 110 of 182 ~ 60.44%
G 24 of 182 ~ 13.19%
B 48 of 182 ~ 26.37'%

%60.44
%13.19
%26.37

CMYK color model

#6E1830 color CMYK value is (0,78,56,57).

  • cyan value is 0.00%
  • magenta value is 78.18%
  • yellow value is 56.36%
  • key color value is 56.86%
CMYK: (0,78,56,57) C0M78Y56K57 (0%,78%,56%,57%) (0.00/0.78/0.56/0.57) 

CMYK percentages

%0
%78.18
%56.36
%56.86

Codes

Color #6E1830 in popluar color models

6E 18 30
RGB 110 24 48
HSL 343° 64.18% 26.27%
HSB/HSV 343° 78.18% 43.14%
CMYK 0.00% 78.18% 56.36%
56.86%

Color #6E1830 in popluar number systems.

HEX 6E 18 30
Decimal 110 24 48
Binary 1101110 11000 110000
Octal 156 30 60

Shades and tints

Shades of #6E1830

#6E1830
(110,24,48)
#64162C
(100,22,44)
#5A1428
(90,20,40)
#501224
(80,18,36)
#461020
(70,16,32)
#3C0E1C
(60,14,28)
#320C18
(50,12,24)
#280A14
(40,10,20)
#1E0810
(30,8,16)
#14060C
(20,6,12)
#0A0408
(10,4,8)
#000000
(0,0,0)

Tints of #6E1830

#6E1830
(110,24,48)
#7B2D42
(123,45,66)
#884254
(136,66,84)
#955766
(149,87,102)
#A26C78
(162,108,120)
#AF818A
(175,129,138)
#BC969C
(188,150,156)
#C9ABAE
(201,171,174)
#D6C0C0
(214,192,192)
#E3D5D2
(227,213,210)
#F0EAE4
(240,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E1830 color. Also use rgb(110,24,48) instead hex code.

Text Font Color

.myTextColor { color: #6E1830; }

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

This text font color is #6E1830.

Background Color

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

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

This div background color is #6E1830.

Border color

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

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

This div border color is #6E1830.

Opacity

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

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

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

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

This text has shadow with #6E1830 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E1830.

Preview

Color preview on black background

This text has color #6E1830 on black background.


Color preview on white background

This text has color #6E1830 on white background.


Black color preview on #6E1830 background

This text has black color on #6E1830 background.


White color preview on #6E1830 background

This text has white color on #6E1830 background.


Related colors

Complementary color

Complementary color for #hex is #91E7CF.


I love getcolorcode.com

Triadic colors

1 #306E18 and #18306E with #6E1830 are triadic colors.

2 #30186E and #186E30 with #6E1830 are triadic colors.