COLOR #6F733F

HEX: #6F733F
RGB: (111,115,63)

Color info

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

RGB color model

#6F733F color RGB value is (111,115,63).

  • red value is 111;
  • green value is 115;
  • blue value is 63.
RGB:
(111,115,63)
(44%,45%,25%)

RGB channels and saturation

R 111 of 255 = 44%
G 115 of 255 = 45%
B 63 of 255 = 25%

111
115
63

R + G + B ~ 38%. #6F733F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 115 + 63 = 289 (100%)
R 111 of 289 ~ 38.41%
G 115 of 289 ~ 39.79%
B 63 of 289 ~ 21.8%

%38.41
%39.79
%21.8

CMYK color model

#6F733F color CMYK value is (3,0,45,55).

  • cyan value is 3.48%
  • magenta value is 0.00%
  • yellow value is 45.22%
  • key color value is 54.90%
CMYK:
(3,0,45,55)
C3M0Y45K55 
(3%,0%,45%,55%)
(0.03/0.00/0.45/0.55)	

CMYK percentages

%3.48
%0
%45.22
%54.9

Codes

Color #6F733F in popluar color models

6F733F
RGB11111563
HSL65°29.21%34.90%
HSB/HSV65°45.22%45.10%
CMYK3.48%0.00%45.22%
54.90%

Color #6F733F in popluar number systems.

HEX6F733F
Decimal11111563
Binary11011111110011111111
Octal15716377

Shades and tints

Shades of #6F733F

#6F733F
(111,115,63)
#65693A
(101,105,58)
#5B5F35
(91,95,53)
#515530
(81,85,48)
#474B2B
(71,75,43)
#3D4126
(61,65,38)
#333721
(51,55,33)
#292D1C
(41,45,28)
#1F2317
(31,35,23)
#151912
(21,25,18)
#0B0F0D
(11,15,13)
#000000
(0,0,0)

Tints of #6F733F

#6F733F
(111,115,63)
#7C7F50
(124,127,80)
#898B61
(137,139,97)
#969772
(150,151,114)
#A3A383
(163,163,131)
#B0AF94
(176,175,148)
#BDBBA5
(189,187,165)
#CAC7B6
(202,199,182)
#D7D3C7
(215,211,199)
#E4DFD8
(228,223,216)
#F1EBE9
(241,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F733F color. Also use rgb(111,115,63) instead hex code.

Text Font Color

.myTextColor { color: #6F733F; }

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

This text font color is #6F733F.


Background Color

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

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

This div background color is #6F733F.


Border color

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

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

This div border color is #6F733F.


Opacity

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

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

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

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

This text has shadow with #6F733F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F733F on black background.


Color preview on white background

This text has color #6F733F on white background.



Black color preview on #6F733F background

This text has black color on #6F733F background.


White color preview on #6F733F background

This text has white color on #6F733F background.