COLOR #6A7835

HEX: #6A7835
RGB: (106,120,53)

Color info

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

RGB color model

#6A7835 color RGB value is (106,120,53).

  • red value is 106;
  • green value is 120;
  • blue value is 53.
RGB:
(106,120,53)
(42%,47%,21%)

RGB channels and saturation

R 106 of 255 = 42%
G 120 of 255 = 47%
B 53 of 255 = 21%

106
120
53

R + G + B ~ 37%. #6A7835 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 120 + 53 = 279 (100%)
R 106 of 279 ~ 37.99%
G 120 of 279 ~ 43.01%
B 53 of 279 ~ 19%

%37.99
%43.01
%19

CMYK color model

#6A7835 color CMYK value is (12,0,56,53).

  • cyan value is 11.67%
  • magenta value is 0.00%
  • yellow value is 55.83%
  • key color value is 52.94%
CMYK:
(12,0,56,53)
C12M0Y56K53 
(12%,0%,56%,53%)
(0.12/0.00/0.56/0.53)	

CMYK percentages

%11.67
%0
%55.83
%52.94

Codes

Color #6A7835 in popluar color models

6A7835
RGB10612053
HSL73°38.73%33.92%
HSB/HSV73°55.83%47.06%
CMYK11.67%0.00%55.83%
52.94%

Color #6A7835 in popluar number systems.

HEX6A7835
Decimal10612053
Binary11010101111000110101
Octal15217065

Shades and tints

Shades of #6A7835

#6A7835
(106,120,53)
#616E31
(97,110,49)
#58642D
(88,100,45)
#4F5A29
(79,90,41)
#465025
(70,80,37)
#3D4621
(61,70,33)
#343C1D
(52,60,29)
#2B3219
(43,50,25)
#222815
(34,40,21)
#191E11
(25,30,17)
#10140D
(16,20,13)
#000000
(0,0,0)

Tints of #6A7835

#6A7835
(106,120,53)
#778447
(119,132,71)
#849059
(132,144,89)
#919C6B
(145,156,107)
#9EA87D
(158,168,125)
#ABB48F
(171,180,143)
#B8C0A1
(184,192,161)
#C5CCB3
(197,204,179)
#D2D8C5
(210,216,197)
#DFE4D7
(223,228,215)
#ECF0E9
(236,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A7835 color. Also use rgb(106,120,53) instead hex code.

Text Font Color

.myTextColor { color: #6A7835; }

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

This text font color is #6A7835.


Background Color

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

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

This div background color is #6A7835.


Border color

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

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

This div border color is #6A7835.


Opacity

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

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

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

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

This text has shadow with #6A7835 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A7835 on black background.


Color preview on white background

This text has color #6A7835 on white background.



Black color preview on #6A7835 background

This text has black color on #6A7835 background.


White color preview on #6A7835 background

This text has white color on #6A7835 background.