COLOR #94A348

HEX: #94A348 RGB: (148,163,72)

Color info

#94A348 contains mainly red and green colors. Web safe color of #94A348 is #999933 (or #993).

RGB color model

#94A348 color RGB value is (148,163,72).

RGB: (148,163,72) (58%, 64%, 28%)

RGB channels and saturation

R 148 of 255 = 58%
G 163 of 255 = 64%
B 72 of 255 = 28%

148
163
72

R + G + B ~ 50%. #94A348 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 148 + 163 + 72 = 383 (100%)
R 148 of 383 ~ 38.64%
G 163 of 383 ~ 42.56%
B 72 of 383 ~ 18.8'%

%38.64
%42.56
%18.8

CMYK color model

#94A348 color CMYK value is (9,0,56,36).

  • cyan value is 9.20%
  • magenta value is 0.00%
  • yellow value is 55.83%
  • key color value is 36.08%

CMYK: (9,0,56,36)
C9M0Y56K36 (9%, 0%, 56%, 36%)
(0.09 / 0.00 / 0.56 / 0.36)

CMYK percentages

%9.2
%0
%55.83
%36.08

Codes

Color #94A348 in popluar color models

94 A3 48
RGB 148 163 72
HSL 70° 38.72% 46.08%
HSB/HSV 70° 55.83% 63.92%
CMYK 9.20% 0.00% 55.83%
36.08%

Color #94A348 in popluar number systems.

HEX 94 A3 48
Decimal 148 163 72
Binary 10010100 10100011 1001000
Octal 224 243 110

Shades and tints

Shades of #94A348

#94A348
(148,163,72)
#879542
(135,149,66)
#7A873C
(122,135,60)
#6D7936
(109,121,54)
#606B30
(96,107,48)
#535D2A
(83,93,42)
#464F24
(70,79,36)
#39411E
(57,65,30)
#2C3318
(44,51,24)
#1F2512
(31,37,18)
#12170C
(18,23,12)
#000000
(0,0,0)

Tints of #94A348

#94A348
(148,163,72)
#9DAB58
(157,171,88)
#A6B368
(166,179,104)
#AFBB78
(175,187,120)
#B8C388
(184,195,136)
#C1CB98
(193,203,152)
#CAD3A8
(202,211,168)
#D3DBB8
(211,219,184)
#DCE3C8
(220,227,200)
#E5EBD8
(229,235,216)
#EEF3E8
(238,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94A348 color. Also use rgb(148,163,72) instead hex code.

Text Font Color

.myTextColor { color: #94A348; }

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

This text font color is #94A348.

Background Color

.myBgColor { background-color: #94A348; }

<div style="background-color:#94A348">Inner text</div>

This div background color is #94A348.

Border color

.myBorderColor { border: 1px solid #94A348; }

<div style="border:3px solid #94A348">Div</div>

This div border color is #94A348.

Opacity

.myOpacity80 { color: #94A348; opacity: 0.8; }

<p style="color:#94A348;opacity:0.8;">80%</p>

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

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

This text has shadow with #94A348 color.


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

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

This text has shadow with #94A348 primary color and red secondary color.


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

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

This text has shadow with #94A348 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #94A348.

Preview

Color preview on black background

This text has color #94A348 on black background.


Color preview on white background

This text has color #94A348 on white background.


Black color preview on #94A348 background

This text has black color on #94A348 background.


White color preview on #94A348 background

This text has white color on #94A348 background.


Related colors

Complementary color

Complementary color for #hex is #6B5CB7.


I love getcolorcode.com

Triadic colors

1 #4894A3 and #A34894 with #94A348 are triadic colors.

2 #48A394 and #A39448 with #94A348 are triadic colors.