COLOR #7C680B

HEX: #7C680B
RGB: (124,104,11)

Color info

#7C680B contains mainly red and green colors. Web safe color of #7C680B is #666600 (or #660).

RGB color model

#7C680B color RGB value is (124,104,11).

  • red value is 124;
  • green value is 104;
  • blue value is 11.
RGB:
(124,104,11)
(49%,41%,4%)

RGB channels and saturation

R 124 of 255 = 49%
G 104 of 255 = 41%
B 11 of 255 = 4%

124
104
11

R + G + B ~ 31%. #7C680B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 104 + 11 = 239 (100%)
R 124 of 239 ~ 51.88%
G 104 of 239 ~ 43.51%
B 11 of 239 ~ 4.6%

%51.88
%43.51

CMYK color model

#7C680B color CMYK value is (0,16,91,51).

  • cyan value is 0.00%
  • magenta value is 16.13%
  • yellow value is 91.13%
  • key color value is 51.37%
CMYK:
(0,16,91,51)
C0M16Y91K51 
(0%,16%,91%,51%)
(0.00/0.16/0.91/0.51)	

CMYK percentages

%0
%16.13
%91.13
%51.37

Codes

Color #7C680B in popluar color models

7C680B
RGB12410411
HSL49°83.70%26.47%
HSB/HSV49°91.13%48.63%
CMYK0.00%16.13%91.13%
51.37%

Color #7C680B in popluar number systems.

HEX7C680B
Decimal12410411
Binary111110011010001011
Octal17415013

Shades and tints

Shades of #7C680B

#7C680B
(124,104,11)
#715F0A
(113,95,10)
#665609
(102,86,9)
#5B4D08
(91,77,8)
#504407
(80,68,7)
#453B06
(69,59,6)
#3A3205
(58,50,5)
#2F2904
(47,41,4)
#242003
(36,32,3)
#191702
(25,23,2)
#0E0E01
(14,14,1)
#000000
(0,0,0)

Tints of #7C680B

#7C680B
(124,104,11)
#877521
(135,117,33)
#928237
(146,130,55)
#9D8F4D
(157,143,77)
#A89C63
(168,156,99)
#B3A979
(179,169,121)
#BEB68F
(190,182,143)
#C9C3A5
(201,195,165)
#D4D0BB
(212,208,187)
#DFDDD1
(223,221,209)
#EAEAE7
(234,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C680B color. Also use rgb(124,104,11) instead hex code.

Text Font Color

.myTextColor { color: #7C680B; }

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

This text font color is #7C680B.


Background Color

.myBgColor { background-color: #7C680B; }

<div style="background-color:#7C680B">Inner text</div>

This div background color is #7C680B.


Border color

.myBorderColor { border: 1px solid #7C680B; }

<div style="border:3px solid #7C680B">Div</div>

This div border color is #7C680B.


Opacity

.myOpacity80 { color: #7C680B; opacity: 0.8; }

<p style="color:#7C680B;opacity:0.8;">80%</p>

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

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

This text has shadow with #7C680B color.

.textShadow {text-shadow: 3px 3px 1px #7C680B, 3px 3px 1px red;}

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

This text has shadow with #7C680B primary color and red secondary color.


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

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

This text has shadow with #7C680B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C680B on black background.


Color preview on white background

This text has color #7C680B on white background.



Black color preview on #7C680B background

This text has black color on #7C680B background.


White color preview on #7C680B background

This text has white color on #7C680B background.