COLOR #6D233D

HEX: #6D233D RGB: (109,35,61)

Color info

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

RGB color model

#6D233D color RGB value is (109,35,61).

RGB: (109,35,61) (43%, 14%, 24%)

RGB channels and saturation

R 109 of 255 = 43%
G 35 of 255 = 14%
B 61 of 255 = 24%

109
35
61

R + G + B ~ 27%. #6D233D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 109 + 35 + 61 = 205 (100%)
R 109 of 205 ~ 53.17%
G 35 of 205 ~ 17.07%
B 61 of 205 ~ 29.76'%

%53.17
%17.07
%29.76

CMYK color model

#6D233D color CMYK value is (0,68,44,57).

  • cyan value is 0.00%
  • magenta value is 67.89%
  • yellow value is 44.04%
  • key color value is 57.25%

CMYK: (0,68,44,57)
C0M68Y44K57 (0%, 68%, 44%, 57%)
(0.00 / 0.68 / 0.44 / 0.57)

CMYK percentages

%0
%67.89
%44.04
%57.25

Codes

Color #6D233D in popluar color models

6D 23 3D
RGB 109 35 61
HSL 339° 51.39% 28.24%
HSB/HSV 339° 67.89% 42.75%
CMYK 0.00% 67.89% 44.04%
57.25%

Color #6D233D in popluar number systems.

HEX 6D 23 3D
Decimal 109 35 61
Binary 1101101 100011 111101
Octal 155 43 75

Shades and tints

Shades of #6D233D

#6D233D
(109,35,61)
#642038
(100,32,56)
#5B1D33
(91,29,51)
#521A2E
(82,26,46)
#491729
(73,23,41)
#401424
(64,20,36)
#37111F
(55,17,31)
#2E0E1A
(46,14,26)
#250B15
(37,11,21)
#1C0810
(28,8,16)
#13050B
(19,5,11)
#000000
(0,0,0)

Tints of #6D233D

#6D233D
(109,35,61)
#7A374E
(122,55,78)
#874B5F
(135,75,95)
#945F70
(148,95,112)
#A17381
(161,115,129)
#AE8792
(174,135,146)
#BB9BA3
(187,155,163)
#C8AFB4
(200,175,180)
#D5C3C5
(213,195,197)
#E2D7D6
(226,215,214)
#EFEBE7
(239,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D233D; }

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

This text font color is #6D233D.

Background Color

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

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

This div background color is #6D233D.

Border color

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

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

This div border color is #6D233D.

Opacity

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

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

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

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

This text has shadow with #6D233D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D233D.

Preview

Color preview on black background

This text has color #6D233D on black background.


Color preview on white background

This text has color #6D233D on white background.


Black color preview on #6D233D background

This text has black color on #6D233D background.


White color preview on #6D233D background

This text has white color on #6D233D background.


Related colors

Complementary color

Complementary color for #hex is #92DCC2.


I love getcolorcode.com

Triadic colors

1 #3D6D23 and #233D6D with #6D233D are triadic colors.

2 #3D236D and #236D3D with #6D233D are triadic colors.