COLOR #6E2634

HEX: #6E2634 RGB: (110,38,52)

Color info

#6E2634 contains mainly red and blue colors. Web safe color of #6E2634 is #663333 (or #633).

RGB color model

#6E2634 color RGB value is (110,38,52).

RGB: (110,38,52) (43%, 15%, 20%)

RGB channels and saturation

R 110 of 255 = 43%
G 38 of 255 = 15%
B 52 of 255 = 20%

110
38
52

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

Portions of RGB colors in percentages

R + G + B = 110 + 38 + 52 = 200 (100%)
R 110 of 200 ~ 55%
G 38 of 200 ~ 19%
B 52 of 200 ~ 26'%

%55
%19
%26

CMYK color model

#6E2634 color CMYK value is (0,65,53,57).

  • cyan value is 0.00%
  • magenta value is 65.45%
  • yellow value is 52.73%
  • key color value is 56.86%

CMYK: (0,65,53,57)
C0M65Y53K57 (0%, 65%, 53%, 57%)
(0.00 / 0.65 / 0.53 / 0.57)

CMYK percentages

%0
%65.45
%52.73
%56.86

Codes

Color #6E2634 in popluar color models

6E 26 34
RGB 110 38 52
HSL 348° 48.65% 29.02%
HSB/HSV 348° 65.45% 43.14%
CMYK 0.00% 65.45% 52.73%
56.86%

Color #6E2634 in popluar number systems.

HEX 6E 26 34
Decimal 110 38 52
Binary 1101110 100110 110100
Octal 156 46 64

Shades and tints

Shades of #6E2634

#6E2634
(110,38,52)
#642330
(100,35,48)
#5A202C
(90,32,44)
#501D28
(80,29,40)
#461A24
(70,26,36)
#3C1720
(60,23,32)
#32141C
(50,20,28)
#281118
(40,17,24)
#1E0E14
(30,14,20)
#140B10
(20,11,16)
#0A080C
(10,8,12)
#000000
(0,0,0)

Tints of #6E2634

#6E2634
(110,38,52)
#7B3946
(123,57,70)
#884C58
(136,76,88)
#955F6A
(149,95,106)
#A2727C
(162,114,124)
#AF858E
(175,133,142)
#BC98A0
(188,152,160)
#C9ABB2
(201,171,178)
#D6BEC4
(214,190,196)
#E3D1D6
(227,209,214)
#F0E4E8
(240,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E2634 color. Also use rgb(110,38,52) instead hex code.

Text Font Color

.myTextColor { color: #6E2634; }

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

This text font color is #6E2634.

Background Color

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

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

This div background color is #6E2634.

Border color

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

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

This div border color is #6E2634.

Opacity

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

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

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

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

This text has shadow with #6E2634 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E2634.

Preview

Color preview on black background

This text has color #6E2634 on black background.


Color preview on white background

This text has color #6E2634 on white background.


Black color preview on #6E2634 background

This text has black color on #6E2634 background.


White color preview on #6E2634 background

This text has white color on #6E2634 background.


Related colors

Complementary color

Complementary color for #hex is #91D9CB.


I love getcolorcode.com

Triadic colors

1 #346E26 and #26346E with #6E2634 are triadic colors.

2 #34266E and #266E34 with #6E2634 are triadic colors.