COLOR #7C9953

HEX: #7C9953
RGB: (124,153,83)

Color info

#7C9953 contains mainly red and green colors. Web safe color of #7C9953 is #669966 (or #696).

RGB color model

#7C9953 color RGB value is (124,153,83).

  • red value is 124;
  • green value is 153;
  • blue value is 83.
RGB:
(124,153,83)
(49%,60%,33%)

RGB channels and saturation

R 124 of 255 = 49%
G 153 of 255 = 60%
B 83 of 255 = 33%

124
153
83

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

Portions of RGB colors in percentages

R + G + B =
124 + 153 + 83 = 360 (100%)
R 124 of 360 ~ 34.44%
G 153 of 360 ~ 42.5%
B 83 of 360 ~ 23.06%

%34.44
%42.5
%23.06

CMYK color model

#7C9953 color CMYK value is (19,0,46,40).

  • cyan value is 18.95%
  • magenta value is 0.00%
  • yellow value is 45.75%
  • key color value is 40.00%
CMYK:
(19,0,46,40)
C19M0Y46K40 
(19%,0%,46%,40%)
(0.19/0.00/0.46/0.40)	

CMYK percentages

%18.95
%0
%45.75
%40

Codes

Color #7C9953 in popluar color models

7C9953
RGB12415383
HSL85°29.66%46.27%
HSB/HSV85°45.75%60.00%
CMYK18.95%0.00%45.75%
40.00%

Color #7C9953 in popluar number systems.

HEX7C9953
Decimal12415383
Binary1111100100110011010011
Octal174231123

Shades and tints

Shades of #7C9953

#7C9953
(124,153,83)
#718C4C
(113,140,76)
#667F45
(102,127,69)
#5B723E
(91,114,62)
#506537
(80,101,55)
#455830
(69,88,48)
#3A4B29
(58,75,41)
#2F3E22
(47,62,34)
#24311B
(36,49,27)
#192414
(25,36,20)
#0E170D
(14,23,13)
#000000
(0,0,0)

Tints of #7C9953

#7C9953
(124,153,83)
#87A262
(135,162,98)
#92AB71
(146,171,113)
#9DB480
(157,180,128)
#A8BD8F
(168,189,143)
#B3C69E
(179,198,158)
#BECFAD
(190,207,173)
#C9D8BC
(201,216,188)
#D4E1CB
(212,225,203)
#DFEADA
(223,234,218)
#EAF3E9
(234,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C9953 color. Also use rgb(124,153,83) instead hex code.

Text Font Color

.myTextColor { color: #7C9953; }

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

This text font color is #7C9953.


Background Color

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

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

This div background color is #7C9953.


Border color

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

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

This div border color is #7C9953.


Opacity

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

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

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

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

This text has shadow with #7C9953 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C9953 on black background.


Color preview on white background

This text has color #7C9953 on white background.



Black color preview on #7C9953 background

This text has black color on #7C9953 background.


White color preview on #7C9953 background

This text has white color on #7C9953 background.