COLOR #6F7123

HEX: #6F7123
RGB: (111,113,35)

Color info

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

RGB color model

#6F7123 color RGB value is (111,113,35).

  • red value is 111;
  • green value is 113;
  • blue value is 35.
RGB:
(111,113,35)
(44%,44%,14%)

RGB channels and saturation

R 111 of 255 = 44%
G 113 of 255 = 44%
B 35 of 255 = 14%

111
113
35

R + G + B ~ 34%. #6F7123 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 113 + 35 = 259 (100%)
R 111 of 259 ~ 42.86%
G 113 of 259 ~ 43.63%
B 35 of 259 ~ 13.51%

%42.86
%43.63
%13.51

CMYK color model

#6F7123 color CMYK value is (2,0,69,56).

  • cyan value is 1.77%
  • magenta value is 0.00%
  • yellow value is 69.03%
  • key color value is 55.69%
CMYK:
(2,0,69,56)
C2M0Y69K56 
(2%,0%,69%,56%)
(0.02/0.00/0.69/0.56)	

CMYK percentages

%1.77
%0
%69.03
%55.69

Codes

Color #6F7123 in popluar color models

6F7123
RGB11111335
HSL62°52.70%29.02%
HSB/HSV62°69.03%44.31%
CMYK1.77%0.00%69.03%
55.69%

Color #6F7123 in popluar number systems.

HEX6F7123
Decimal11111335
Binary11011111110001100011
Octal15716143

Shades and tints

Shades of #6F7123

#6F7123
(111,113,35)
#656720
(101,103,32)
#5B5D1D
(91,93,29)
#51531A
(81,83,26)
#474917
(71,73,23)
#3D3F14
(61,63,20)
#333511
(51,53,17)
#292B0E
(41,43,14)
#1F210B
(31,33,11)
#151708
(21,23,8)
#0B0D05
(11,13,5)
#000000
(0,0,0)

Tints of #6F7123

#6F7123
(111,113,35)
#7C7D37
(124,125,55)
#89894B
(137,137,75)
#96955F
(150,149,95)
#A3A173
(163,161,115)
#B0AD87
(176,173,135)
#BDB99B
(189,185,155)
#CAC5AF
(202,197,175)
#D7D1C3
(215,209,195)
#E4DDD7
(228,221,215)
#F1E9EB
(241,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F7123 color. Also use rgb(111,113,35) instead hex code.

Text Font Color

.myTextColor { color: #6F7123; }

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

This text font color is #6F7123.


Background Color

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

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

This div background color is #6F7123.


Border color

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

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

This div border color is #6F7123.


Opacity

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

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

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

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

This text has shadow with #6F7123 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F7123 on black background.


Color preview on white background

This text has color #6F7123 on white background.



Black color preview on #6F7123 background

This text has black color on #6F7123 background.


White color preview on #6F7123 background

This text has white color on #6F7123 background.