COLOR #6F7539

HEX: #6F7539
RGB: (111,117,57)

Color info

#6F7539 contains mainly red and green colors. Web safe color of #6F7539 is #666633 (or #663).

RGB color model

#6F7539 color RGB value is (111,117,57).

  • red value is 111;
  • green value is 117;
  • blue value is 57.
RGB:
(111,117,57)
(44%,46%,22%)

RGB channels and saturation

R 111 of 255 = 44%
G 117 of 255 = 46%
B 57 of 255 = 22%

111
117
57

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

Portions of RGB colors in percentages

R + G + B =
111 + 117 + 57 = 285 (100%)
R 111 of 285 ~ 38.95%
G 117 of 285 ~ 41.05%
B 57 of 285 ~ 20%

%38.95
%41.05
%20

CMYK color model

#6F7539 color CMYK value is (5,0,51,54).

  • cyan value is 5.13%
  • magenta value is 0.00%
  • yellow value is 51.28%
  • key color value is 54.12%
CMYK:
(5,0,51,54)
C5M0Y51K54 
(5%,0%,51%,54%)
(0.05/0.00/0.51/0.54)	

CMYK percentages

%5.13
%0
%51.28
%54.12

Codes

Color #6F7539 in popluar color models

6F7539
RGB11111757
HSL66°34.48%34.12%
HSB/HSV66°51.28%45.88%
CMYK5.13%0.00%51.28%
54.12%

Color #6F7539 in popluar number systems.

HEX6F7539
Decimal11111757
Binary11011111110101111001
Octal15716571

Shades and tints

Shades of #6F7539

#6F7539
(111,117,57)
#656B34
(101,107,52)
#5B612F
(91,97,47)
#51572A
(81,87,42)
#474D25
(71,77,37)
#3D4320
(61,67,32)
#33391B
(51,57,27)
#292F16
(41,47,22)
#1F2511
(31,37,17)
#151B0C
(21,27,12)
#0B1107
(11,17,7)
#000000
(0,0,0)

Tints of #6F7539

#6F7539
(111,117,57)
#7C814B
(124,129,75)
#898D5D
(137,141,93)
#96996F
(150,153,111)
#A3A581
(163,165,129)
#B0B193
(176,177,147)
#BDBDA5
(189,189,165)
#CAC9B7
(202,201,183)
#D7D5C9
(215,213,201)
#E4E1DB
(228,225,219)
#F1EDED
(241,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F7539 color. Also use rgb(111,117,57) instead hex code.

Text Font Color

.myTextColor { color: #6F7539; }

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

This text font color is #6F7539.


Background Color

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

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

This div background color is #6F7539.


Border color

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

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

This div border color is #6F7539.


Opacity

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

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

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

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

This text has shadow with #6F7539 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F7539 on black background.


Color preview on white background

This text has color #6F7539 on white background.



Black color preview on #6F7539 background

This text has black color on #6F7539 background.


White color preview on #6F7539 background

This text has white color on #6F7539 background.