COLOR #6B731A

HEX: #6B731A
RGB: (107,115,26)

Color info

#6B731A contains mainly red and green colors. Web safe color of #6B731A is #666600 (or #660).

RGB color model

#6B731A color RGB value is (107,115,26).

  • red value is 107;
  • green value is 115;
  • blue value is 26.
RGB:
(107,115,26)
(42%,45%,10%)

RGB channels and saturation

R 107 of 255 = 42%
G 115 of 255 = 45%
B 26 of 255 = 10%

107
115
26

R + G + B ~ 32%. #6B731A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 115 + 26 = 248 (100%)
R 107 of 248 ~ 43.15%
G 115 of 248 ~ 46.37%
B 26 of 248 ~ 10.48%

%43.15
%46.37
%10.48

CMYK color model

#6B731A color CMYK value is (7,0,77,55).

  • cyan value is 6.96%
  • magenta value is 0.00%
  • yellow value is 77.39%
  • key color value is 54.90%
CMYK:
(7,0,77,55)
C7M0Y77K55 
(7%,0%,77%,55%)
(0.07/0.00/0.77/0.55)	

CMYK percentages

%6.96
%0
%77.39
%54.9

Codes

Color #6B731A in popluar color models

6B731A
RGB10711526
HSL65°63.12%27.65%
HSB/HSV65°77.39%45.10%
CMYK6.96%0.00%77.39%
54.90%

Color #6B731A in popluar number systems.

HEX6B731A
Decimal10711526
Binary1101011111001111010
Octal15316332

Shades and tints

Shades of #6B731A

#6B731A
(107,115,26)
#626918
(98,105,24)
#595F16
(89,95,22)
#505514
(80,85,20)
#474B12
(71,75,18)
#3E4110
(62,65,16)
#35370E
(53,55,14)
#2C2D0C
(44,45,12)
#23230A
(35,35,10)
#1A1908
(26,25,8)
#110F06
(17,15,6)
#000000
(0,0,0)

Tints of #6B731A

#6B731A
(107,115,26)
#787F2E
(120,127,46)
#858B42
(133,139,66)
#929756
(146,151,86)
#9FA36A
(159,163,106)
#ACAF7E
(172,175,126)
#B9BB92
(185,187,146)
#C6C7A6
(198,199,166)
#D3D3BA
(211,211,186)
#E0DFCE
(224,223,206)
#EDEBE2
(237,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B731A color. Also use rgb(107,115,26) instead hex code.

Text Font Color

.myTextColor { color: #6B731A; }

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

This text font color is #6B731A.


Background Color

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

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

This div background color is #6B731A.


Border color

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

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

This div border color is #6B731A.


Opacity

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

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

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

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

This text has shadow with #6B731A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B731A on black background.


Color preview on white background

This text has color #6B731A on white background.



Black color preview on #6B731A background

This text has black color on #6B731A background.


White color preview on #6B731A background

This text has white color on #6B731A background.