COLOR #6A883F

HEX: #6A883F RGB: (106,136,63)

Color info

#6A883F contains mainly red and green colors. Web safe color of #6A883F is #669933 (or #693).

RGB color model

#6A883F color RGB value is (106,136,63).

RGB: (106,136,63) (42%, 53%, 25%)

RGB channels and saturation

R 106 of 255 = 42%
G 136 of 255 = 53%
B 63 of 255 = 25%

106
136
63

R + G + B ~ 40%. #6A883F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 106 + 136 + 63 = 305 (100%)
R 106 of 305 ~ 34.75%
G 136 of 305 ~ 44.59%
B 63 of 305 ~ 20.66'%

%34.75
%44.59
%20.66

CMYK color model

#6A883F color CMYK value is (22,0,54,47).

  • cyan value is 22.06%
  • magenta value is 0.00%
  • yellow value is 53.68%
  • key color value is 46.67%
CMYK: (22,0,54,47) C22M0Y54K47 (22%,0%,54%,47%) (0.22/0.00/0.54/0.47) 

CMYK percentages

%22.06
%0
%53.68
%46.67

Codes

Color #6A883F in popluar color models

6A 88 3F
RGB 106 136 63
HSL 85° 36.68% 39.02%
HSB/HSV 85° 53.68% 53.33%
CMYK 22.06% 0.00% 53.68%
46.67%

Color #6A883F in popluar number systems.

HEX 6A 88 3F
Decimal 106 136 63
Binary 1101010 10001000 111111
Octal 152 210 77

Shades and tints

Shades of #6A883F

#6A883F
(106,136,63)
#617C3A
(97,124,58)
#587035
(88,112,53)
#4F6430
(79,100,48)
#46582B
(70,88,43)
#3D4C26
(61,76,38)
#344021
(52,64,33)
#2B341C
(43,52,28)
#222817
(34,40,23)
#191C12
(25,28,18)
#10100D
(16,16,13)
#000000
(0,0,0)

Tints of #6A883F

#6A883F
(106,136,63)
#779250
(119,146,80)
#849C61
(132,156,97)
#91A672
(145,166,114)
#9EB083
(158,176,131)
#ABBA94
(171,186,148)
#B8C4A5
(184,196,165)
#C5CEB6
(197,206,182)
#D2D8C7
(210,216,199)
#DFE2D8
(223,226,216)
#ECECE9
(236,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A883F color. Also use rgb(106,136,63) instead hex code.

Text Font Color

.myTextColor { color: #6A883F; }

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

This text font color is #6A883F.

Background Color

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

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

This div background color is #6A883F.

Border color

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

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

This div border color is #6A883F.

Opacity

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

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

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

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

This text has shadow with #6A883F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A883F.

Preview

Color preview on black background

This text has color #6A883F on black background.


Color preview on white background

This text has color #6A883F on white background.


Black color preview on #6A883F background

This text has black color on #6A883F background.


White color preview on #6A883F background

This text has white color on #6A883F background.


Related colors

Complementary color

Complementary color for #hex is #9577C0.


I love getcolorcode.com

Triadic colors

1 #3F6A88 and #883F6A with #6A883F are triadic colors.

2 #3F886A and #886A3F with #6A883F are triadic colors.