COLOR #6D9534

HEX: #6D9534
RGB: (109,149,52)

Color info

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

RGB color model

#6D9534 color RGB value is (109,149,52).

  • red value is 109;
  • green value is 149;
  • blue value is 52.
RGB:
(109,149,52)
(43%,58%,20%)

RGB channels and saturation

R 109 of 255 = 43%
G 149 of 255 = 58%
B 52 of 255 = 20%

109
149
52

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

Portions of RGB colors in percentages

R + G + B =
109 + 149 + 52 = 310 (100%)
R 109 of 310 ~ 35.16%
G 149 of 310 ~ 48.06%
B 52 of 310 ~ 16.77%

%35.16
%48.06
%16.77

CMYK color model

#6D9534 color CMYK value is (27,0,65,42).

  • cyan value is 26.85%
  • magenta value is 0.00%
  • yellow value is 65.10%
  • key color value is 41.57%
CMYK:
(27,0,65,42)
C27M0Y65K42 
(27%,0%,65%,42%)
(0.27/0.00/0.65/0.42)	

CMYK percentages

%26.85
%0
%65.1
%41.57

Codes

Color #6D9534 in popluar color models

6D9534
RGB10914952
HSL85°48.26%39.41%
HSB/HSV85°65.10%58.43%
CMYK26.85%0.00%65.10%
41.57%

Color #6D9534 in popluar number systems.

HEX6D9534
Decimal10914952
Binary110110110010101110100
Octal15522564

Shades and tints

Shades of #6D9534

#6D9534
(109,149,52)
#648830
(100,136,48)
#5B7B2C
(91,123,44)
#526E28
(82,110,40)
#496124
(73,97,36)
#405420
(64,84,32)
#37471C
(55,71,28)
#2E3A18
(46,58,24)
#252D14
(37,45,20)
#1C2010
(28,32,16)
#13130C
(19,19,12)
#000000
(0,0,0)

Tints of #6D9534

#6D9534
(109,149,52)
#7A9E46
(122,158,70)
#87A758
(135,167,88)
#94B06A
(148,176,106)
#A1B97C
(161,185,124)
#AEC28E
(174,194,142)
#BBCBA0
(187,203,160)
#C8D4B2
(200,212,178)
#D5DDC4
(213,221,196)
#E2E6D6
(226,230,214)
#EFEFE8
(239,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D9534 color. Also use rgb(109,149,52) instead hex code.

Text Font Color

.myTextColor { color: #6D9534; }

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

This text font color is #6D9534.


Background Color

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

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

This div background color is #6D9534.


Border color

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

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

This div border color is #6D9534.


Opacity

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

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

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

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

This text has shadow with #6D9534 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D9534 on black background.


Color preview on white background

This text has color #6D9534 on white background.



Black color preview on #6D9534 background

This text has black color on #6D9534 background.


White color preview on #6D9534 background

This text has white color on #6D9534 background.