COLOR #6B7358

HEX: #6B7358
RGB: (107,115,88)

Color info

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

RGB color model

#6B7358 color RGB value is (107,115,88).

  • red value is 107;
  • green value is 115;
  • blue value is 88.
RGB:
(107,115,88)
(42%,45%,35%)

RGB channels and saturation

R 107 of 255 = 42%
G 115 of 255 = 45%
B 88 of 255 = 35%

107
115
88

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

Portions of RGB colors in percentages

R + G + B =
107 + 115 + 88 = 310 (100%)
R 107 of 310 ~ 34.52%
G 115 of 310 ~ 37.1%
B 88 of 310 ~ 28.39%

%34.52
%37.1
%28.39

CMYK color model

#6B7358 color CMYK value is (7,0,23,55).

  • cyan value is 6.96%
  • magenta value is 0.00%
  • yellow value is 23.48%
  • key color value is 54.90%
CMYK:
(7,0,23,55)
C7M0Y23K55 
(7%,0%,23%,55%)
(0.07/0.00/0.23/0.55)	

CMYK percentages

%6.96
%0
%23.48
%54.9

Codes

Color #6B7358 in popluar color models

6B7358
RGB10711588
HSL78°13.30%39.80%
HSB/HSV78°23.48%45.10%
CMYK6.96%0.00%23.48%
54.90%

Color #6B7358 in popluar number systems.

HEX6B7358
Decimal10711588
Binary110101111100111011000
Octal153163130

Shades and tints

Shades of #6B7358

#6B7358
(107,115,88)
#626950
(98,105,80)
#595F48
(89,95,72)
#505540
(80,85,64)
#474B38
(71,75,56)
#3E4130
(62,65,48)
#353728
(53,55,40)
#2C2D20
(44,45,32)
#232318
(35,35,24)
#1A1910
(26,25,16)
#110F08
(17,15,8)
#000000
(0,0,0)

Tints of #6B7358

#6B7358
(107,115,88)
#787F67
(120,127,103)
#858B76
(133,139,118)
#929785
(146,151,133)
#9FA394
(159,163,148)
#ACAFA3
(172,175,163)
#B9BBB2
(185,187,178)
#C6C7C1
(198,199,193)
#D3D3D0
(211,211,208)
#E0DFDF
(224,223,223)
#EDEBEE
(237,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B7358 color. Also use rgb(107,115,88) instead hex code.

Text Font Color

.myTextColor { color: #6B7358; }

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

This text font color is #6B7358.


Background Color

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

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

This div background color is #6B7358.


Border color

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

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

This div border color is #6B7358.


Opacity

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

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

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

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

This text has shadow with #6B7358 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B7358 on black background.


Color preview on white background

This text has color #6B7358 on white background.



Black color preview on #6B7358 background

This text has black color on #6B7358 background.


White color preview on #6B7358 background

This text has white color on #6B7358 background.