COLOR #6B753D

HEX: #6B753D RGB: (107,117,61)

Color info

#6B753D contains red, green and blue colors in about the same proportion. Web safe color of #6B753D is #666633 (or #663).

RGB color model

#6B753D color RGB value is (107,117,61).

RGB: (107,117,61) (42%, 46%, 24%)

RGB channels and saturation

R 107 of 255 = 42%
G 117 of 255 = 46%
B 61 of 255 = 24%

107
117
61

R + G + B ~ 37%. #6B753D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 107 + 117 + 61 = 285 (100%)
R 107 of 285 ~ 37.54%
G 117 of 285 ~ 41.05%
B 61 of 285 ~ 21.4'%

%37.54
%41.05
%21.4

CMYK color model

#6B753D color CMYK value is (9,0,48,54).

  • cyan value is 8.55%
  • magenta value is 0.00%
  • yellow value is 47.86%
  • key color value is 54.12%

CMYK: (9,0,48,54)
C9M0Y48K54 (9%, 0%, 48%, 54%)
(0.09 / 0.00 / 0.48 / 0.54)

CMYK percentages

%8.55
%0
%47.86
%54.12

Codes

Color #6B753D in popluar color models

6B 75 3D
RGB 107 117 61
HSL 71° 31.46% 34.90%
HSB/HSV 71° 47.86% 45.88%
CMYK 8.55% 0.00% 47.86%
54.12%

Color #6B753D in popluar number systems.

HEX 6B 75 3D
Decimal 107 117 61
Binary 1101011 1110101 111101
Octal 153 165 75

Shades and tints

Shades of #6B753D

#6B753D
(107,117,61)
#626B38
(98,107,56)
#596133
(89,97,51)
#50572E
(80,87,46)
#474D29
(71,77,41)
#3E4324
(62,67,36)
#35391F
(53,57,31)
#2C2F1A
(44,47,26)
#232515
(35,37,21)
#1A1B10
(26,27,16)
#11110B
(17,17,11)
#000000
(0,0,0)

Tints of #6B753D

#6B753D
(107,117,61)
#78814E
(120,129,78)
#858D5F
(133,141,95)
#929970
(146,153,112)
#9FA581
(159,165,129)
#ACB192
(172,177,146)
#B9BDA3
(185,189,163)
#C6C9B4
(198,201,180)
#D3D5C5
(211,213,197)
#E0E1D6
(224,225,214)
#EDEDE7
(237,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B753D color. Also use rgb(107,117,61) instead hex code.

Text Font Color

.myTextColor { color: #6B753D; }

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

This text font color is #6B753D.

Background Color

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

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

This div background color is #6B753D.

Border color

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

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

This div border color is #6B753D.

Opacity

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

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

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

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

This text has shadow with #6B753D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B753D.

Preview

Color preview on black background

This text has color #6B753D on black background.


Color preview on white background

This text has color #6B753D on white background.


Black color preview on #6B753D background

This text has black color on #6B753D background.


White color preview on #6B753D background

This text has white color on #6B753D background.


Related colors

Complementary color

Complementary color for #hex is #948AC2.


I love getcolorcode.com

Triadic colors

1 #3D6B75 and #753D6B with #6B753D are triadic colors.

2 #3D756B and #756B3D with #6B753D are triadic colors.