COLOR #6B363E

HEX: #6B363E
RGB: (107,54,62)

Color info

#6B363E contains red, green and blue colors in about the same proportion. Web safe color of #6B363E is #663333 (or #633).

RGB color model

#6B363E color RGB value is (107,54,62).

  • red value is 107;
  • green value is 54;
  • blue value is 62.
RGB:
(107,54,62)
(42%,21%,24%)

RGB channels and saturation

R 107 of 255 = 42%
G 54 of 255 = 21%
B 62 of 255 = 24%

107
54
62

R + G + B ~ 29%. #6B363E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 54 + 62 = 223 (100%)
R 107 of 223 ~ 47.98%
G 54 of 223 ~ 24.22%
B 62 of 223 ~ 27.8%

%47.98
%24.22
%27.8

CMYK color model

#6B363E color CMYK value is (0,50,42,58).

  • cyan value is 0.00%
  • magenta value is 49.53%
  • yellow value is 42.06%
  • key color value is 58.04%
CMYK:
(0,50,42,58)
C0M50Y42K58 
(0%,50%,42%,58%)
(0.00/0.50/0.42/0.58)	

CMYK percentages

%0
%49.53
%42.06
%58.04

Codes

Color #6B363E in popluar color models

6B363E
RGB1075462
HSL351°32.92%31.57%
HSB/HSV351°49.53%41.96%
CMYK0.00%49.53%42.06%
58.04%

Color #6B363E in popluar number systems.

HEX6B363E
Decimal1075462
Binary1101011110110111110
Octal1536676

Shades and tints

Shades of #6B363E

#6B363E
(107,54,62)
#623239
(98,50,57)
#592E34
(89,46,52)
#502A2F
(80,42,47)
#47262A
(71,38,42)
#3E2225
(62,34,37)
#351E20
(53,30,32)
#2C1A1B
(44,26,27)
#231616
(35,22,22)
#1A1211
(26,18,17)
#110E0C
(17,14,12)
#000000
(0,0,0)

Tints of #6B363E

#6B363E
(107,54,62)
#78484F
(120,72,79)
#855A60
(133,90,96)
#926C71
(146,108,113)
#9F7E82
(159,126,130)
#AC9093
(172,144,147)
#B9A2A4
(185,162,164)
#C6B4B5
(198,180,181)
#D3C6C6
(211,198,198)
#E0D8D7
(224,216,215)
#EDEAE8
(237,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B363E color. Also use rgb(107,54,62) instead hex code.

Text Font Color

.myTextColor { color: #6B363E; }

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

This text font color is #6B363E.


Background Color

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

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

This div background color is #6B363E.


Border color

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

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

This div border color is #6B363E.


Opacity

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

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

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

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

This text has shadow with #6B363E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B363E on black background.


Color preview on white background

This text has color #6B363E on white background.



Black color preview on #6B363E background

This text has black color on #6B363E background.


White color preview on #6B363E background

This text has white color on #6B363E background.