COLOR #7D660C

HEX: #7D660C
RGB: (125,102,12)

Color info

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

RGB color model

#7D660C color RGB value is (125,102,12).

  • red value is 125;
  • green value is 102;
  • blue value is 12.
RGB:
(125,102,12)
(49%,40%,5%)

RGB channels and saturation

R 125 of 255 = 49%
G 102 of 255 = 40%
B 12 of 255 = 5%

125
102
12

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

Portions of RGB colors in percentages

R + G + B =
125 + 102 + 12 = 239 (100%)
R 125 of 239 ~ 52.3%
G 102 of 239 ~ 42.68%
B 12 of 239 ~ 5.02%

%52.3
%42.68

CMYK color model

#7D660C color CMYK value is (0,18,90,51).

  • cyan value is 0.00%
  • magenta value is 18.40%
  • yellow value is 90.40%
  • key color value is 50.98%
CMYK:
(0,18,90,51)
C0M18Y90K51 
(0%,18%,90%,51%)
(0.00/0.18/0.90/0.51)	

CMYK percentages

%0
%18.4
%90.4
%50.98

Codes

Color #7D660C in popluar color models

7D660C
RGB12510212
HSL48°82.48%26.86%
HSB/HSV48°90.40%49.02%
CMYK0.00%18.40%90.40%
50.98%

Color #7D660C in popluar number systems.

HEX7D660C
Decimal12510212
Binary111110111001101100
Octal17514614

Shades and tints

Shades of #7D660C

#7D660C
(125,102,12)
#725D0B
(114,93,11)
#67540A
(103,84,10)
#5C4B09
(92,75,9)
#514208
(81,66,8)
#463907
(70,57,7)
#3B3006
(59,48,6)
#302705
(48,39,5)
#251E04
(37,30,4)
#1A1503
(26,21,3)
#0F0C02
(15,12,2)
#000000
(0,0,0)

Tints of #7D660C

#7D660C
(125,102,12)
#887322
(136,115,34)
#938038
(147,128,56)
#9E8D4E
(158,141,78)
#A99A64
(169,154,100)
#B4A77A
(180,167,122)
#BFB490
(191,180,144)
#CAC1A6
(202,193,166)
#D5CEBC
(213,206,188)
#E0DBD2
(224,219,210)
#EBE8E8
(235,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D660C color. Also use rgb(125,102,12) instead hex code.

Text Font Color

.myTextColor { color: #7D660C; }

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

This text font color is #7D660C.


Background Color

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

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

This div background color is #7D660C.


Border color

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

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

This div border color is #7D660C.


Opacity

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

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

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

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

This text has shadow with #7D660C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D660C on black background.


Color preview on white background

This text has color #7D660C on white background.



Black color preview on #7D660C background

This text has black color on #7D660C background.


White color preview on #7D660C background

This text has white color on #7D660C background.