COLOR #6E2529

HEX: #6E2529 RGB: (110,37,41)

Color info

#6E2529 contains mainly red color. Web safe color of #6E2529 is #663333 (or #633).

RGB color model

#6E2529 color RGB value is (110,37,41).

RGB: (110,37,41) (43%, 15%, 16%)

RGB channels and saturation

R 110 of 255 = 43%
G 37 of 255 = 15%
B 41 of 255 = 16%

110
37
41

R + G + B ~ 25%. #6E2529 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 110 + 37 + 41 = 188 (100%)
R 110 of 188 ~ 58.51%
G 37 of 188 ~ 19.68%
B 41 of 188 ~ 21.81'%

%58.51
%19.68
%21.81

CMYK color model

#6E2529 color CMYK value is (0,66,63,57).

  • cyan value is 0.00%
  • magenta value is 66.36%
  • yellow value is 62.73%
  • key color value is 56.86%

CMYK: (0,66,63,57)
C0M66Y63K57 (0%, 66%, 63%, 57%)
(0.00 / 0.66 / 0.63 / 0.57)

CMYK percentages

%0
%66.36
%62.73
%56.86

Codes

Color #6E2529 in popluar color models

6E 25 29
RGB 110 37 41
HSL 357° 49.66% 28.82%
HSB/HSV 357° 66.36% 43.14%
CMYK 0.00% 66.36% 62.73%
56.86%

Color #6E2529 in popluar number systems.

HEX 6E 25 29
Decimal 110 37 41
Binary 1101110 100101 101001
Octal 156 45 51

Shades and tints

Shades of #6E2529

#6E2529
(110,37,41)
#642226
(100,34,38)
#5A1F23
(90,31,35)
#501C20
(80,28,32)
#46191D
(70,25,29)
#3C161A
(60,22,26)
#321317
(50,19,23)
#281014
(40,16,20)
#1E0D11
(30,13,17)
#140A0E
(20,10,14)
#0A070B
(10,7,11)
#000000
(0,0,0)

Tints of #6E2529

#6E2529
(110,37,41)
#7B383C
(123,56,60)
#884B4F
(136,75,79)
#955E62
(149,94,98)
#A27175
(162,113,117)
#AF8488
(175,132,136)
#BC979B
(188,151,155)
#C9AAAE
(201,170,174)
#D6BDC1
(214,189,193)
#E3D0D4
(227,208,212)
#F0E3E7
(240,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E2529 color. Also use rgb(110,37,41) instead hex code.

Text Font Color

.myTextColor { color: #6E2529; }

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

This text font color is #6E2529.

Background Color

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

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

This div background color is #6E2529.

Border color

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

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

This div border color is #6E2529.

Opacity

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

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

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

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

This text has shadow with #6E2529 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E2529.

Preview

Color preview on black background

This text has color #6E2529 on black background.


Color preview on white background

This text has color #6E2529 on white background.


Black color preview on #6E2529 background

This text has black color on #6E2529 background.


White color preview on #6E2529 background

This text has white color on #6E2529 background.


Related colors

Complementary color

Complementary color for #hex is #91DAD6.


I love getcolorcode.com

Triadic colors

1 #296E25 and #25296E with #6E2529 are triadic colors.

2 #29256E and #256E29 with #6E2529 are triadic colors.