COLOR #6B824A

HEX: #6B824A RGB: (107,130,74)

Color info

#6B824A contains red, green and blue colors in about the same proportion. Web safe color of #6B824A is #669933 (or #693).

RGB color model

#6B824A color RGB value is (107,130,74).

RGB: (107,130,74) (42%, 51%, 29%)

RGB channels and saturation

R 107 of 255 = 42%
G 130 of 255 = 51%
B 74 of 255 = 29%

107
130
74

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

Portions of RGB colors in percentages

R + G + B = 107 + 130 + 74 = 311 (100%)
R 107 of 311 ~ 34.41%
G 130 of 311 ~ 41.8%
B 74 of 311 ~ 23.79'%

%34.41
%41.8
%23.79

CMYK color model

#6B824A color CMYK value is (18,0,43,49).

  • cyan value is 17.69%
  • magenta value is 0.00%
  • yellow value is 43.08%
  • key color value is 49.02%

CMYK: (18,0,43,49)
C18M0Y43K49 (18%, 0%, 43%, 49%)
(0.18 / 0.00 / 0.43 / 0.49)

CMYK percentages

%17.69
%0
%43.08
%49.02

Codes

Color #6B824A in popluar color models

6B 82 4A
RGB 107 130 74
HSL 85° 27.45% 40.00%
HSB/HSV 85° 43.08% 50.98%
CMYK 17.69% 0.00% 43.08%
49.02%

Color #6B824A in popluar number systems.

HEX 6B 82 4A
Decimal 107 130 74
Binary 1101011 10000010 1001010
Octal 153 202 112

Shades and tints

Shades of #6B824A

#6B824A
(107,130,74)
#627744
(98,119,68)
#596C3E
(89,108,62)
#506138
(80,97,56)
#475632
(71,86,50)
#3E4B2C
(62,75,44)
#354026
(53,64,38)
#2C3520
(44,53,32)
#232A1A
(35,42,26)
#1A1F14
(26,31,20)
#11140E
(17,20,14)
#000000
(0,0,0)

Tints of #6B824A

#6B824A
(107,130,74)
#788D5A
(120,141,90)
#85986A
(133,152,106)
#92A37A
(146,163,122)
#9FAE8A
(159,174,138)
#ACB99A
(172,185,154)
#B9C4AA
(185,196,170)
#C6CFBA
(198,207,186)
#D3DACA
(211,218,202)
#E0E5DA
(224,229,218)
#EDF0EA
(237,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B824A color. Also use rgb(107,130,74) instead hex code.

Text Font Color

.myTextColor { color: #6B824A; }

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

This text font color is #6B824A.

Background Color

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

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

This div background color is #6B824A.

Border color

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

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

This div border color is #6B824A.

Opacity

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

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

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

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

This text has shadow with #6B824A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B824A.

Preview

Color preview on black background

This text has color #6B824A on black background.


Color preview on white background

This text has color #6B824A on white background.


Black color preview on #6B824A background

This text has black color on #6B824A background.


White color preview on #6B824A background

This text has white color on #6B824A background.


Related colors

Complementary color

Complementary color for #hex is #947DB5.


I love getcolorcode.com

Triadic colors

1 #4A6B82 and #824A6B with #6B824A are triadic colors.

2 #4A826B and #826B4A with #6B824A are triadic colors.