COLOR #7D7918

HEX: #7D7918
RGB: (125,121,24)

Color info

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

RGB color model

#7D7918 color RGB value is (125,121,24).

  • red value is 125;
  • green value is 121;
  • blue value is 24.
RGB:
(125,121,24)
(49%,47%,9%)

RGB channels and saturation

R 125 of 255 = 49%
G 121 of 255 = 47%
B 24 of 255 = 9%

125
121
24

R + G + B ~ 35%. #7D7918 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 121 + 24 = 270 (100%)
R 125 of 270 ~ 46.3%
G 121 of 270 ~ 44.81%
B 24 of 270 ~ 8.89%

%46.3
%44.81

CMYK color model

#7D7918 color CMYK value is (0,3,81,51).

  • cyan value is 0.00%
  • magenta value is 3.20%
  • yellow value is 80.80%
  • key color value is 50.98%
CMYK:
(0,3,81,51)
C0M3Y81K51 
(0%,3%,81%,51%)
(0.00/0.03/0.81/0.51)	

CMYK percentages

%0
%3.2
%80.8
%50.98

Codes

Color #7D7918 in popluar color models

7D7918
RGB12512124
HSL58°67.79%29.22%
HSB/HSV58°80.80%49.02%
CMYK0.00%3.20%80.80%
50.98%

Color #7D7918 in popluar number systems.

HEX7D7918
Decimal12512124
Binary1111101111100111000
Octal17517130

Shades and tints

Shades of #7D7918

#7D7918
(125,121,24)
#726E16
(114,110,22)
#676314
(103,99,20)
#5C5812
(92,88,18)
#514D10
(81,77,16)
#46420E
(70,66,14)
#3B370C
(59,55,12)
#302C0A
(48,44,10)
#252108
(37,33,8)
#1A1606
(26,22,6)
#0F0B04
(15,11,4)
#000000
(0,0,0)

Tints of #7D7918

#7D7918
(125,121,24)
#88852D
(136,133,45)
#939142
(147,145,66)
#9E9D57
(158,157,87)
#A9A96C
(169,169,108)
#B4B581
(180,181,129)
#BFC196
(191,193,150)
#CACDAB
(202,205,171)
#D5D9C0
(213,217,192)
#E0E5D5
(224,229,213)
#EBF1EA
(235,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D7918 color. Also use rgb(125,121,24) instead hex code.

Text Font Color

.myTextColor { color: #7D7918; }

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

This text font color is #7D7918.


Background Color

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

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

This div background color is #7D7918.


Border color

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

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

This div border color is #7D7918.


Opacity

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

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

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

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

This text has shadow with #7D7918 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D7918 on black background.


Color preview on white background

This text has color #7D7918 on white background.



Black color preview on #7D7918 background

This text has black color on #7D7918 background.


White color preview on #7D7918 background

This text has white color on #7D7918 background.