COLOR #6C7450

HEX: #6C7450
RGB: (108,116,80)

Color info

#6C7450 contains red, green and blue colors in about the same proportion. Web safe color of #6C7450 is #666666 (or #666).

RGB color model

#6C7450 color RGB value is (108,116,80).

  • red value is 108;
  • green value is 116;
  • blue value is 80.
RGB:
(108,116,80)
(42%,45%,31%)

RGB channels and saturation

R 108 of 255 = 42%
G 116 of 255 = 45%
B 80 of 255 = 31%

108
116
80

R + G + B ~ 39%. #6C7450 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 116 + 80 = 304 (100%)
R 108 of 304 ~ 35.53%
G 116 of 304 ~ 38.16%
B 80 of 304 ~ 26.32%

%35.53
%38.16
%26.32

CMYK color model

#6C7450 color CMYK value is (7,0,31,55).

  • cyan value is 6.90%
  • magenta value is 0.00%
  • yellow value is 31.03%
  • key color value is 54.51%
CMYK:
(7,0,31,55)
C7M0Y31K55 
(7%,0%,31%,55%)
(0.07/0.00/0.31/0.55)	

CMYK percentages

%6.9
%0
%31.03
%54.51

Codes

Color #6C7450 in popluar color models

6C7450
RGB10811680
HSL73°18.37%38.43%
HSB/HSV73°31.03%45.49%
CMYK6.90%0.00%31.03%
54.51%

Color #6C7450 in popluar number systems.

HEX6C7450
Decimal10811680
Binary110110011101001010000
Octal154164120

Shades and tints

Shades of #6C7450

#6C7450
(108,116,80)
#636A49
(99,106,73)
#5A6042
(90,96,66)
#51563B
(81,86,59)
#484C34
(72,76,52)
#3F422D
(63,66,45)
#363826
(54,56,38)
#2D2E1F
(45,46,31)
#242418
(36,36,24)
#1B1A11
(27,26,17)
#12100A
(18,16,10)
#000000
(0,0,0)

Tints of #6C7450

#6C7450
(108,116,80)
#79805F
(121,128,95)
#868C6E
(134,140,110)
#93987D
(147,152,125)
#A0A48C
(160,164,140)
#ADB09B
(173,176,155)
#BABCAA
(186,188,170)
#C7C8B9
(199,200,185)
#D4D4C8
(212,212,200)
#E1E0D7
(225,224,215)
#EEECE6
(238,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C7450 color. Also use rgb(108,116,80) instead hex code.

Text Font Color

.myTextColor { color: #6C7450; }

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

This text font color is #6C7450.


Background Color

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

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

This div background color is #6C7450.


Border color

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

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

This div border color is #6C7450.


Opacity

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

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

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

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

This text has shadow with #6C7450 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C7450 on black background.


Color preview on white background

This text has color #6C7450 on white background.



Black color preview on #6C7450 background

This text has black color on #6C7450 background.


White color preview on #6C7450 background

This text has white color on #6C7450 background.