COLOR #7A633F

HEX: #7A633F
RGB: (122,99,63)

Color info

#7A633F contains red, green and blue colors in about the same proportion. Web safe color of #7A633F is #666633 (or #663).

RGB color model

#7A633F color RGB value is (122,99,63).

  • red value is 122;
  • green value is 99;
  • blue value is 63.
RGB:
(122,99,63)
(48%,39%,25%)

RGB channels and saturation

R 122 of 255 = 48%
G 99 of 255 = 39%
B 63 of 255 = 25%

122
99
63

R + G + B ~ 37%. #7A633F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 99 + 63 = 284 (100%)
R 122 of 284 ~ 42.96%
G 99 of 284 ~ 34.86%
B 63 of 284 ~ 22.18%

%42.96
%34.86
%22.18

CMYK color model

#7A633F color CMYK value is (0,19,48,52).

  • cyan value is 0.00%
  • magenta value is 18.85%
  • yellow value is 48.36%
  • key color value is 52.16%
CMYK:
(0,19,48,52)
C0M19Y48K52 
(0%,19%,48%,52%)
(0.00/0.19/0.48/0.52)	

CMYK percentages

%0
%18.85
%48.36
%52.16

Codes

Color #7A633F in popluar color models

7A633F
RGB1229963
HSL37°31.89%36.27%
HSB/HSV37°48.36%47.84%
CMYK0.00%18.85%48.36%
52.16%

Color #7A633F in popluar number systems.

HEX7A633F
Decimal1229963
Binary11110101100011111111
Octal17214377

Shades and tints

Shades of #7A633F

#7A633F
(122,99,63)
#6F5A3A
(111,90,58)
#645135
(100,81,53)
#594830
(89,72,48)
#4E3F2B
(78,63,43)
#433626
(67,54,38)
#382D21
(56,45,33)
#2D241C
(45,36,28)
#221B17
(34,27,23)
#171212
(23,18,18)
#0C090D
(12,9,13)
#000000
(0,0,0)

Tints of #7A633F

#7A633F
(122,99,63)
#867150
(134,113,80)
#927F61
(146,127,97)
#9E8D72
(158,141,114)
#AA9B83
(170,155,131)
#B6A994
(182,169,148)
#C2B7A5
(194,183,165)
#CEC5B6
(206,197,182)
#DAD3C7
(218,211,199)
#E6E1D8
(230,225,216)
#F2EFE9
(242,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A633F color. Also use rgb(122,99,63) instead hex code.

Text Font Color

.myTextColor { color: #7A633F; }

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

This text font color is #7A633F.


Background Color

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

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

This div background color is #7A633F.


Border color

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

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

This div border color is #7A633F.


Opacity

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

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

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

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

This text has shadow with #7A633F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A633F on black background.


Color preview on white background

This text has color #7A633F on white background.



Black color preview on #7A633F background

This text has black color on #7A633F background.


White color preview on #7A633F background

This text has white color on #7A633F background.