COLOR #7F6230

HEX: #7F6230 RGB: (127,98,48)

Color info

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

RGB color model

#7F6230 color RGB value is (127,98,48).

RGB: (127,98,48) (50%, 38%, 19%)

RGB channels and saturation

R 127 of 255 = 50%
G 98 of 255 = 38%
B 48 of 255 = 19%

127
98
48

R + G + B ~ 36%. #7F6230 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 127 + 98 + 48 = 273 (100%)
R 127 of 273 ~ 46.52%
G 98 of 273 ~ 35.9%
B 48 of 273 ~ 17.58'%

%46.52
%35.9
%17.58

CMYK color model

#7F6230 color CMYK value is (0,23,62,50).

  • cyan value is 0.00%
  • magenta value is 22.83%
  • yellow value is 62.20%
  • key color value is 50.20%

CMYK: (0,23,62,50)
C0M23Y62K50 (0%, 23%, 62%, 50%)
(0.00 / 0.23 / 0.62 / 0.50)

CMYK percentages

%0
%22.83
%62.2
%50.2

Codes

Color #7F6230 in popluar color models

7F 62 30
RGB 127 98 48
HSL 38° 45.14% 34.31%
HSB/HSV 38° 62.20% 49.80%
CMYK 0.00% 22.83% 62.20%
50.20%

Color #7F6230 in popluar number systems.

HEX 7F 62 30
Decimal 127 98 48
Binary 1111111 1100010 110000
Octal 177 142 60

Shades and tints

Shades of #7F6230

#7F6230
(127,98,48)
#745A2C
(116,90,44)
#695228
(105,82,40)
#5E4A24
(94,74,36)
#534220
(83,66,32)
#483A1C
(72,58,28)
#3D3218
(61,50,24)
#322A14
(50,42,20)
#272210
(39,34,16)
#1C1A0C
(28,26,12)
#111208
(17,18,8)
#000000
(0,0,0)

Tints of #7F6230

#7F6230
(127,98,48)
#8A7042
(138,112,66)
#957E54
(149,126,84)
#A08C66
(160,140,102)
#AB9A78
(171,154,120)
#B6A88A
(182,168,138)
#C1B69C
(193,182,156)
#CCC4AE
(204,196,174)
#D7D2C0
(215,210,192)
#E2E0D2
(226,224,210)
#EDEEE4
(237,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F6230 color. Also use rgb(127,98,48) instead hex code.

Text Font Color

.myTextColor { color: #7F6230; }

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

This text font color is #7F6230.

Background Color

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

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

This div background color is #7F6230.

Border color

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

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

This div border color is #7F6230.

Opacity

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

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

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

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

This text has shadow with #7F6230 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F6230.

Preview

Color preview on black background

This text has color #7F6230 on black background.


Color preview on white background

This text has color #7F6230 on white background.


Black color preview on #7F6230 background

This text has black color on #7F6230 background.


White color preview on #7F6230 background

This text has white color on #7F6230 background.


Related colors

Complementary color

Complementary color for #hex is #809DCF.


I love getcolorcode.com

Triadic colors

1 #307F62 and #62307F with #7F6230 are triadic colors.

2 #30627F and #627F30 with #7F6230 are triadic colors.