COLOR #6A7834

HEX: #6A7834
RGB: (106,120,52)

Color info

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

RGB color model

#6A7834 color RGB value is (106,120,52).

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

RGB channels and saturation

R 106 of 255 = 42%
G 120 of 255 = 47%
B 52 of 255 = 20%

106
120
52

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

Portions of RGB colors in percentages

R + G + B =
106 + 120 + 52 = 278 (100%)
R 106 of 278 ~ 38.13%
G 120 of 278 ~ 43.17%
B 52 of 278 ~ 18.71%

%38.13
%43.17
%18.71

CMYK color model

#6A7834 color CMYK value is (12,0,57,53).

  • cyan value is 11.67%
  • magenta value is 0.00%
  • yellow value is 56.67%
  • key color value is 52.94%
CMYK:
(12,0,57,53)
C12M0Y57K53 
(12%,0%,57%,53%)
(0.12/0.00/0.57/0.53)	

CMYK percentages

%11.67
%0
%56.67
%52.94

Codes

Color #6A7834 in popluar color models

6A7834
RGB10612052
HSL72°39.53%33.73%
HSB/HSV72°56.67%47.06%
CMYK11.67%0.00%56.67%
52.94%

Color #6A7834 in popluar number systems.

HEX6A7834
Decimal10612052
Binary11010101111000110100
Octal15217064

Shades and tints

Shades of #6A7834

#6A7834
(106,120,52)
#616E30
(97,110,48)
#58642C
(88,100,44)
#4F5A28
(79,90,40)
#465024
(70,80,36)
#3D4620
(61,70,32)
#343C1C
(52,60,28)
#2B3218
(43,50,24)
#222814
(34,40,20)
#191E10
(25,30,16)
#10140C
(16,20,12)
#000000
(0,0,0)

Tints of #6A7834

#6A7834
(106,120,52)
#778446
(119,132,70)
#849058
(132,144,88)
#919C6A
(145,156,106)
#9EA87C
(158,168,124)
#ABB48E
(171,180,142)
#B8C0A0
(184,192,160)
#C5CCB2
(197,204,178)
#D2D8C4
(210,216,196)
#DFE4D6
(223,228,214)
#ECF0E8
(236,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A7834; }

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

This text font color is #6A7834.


Background Color

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

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

This div background color is #6A7834.


Border color

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

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

This div border color is #6A7834.


Opacity

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

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

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

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

This text has shadow with #6A7834 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A7834 on black background.


Color preview on white background

This text has color #6A7834 on white background.



Black color preview on #6A7834 background

This text has black color on #6A7834 background.


White color preview on #6A7834 background

This text has white color on #6A7834 background.