COLOR #6D2523

HEX: #6D2523
RGB: (109,37,35)

Color info

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

RGB color model

#6D2523 color RGB value is (109,37,35).

  • red value is 109;
  • green value is 37;
  • blue value is 35.
RGB:
(109,37,35)
(43%,15%,14%)

RGB channels and saturation

R 109 of 255 = 43%
G 37 of 255 = 15%
B 35 of 255 = 14%

109
37
35

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

Portions of RGB colors in percentages

R + G + B =
109 + 37 + 35 = 181 (100%)
R 109 of 181 ~ 60.22%
G 37 of 181 ~ 20.44%
B 35 of 181 ~ 19.34%

%60.22
%20.44
%19.34

CMYK color model

#6D2523 color CMYK value is (0,66,68,57).

  • cyan value is 0.00%
  • magenta value is 66.06%
  • yellow value is 67.89%
  • key color value is 57.25%
CMYK:
(0,66,68,57)
C0M66Y68K57 
(0%,66%,68%,57%)
(0.00/0.66/0.68/0.57)	

CMYK percentages

%0
%66.06
%67.89
%57.25

Codes

Color #6D2523 in popluar color models

6D2523
RGB1093735
HSL51.39%28.24%
HSB/HSV67.89%42.75%
CMYK0.00%66.06%67.89%
57.25%

Color #6D2523 in popluar number systems.

HEX6D2523
Decimal1093735
Binary1101101100101100011
Octal1554543

Shades and tints

Shades of #6D2523

#6D2523
(109,37,35)
#642220
(100,34,32)
#5B1F1D
(91,31,29)
#521C1A
(82,28,26)
#491917
(73,25,23)
#401614
(64,22,20)
#371311
(55,19,17)
#2E100E
(46,16,14)
#250D0B
(37,13,11)
#1C0A08
(28,10,8)
#130705
(19,7,5)
#000000
(0,0,0)

Tints of #6D2523

#6D2523
(109,37,35)
#7A3837
(122,56,55)
#874B4B
(135,75,75)
#945E5F
(148,94,95)
#A17173
(161,113,115)
#AE8487
(174,132,135)
#BB979B
(187,151,155)
#C8AAAF
(200,170,175)
#D5BDC3
(213,189,195)
#E2D0D7
(226,208,215)
#EFE3EB
(239,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D2523 color. Also use rgb(109,37,35) instead hex code.

Text Font Color

.myTextColor { color: #6D2523; }

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

This text font color is #6D2523.


Background Color

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

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

This div background color is #6D2523.


Border color

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

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

This div border color is #6D2523.


Opacity

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

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

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

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

This text has shadow with #6D2523 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D2523 on black background.


Color preview on white background

This text has color #6D2523 on white background.



Black color preview on #6D2523 background

This text has black color on #6D2523 background.


White color preview on #6D2523 background

This text has white color on #6D2523 background.