COLOR #6A7433

HEX: #6A7433
RGB: (106,116,51)

Color info

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

RGB color model

#6A7433 color RGB value is (106,116,51).

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

RGB channels and saturation

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

106
116
51

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

Portions of RGB colors in percentages

R + G + B =
106 + 116 + 51 = 273 (100%)
R 106 of 273 ~ 38.83%
G 116 of 273 ~ 42.49%
B 51 of 273 ~ 18.68%

%38.83
%42.49
%18.68

CMYK color model

#6A7433 color CMYK value is (9,0,56,55).

  • cyan value is 8.62%
  • magenta value is 0.00%
  • yellow value is 56.03%
  • key color value is 54.51%
CMYK:
(9,0,56,55)
C9M0Y56K55 
(9%,0%,56%,55%)
(0.09/0.00/0.56/0.55)	

CMYK percentages

%8.62
%0
%56.03
%54.51

Codes

Color #6A7433 in popluar color models

6A7433
RGB10611651
HSL69°38.92%32.75%
HSB/HSV69°56.03%45.49%
CMYK8.62%0.00%56.03%
54.51%

Color #6A7433 in popluar number systems.

HEX6A7433
Decimal10611651
Binary11010101110100110011
Octal15216463

Shades and tints

Shades of #6A7433

#6A7433
(106,116,51)
#616A2F
(97,106,47)
#58602B
(88,96,43)
#4F5627
(79,86,39)
#464C23
(70,76,35)
#3D421F
(61,66,31)
#34381B
(52,56,27)
#2B2E17
(43,46,23)
#222413
(34,36,19)
#191A0F
(25,26,15)
#10100B
(16,16,11)
#000000
(0,0,0)

Tints of #6A7433

#6A7433
(106,116,51)
#778045
(119,128,69)
#848C57
(132,140,87)
#919869
(145,152,105)
#9EA47B
(158,164,123)
#ABB08D
(171,176,141)
#B8BC9F
(184,188,159)
#C5C8B1
(197,200,177)
#D2D4C3
(210,212,195)
#DFE0D5
(223,224,213)
#ECECE7
(236,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A7433; }

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

This text font color is #6A7433.


Background Color

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

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

This div background color is #6A7433.


Border color

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

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

This div border color is #6A7433.


Opacity

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

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

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

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

This text has shadow with #6A7433 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A7433 on black background.


Color preview on white background

This text has color #6A7433 on white background.



Black color preview on #6A7433 background

This text has black color on #6A7433 background.


White color preview on #6A7433 background

This text has white color on #6A7433 background.