COLOR #6E2125

HEX: #6E2125 RGB: (110,33,37)

Color info

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

RGB color model

#6E2125 color RGB value is (110,33,37).

RGB: (110,33,37) (43%, 13%, 15%)

RGB channels and saturation

R 110 of 255 = 43%
G 33 of 255 = 13%
B 37 of 255 = 15%

110
33
37

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

Portions of RGB colors in percentages

R + G + B = 110 + 33 + 37 = 180 (100%)
R 110 of 180 ~ 61.11%
G 33 of 180 ~ 18.33%
B 37 of 180 ~ 20.56'%

%61.11
%18.33
%20.56

CMYK color model

#6E2125 color CMYK value is (0,70,66,57).

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

CMYK: (0,70,66,57)
C0M70Y66K57 (0%, 70%, 66%, 57%)
(0.00 / 0.70 / 0.66 / 0.57)

CMYK percentages

%0
%70
%66.36
%56.86

Codes

Color #6E2125 in popluar color models

6E 21 25
RGB 110 33 37
HSL 357° 53.85% 28.04%
HSB/HSV 357° 70.00% 43.14%
CMYK 0.00% 70.00% 66.36%
56.86%

Color #6E2125 in popluar number systems.

HEX 6E 21 25
Decimal 110 33 37
Binary 1101110 100001 100101
Octal 156 41 45

Shades and tints

Shades of #6E2125

#6E2125
(110,33,37)
#641E22
(100,30,34)
#5A1B1F
(90,27,31)
#50181C
(80,24,28)
#461519
(70,21,25)
#3C1216
(60,18,22)
#320F13
(50,15,19)
#280C10
(40,12,16)
#1E090D
(30,9,13)
#14060A
(20,6,10)
#0A0307
(10,3,7)
#000000
(0,0,0)

Tints of #6E2125

#6E2125
(110,33,37)
#7B3538
(123,53,56)
#88494B
(136,73,75)
#955D5E
(149,93,94)
#A27171
(162,113,113)
#AF8584
(175,133,132)
#BC9997
(188,153,151)
#C9ADAA
(201,173,170)
#D6C1BD
(214,193,189)
#E3D5D0
(227,213,208)
#F0E9E3
(240,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E2125; }

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

This text font color is #6E2125.

Background Color

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

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

This div background color is #6E2125.

Border color

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

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

This div border color is #6E2125.

Opacity

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

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

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

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

This text has shadow with #6E2125 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E2125.

Preview

Color preview on black background

This text has color #6E2125 on black background.


Color preview on white background

This text has color #6E2125 on white background.


Black color preview on #6E2125 background

This text has black color on #6E2125 background.


White color preview on #6E2125 background

This text has white color on #6E2125 background.


Related colors

Complementary color

Complementary color for #hex is #91DEDA.


I love getcolorcode.com

Triadic colors

1 #256E21 and #21256E with #6E2125 are triadic colors.

2 #25216E and #216E25 with #6E2125 are triadic colors.