COLOR #7C9465

HEX: #7C9465
RGB: (124,148,101)

Color info

#7C9465 contains red, green and blue colors in about the same proportion. Web safe color of #7C9465 is #669966 (or #696).

RGB color model

#7C9465 color RGB value is (124,148,101).

  • red value is 124;
  • green value is 148;
  • blue value is 101.
RGB:
(124,148,101)
(49%,58%,40%)

RGB channels and saturation

R 124 of 255 = 49%
G 148 of 255 = 58%
B 101 of 255 = 40%

124
148
101

R + G + B ~ 49%. #7C9465 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
124 + 148 + 101 = 373 (100%)
R 124 of 373 ~ 33.24%
G 148 of 373 ~ 39.68%
B 101 of 373 ~ 27.08%

%33.24
%39.68
%27.08

CMYK color model

#7C9465 color CMYK value is (16,0,32,42).

  • cyan value is 16.22%
  • magenta value is 0.00%
  • yellow value is 31.76%
  • key color value is 41.96%
CMYK:
(16,0,32,42)
C16M0Y32K42 
(16%,0%,32%,42%)
(0.16/0.00/0.32/0.42)	

CMYK percentages

%16.22
%0
%31.76
%41.96

Codes

Color #7C9465 in popluar color models

7C9465
RGB124148101
HSL91°18.88%48.82%
HSB/HSV91°31.76%58.04%
CMYK16.22%0.00%31.76%
41.96%

Color #7C9465 in popluar number systems.

HEX7C9465
Decimal124148101
Binary1111100100101001100101
Octal174224145

Shades and tints

Shades of #7C9465

#7C9465
(124,148,101)
#71875C
(113,135,92)
#667A53
(102,122,83)
#5B6D4A
(91,109,74)
#506041
(80,96,65)
#455338
(69,83,56)
#3A462F
(58,70,47)
#2F3926
(47,57,38)
#242C1D
(36,44,29)
#191F14
(25,31,20)
#0E120B
(14,18,11)
#000000
(0,0,0)

Tints of #7C9465

#7C9465
(124,148,101)
#879D73
(135,157,115)
#92A681
(146,166,129)
#9DAF8F
(157,175,143)
#A8B89D
(168,184,157)
#B3C1AB
(179,193,171)
#BECAB9
(190,202,185)
#C9D3C7
(201,211,199)
#D4DCD5
(212,220,213)
#DFE5E3
(223,229,227)
#EAEEF1
(234,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C9465 color. Also use rgb(124,148,101) instead hex code.

Text Font Color

.myTextColor { color: #7C9465; }

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

This text font color is #7C9465.


Background Color

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

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

This div background color is #7C9465.


Border color

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

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

This div border color is #7C9465.


Opacity

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

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

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

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

This text has shadow with #7C9465 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C9465 on black background.


Color preview on white background

This text has color #7C9465 on white background.



Black color preview on #7C9465 background

This text has black color on #7C9465 background.


White color preview on #7C9465 background

This text has white color on #7C9465 background.