COLOR #7C633D

HEX: #7C633D RGB: (124,99,61)

Color info

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

RGB color model

#7C633D color RGB value is (124,99,61).

RGB: (124,99,61) (49%, 39%, 24%)

RGB channels and saturation

R 124 of 255 = 49%
G 99 of 255 = 39%
B 61 of 255 = 24%

124
99
61

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

Portions of RGB colors in percentages

R + G + B = 124 + 99 + 61 = 284 (100%)
R 124 of 284 ~ 43.66%
G 99 of 284 ~ 34.86%
B 61 of 284 ~ 21.48'%

%43.66
%34.86
%21.48

CMYK color model

#7C633D color CMYK value is (0,20,51,51).

  • cyan value is 0.00%
  • magenta value is 20.16%
  • yellow value is 50.81%
  • key color value is 51.37%

CMYK: (0,20,51,51)
C0M20Y51K51 (0%, 20%, 51%, 51%)
(0.00 / 0.20 / 0.51 / 0.51)

CMYK percentages

%0
%20.16
%50.81
%51.37

Codes

Color #7C633D in popluar color models

7C 63 3D
RGB 124 99 61
HSL 36° 34.05% 36.27%
HSB/HSV 36° 50.81% 48.63%
CMYK 0.00% 20.16% 50.81%
51.37%

Color #7C633D in popluar number systems.

HEX 7C 63 3D
Decimal 124 99 61
Binary 1111100 1100011 111101
Octal 174 143 75

Shades and tints

Shades of #7C633D

#7C633D
(124,99,61)
#715A38
(113,90,56)
#665133
(102,81,51)
#5B482E
(91,72,46)
#503F29
(80,63,41)
#453624
(69,54,36)
#3A2D1F
(58,45,31)
#2F241A
(47,36,26)
#241B15
(36,27,21)
#191210
(25,18,16)
#0E090B
(14,9,11)
#000000
(0,0,0)

Tints of #7C633D

#7C633D
(124,99,61)
#87714E
(135,113,78)
#927F5F
(146,127,95)
#9D8D70
(157,141,112)
#A89B81
(168,155,129)
#B3A992
(179,169,146)
#BEB7A3
(190,183,163)
#C9C5B4
(201,197,180)
#D4D3C5
(212,211,197)
#DFE1D6
(223,225,214)
#EAEFE7
(234,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C633D color. Also use rgb(124,99,61) instead hex code.

Text Font Color

.myTextColor { color: #7C633D; }

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

This text font color is #7C633D.

Background Color

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

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

This div background color is #7C633D.

Border color

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

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

This div border color is #7C633D.

Opacity

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

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

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

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

This text has shadow with #7C633D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C633D.

Preview

Color preview on black background

This text has color #7C633D on black background.


Color preview on white background

This text has color #7C633D on white background.


Black color preview on #7C633D background

This text has black color on #7C633D background.


White color preview on #7C633D background

This text has white color on #7C633D background.


Related colors

Complementary color

Complementary color for #hex is #839CC2.


I love getcolorcode.com

Triadic colors

1 #3D7C63 and #633D7C with #7C633D are triadic colors.

2 #3D637C and #637C3D with #7C633D are triadic colors.