COLOR #6A7333

HEX: #6A7333
RGB: (106,115,51)

Color info

#6A7333 contains mainly red and green colors. Web safe color of #6A7333 is #666633 (or #663).

RGB color model

#6A7333 color RGB value is (106,115,51).

  • red value is 106;
  • green value is 115;
  • blue value is 51.
RGB:
(106,115,51)
(42%,45%,20%)

RGB channels and saturation

R 106 of 255 = 42%
G 115 of 255 = 45%
B 51 of 255 = 20%

106
115
51

R + G + B ~ 36%. #6A7333 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 115 + 51 = 272 (100%)
R 106 of 272 ~ 38.97%
G 115 of 272 ~ 42.28%
B 51 of 272 ~ 18.75%

%38.97
%42.28
%18.75

CMYK color model

#6A7333 color CMYK value is (8,0,56,55).

  • cyan value is 7.83%
  • magenta value is 0.00%
  • yellow value is 55.65%
  • key color value is 54.90%
CMYK:
(8,0,56,55)
C8M0Y56K55 
(8%,0%,56%,55%)
(0.08/0.00/0.56/0.55)	

CMYK percentages

%7.83
%0
%55.65
%54.9

Codes

Color #6A7333 in popluar color models

6A7333
RGB10611551
HSL68°38.55%32.55%
HSB/HSV68°55.65%45.10%
CMYK7.83%0.00%55.65%
54.90%

Color #6A7333 in popluar number systems.

HEX6A7333
Decimal10611551
Binary11010101110011110011
Octal15216363

Shades and tints

Shades of #6A7333

#6A7333
(106,115,51)
#61692F
(97,105,47)
#585F2B
(88,95,43)
#4F5527
(79,85,39)
#464B23
(70,75,35)
#3D411F
(61,65,31)
#34371B
(52,55,27)
#2B2D17
(43,45,23)
#222313
(34,35,19)
#19190F
(25,25,15)
#100F0B
(16,15,11)
#000000
(0,0,0)

Tints of #6A7333

#6A7333
(106,115,51)
#777F45
(119,127,69)
#848B57
(132,139,87)
#919769
(145,151,105)
#9EA37B
(158,163,123)
#ABAF8D
(171,175,141)
#B8BB9F
(184,187,159)
#C5C7B1
(197,199,177)
#D2D3C3
(210,211,195)
#DFDFD5
(223,223,213)
#ECEBE7
(236,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A7333 color. Also use rgb(106,115,51) instead hex code.

Text Font Color

.myTextColor { color: #6A7333; }

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

This text font color is #6A7333.


Background Color

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

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

This div background color is #6A7333.


Border color

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

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

This div border color is #6A7333.


Opacity

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

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

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

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

This text has shadow with #6A7333 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A7333 on black background.


Color preview on white background

This text has color #6A7333 on white background.



Black color preview on #6A7333 background

This text has black color on #6A7333 background.


White color preview on #6A7333 background

This text has white color on #6A7333 background.