COLOR #6C7253

HEX: #6C7253
RGB: (108,114,83)

Color info

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

RGB color model

#6C7253 color RGB value is (108,114,83).

  • red value is 108;
  • green value is 114;
  • blue value is 83.
RGB:
(108,114,83)
(42%,45%,33%)

RGB channels and saturation

R 108 of 255 = 42%
G 114 of 255 = 45%
B 83 of 255 = 33%

108
114
83

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

Portions of RGB colors in percentages

R + G + B =
108 + 114 + 83 = 305 (100%)
R 108 of 305 ~ 35.41%
G 114 of 305 ~ 37.38%
B 83 of 305 ~ 27.21%

%35.41
%37.38
%27.21

CMYK color model

#6C7253 color CMYK value is (5,0,27,55).

  • cyan value is 5.26%
  • magenta value is 0.00%
  • yellow value is 27.19%
  • key color value is 55.29%
CMYK:
(5,0,27,55)
C5M0Y27K55 
(5%,0%,27%,55%)
(0.05/0.00/0.27/0.55)	

CMYK percentages

%5.26
%0
%27.19
%55.29

Codes

Color #6C7253 in popluar color models

6C7253
RGB10811483
HSL72°15.74%38.63%
HSB/HSV72°27.19%44.71%
CMYK5.26%0.00%27.19%
55.29%

Color #6C7253 in popluar number systems.

HEX6C7253
Decimal10811483
Binary110110011100101010011
Octal154162123

Shades and tints

Shades of #6C7253

#6C7253
(108,114,83)
#63684C
(99,104,76)
#5A5E45
(90,94,69)
#51543E
(81,84,62)
#484A37
(72,74,55)
#3F4030
(63,64,48)
#363629
(54,54,41)
#2D2C22
(45,44,34)
#24221B
(36,34,27)
#1B1814
(27,24,20)
#120E0D
(18,14,13)
#000000
(0,0,0)

Tints of #6C7253

#6C7253
(108,114,83)
#797E62
(121,126,98)
#868A71
(134,138,113)
#939680
(147,150,128)
#A0A28F
(160,162,143)
#ADAE9E
(173,174,158)
#BABAAD
(186,186,173)
#C7C6BC
(199,198,188)
#D4D2CB
(212,210,203)
#E1DEDA
(225,222,218)
#EEEAE9
(238,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C7253 color. Also use rgb(108,114,83) instead hex code.

Text Font Color

.myTextColor { color: #6C7253; }

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

This text font color is #6C7253.


Background Color

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

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

This div background color is #6C7253.


Border color

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

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

This div border color is #6C7253.


Opacity

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

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

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

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

This text has shadow with #6C7253 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C7253 on black background.


Color preview on white background

This text has color #6C7253 on white background.



Black color preview on #6C7253 background

This text has black color on #6C7253 background.


White color preview on #6C7253 background

This text has white color on #6C7253 background.