COLOR #6A380D

HEX: #6A380D
RGB: (106,56,13)

Color info

#6A380D contains mainly red and green colors. Web safe color of #6A380D is #663300 (or #630).

RGB color model

#6A380D color RGB value is (106,56,13).

  • red value is 106;
  • green value is 56;
  • blue value is 13.
RGB:
(106,56,13)
(42%,22%,5%)

RGB channels and saturation

R 106 of 255 = 42%
G 56 of 255 = 22%
B 13 of 255 = 5%

106
56
13

R + G + B ~ 23%. #6A380D is dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 56 + 13 = 175 (100%)
R 106 of 175 ~ 60.57%
G 56 of 175 ~ 32%
B 13 of 175 ~ 7.43%

%60.57
%32

CMYK color model

#6A380D color CMYK value is (0,47,88,58).

  • cyan value is 0.00%
  • magenta value is 47.17%
  • yellow value is 87.74%
  • key color value is 58.43%
CMYK:
(0,47,88,58)
C0M47Y88K58 
(0%,47%,88%,58%)
(0.00/0.47/0.88/0.58)	

CMYK percentages

%0
%47.17
%87.74
%58.43

Codes

Color #6A380D in popluar color models

6A380D
RGB1065613
HSL28°78.15%23.33%
HSB/HSV28°87.74%41.57%
CMYK0.00%47.17%87.74%
58.43%

Color #6A380D in popluar number systems.

HEX6A380D
Decimal1065613
Binary11010101110001101
Octal1527015

Shades and tints

Shades of #6A380D

#6A380D
(106,56,13)
#61330C
(97,51,12)
#582E0B
(88,46,11)
#4F290A
(79,41,10)
#462409
(70,36,9)
#3D1F08
(61,31,8)
#341A07
(52,26,7)
#2B1506
(43,21,6)
#221005
(34,16,5)
#190B04
(25,11,4)
#100603
(16,6,3)
#000000
(0,0,0)

Tints of #6A380D

#6A380D
(106,56,13)
#774A23
(119,74,35)
#845C39
(132,92,57)
#916E4F
(145,110,79)
#9E8065
(158,128,101)
#AB927B
(171,146,123)
#B8A491
(184,164,145)
#C5B6A7
(197,182,167)
#D2C8BD
(210,200,189)
#DFDAD3
(223,218,211)
#ECECE9
(236,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A380D color. Also use rgb(106,56,13) instead hex code.

Text Font Color

.myTextColor { color: #6A380D; }

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

This text font color is #6A380D.


Background Color

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

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

This div background color is #6A380D.


Border color

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

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

This div border color is #6A380D.


Opacity

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

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

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

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

This text has shadow with #6A380D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A380D on black background.


Color preview on white background

This text has color #6A380D on white background.



Black color preview on #6A380D background

This text has black color on #6A380D background.


White color preview on #6A380D background

This text has white color on #6A380D background.