COLOR #6B8253

HEX: #6B8253
RGB: (107,130,83)

Color info

#6B8253 contains red, green and blue colors in about the same proportion. Web safe color of #6B8253 is #669966 (or #696).

RGB color model

#6B8253 color RGB value is (107,130,83).

  • red value is 107;
  • green value is 130;
  • blue value is 83.
RGB:
(107,130,83)
(42%,51%,33%)

RGB channels and saturation

R 107 of 255 = 42%
G 130 of 255 = 51%
B 83 of 255 = 33%

107
130
83

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

Portions of RGB colors in percentages

R + G + B =
107 + 130 + 83 = 320 (100%)
R 107 of 320 ~ 33.44%
G 130 of 320 ~ 40.63%
B 83 of 320 ~ 25.94%

%33.44
%40.63
%25.94

CMYK color model

#6B8253 color CMYK value is (18,0,36,49).

  • cyan value is 17.69%
  • magenta value is 0.00%
  • yellow value is 36.15%
  • key color value is 49.02%
CMYK:
(18,0,36,49)
C18M0Y36K49 
(18%,0%,36%,49%)
(0.18/0.00/0.36/0.49)	

CMYK percentages

%17.69
%0
%36.15
%49.02

Codes

Color #6B8253 in popluar color models

6B8253
RGB10713083
HSL89°22.07%41.76%
HSB/HSV89°36.15%50.98%
CMYK17.69%0.00%36.15%
49.02%

Color #6B8253 in popluar number systems.

HEX6B8253
Decimal10713083
Binary1101011100000101010011
Octal153202123

Shades and tints

Shades of #6B8253

#6B8253
(107,130,83)
#62774C
(98,119,76)
#596C45
(89,108,69)
#50613E
(80,97,62)
#475637
(71,86,55)
#3E4B30
(62,75,48)
#354029
(53,64,41)
#2C3522
(44,53,34)
#232A1B
(35,42,27)
#1A1F14
(26,31,20)
#11140D
(17,20,13)
#000000
(0,0,0)

Tints of #6B8253

#6B8253
(107,130,83)
#788D62
(120,141,98)
#859871
(133,152,113)
#92A380
(146,163,128)
#9FAE8F
(159,174,143)
#ACB99E
(172,185,158)
#B9C4AD
(185,196,173)
#C6CFBC
(198,207,188)
#D3DACB
(211,218,203)
#E0E5DA
(224,229,218)
#EDF0E9
(237,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B8253 color. Also use rgb(107,130,83) instead hex code.

Text Font Color

.myTextColor { color: #6B8253; }

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

This text font color is #6B8253.


Background Color

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

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

This div background color is #6B8253.


Border color

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

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

This div border color is #6B8253.


Opacity

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

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

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

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

This text has shadow with #6B8253 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B8253 on black background.


Color preview on white background

This text has color #6B8253 on white background.



Black color preview on #6B8253 background

This text has black color on #6B8253 background.


White color preview on #6B8253 background

This text has white color on #6B8253 background.