COLOR #7D661B

HEX: #7D661B
RGB: (125,102,27)

Color info

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

RGB color model

#7D661B color RGB value is (125,102,27).

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

RGB channels and saturation

R 125 of 255 = 49%
G 102 of 255 = 40%
B 27 of 255 = 11%

125
102
27

R + G + B ~ 33%. #7D661B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 102 + 27 = 254 (100%)
R 125 of 254 ~ 49.21%
G 102 of 254 ~ 40.16%
B 27 of 254 ~ 10.63%

%49.21
%40.16
%10.63

CMYK color model

#7D661B color CMYK value is (0,18,78,51).

  • cyan value is 0.00%
  • magenta value is 18.40%
  • yellow value is 78.40%
  • key color value is 50.98%
CMYK:
(0,18,78,51)
C0M18Y78K51 
(0%,18%,78%,51%)
(0.00/0.18/0.78/0.51)	

CMYK percentages

%0
%18.4
%78.4
%50.98

Codes

Color #7D661B in popluar color models

7D661B
RGB12510227
HSL46°64.47%29.80%
HSB/HSV46°78.40%49.02%
CMYK0.00%18.40%78.40%
50.98%

Color #7D661B in popluar number systems.

HEX7D661B
Decimal12510227
Binary1111101110011011011
Octal17514633

Shades and tints

Shades of #7D661B

#7D661B
(125,102,27)
#725D19
(114,93,25)
#675417
(103,84,23)
#5C4B15
(92,75,21)
#514213
(81,66,19)
#463911
(70,57,17)
#3B300F
(59,48,15)
#30270D
(48,39,13)
#251E0B
(37,30,11)
#1A1509
(26,21,9)
#0F0C07
(15,12,7)
#000000
(0,0,0)

Tints of #7D661B

#7D661B
(125,102,27)
#88732F
(136,115,47)
#938043
(147,128,67)
#9E8D57
(158,141,87)
#A99A6B
(169,154,107)
#B4A77F
(180,167,127)
#BFB493
(191,180,147)
#CAC1A7
(202,193,167)
#D5CEBB
(213,206,187)
#E0DBCF
(224,219,207)
#EBE8E3
(235,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D661B; }

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

This text font color is #7D661B.


Background Color

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

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

This div background color is #7D661B.


Border color

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

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

This div border color is #7D661B.


Opacity

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

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

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

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

This text has shadow with #7D661B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D661B on black background.


Color preview on white background

This text has color #7D661B on white background.



Black color preview on #7D661B background

This text has black color on #7D661B background.


White color preview on #7D661B background

This text has white color on #7D661B background.