COLOR #949F52

HEX: #949F52 RGB: (148,159,82)

Color info

#949F52 contains mainly red and green colors. Web safe color of #949F52 is #999966 (or #996).

RGB color model

#949F52 color RGB value is (148,159,82).

RGB: (148,159,82) (58%, 62%, 32%)

RGB channels and saturation

R 148 of 255 = 58%
G 159 of 255 = 62%
B 82 of 255 = 32%

148
159
82

R + G + B ~ 51%. #949F52 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 148 + 159 + 82 = 389 (100%)
R 148 of 389 ~ 38.05%
G 159 of 389 ~ 40.87%
B 82 of 389 ~ 21.08'%

%38.05
%40.87
%21.08

CMYK color model

#949F52 color CMYK value is (7,0,48,38).

  • cyan value is 6.92%
  • magenta value is 0.00%
  • yellow value is 48.43%
  • key color value is 37.65%

CMYK: (7,0,48,38)
C7M0Y48K38 (7%, 0%, 48%, 38%)
(0.07 / 0.00 / 0.48 / 0.38)

CMYK percentages

%6.92
%0
%48.43
%37.65

Codes

Color #949F52 in popluar color models

94 9F 52
RGB 148 159 82
HSL 69° 31.95% 47.25%
HSB/HSV 69° 48.43% 62.35%
CMYK 6.92% 0.00% 48.43%
37.65%

Color #949F52 in popluar number systems.

HEX 94 9F 52
Decimal 148 159 82
Binary 10010100 10011111 1010010
Octal 224 237 122

Shades and tints

Shades of #949F52

#949F52
(148,159,82)
#87914B
(135,145,75)
#7A8344
(122,131,68)
#6D753D
(109,117,61)
#606736
(96,103,54)
#53592F
(83,89,47)
#464B28
(70,75,40)
#393D21
(57,61,33)
#2C2F1A
(44,47,26)
#1F2113
(31,33,19)
#12130C
(18,19,12)
#000000
(0,0,0)

Tints of #949F52

#949F52
(148,159,82)
#9DA761
(157,167,97)
#A6AF70
(166,175,112)
#AFB77F
(175,183,127)
#B8BF8E
(184,191,142)
#C1C79D
(193,199,157)
#CACFAC
(202,207,172)
#D3D7BB
(211,215,187)
#DCDFCA
(220,223,202)
#E5E7D9
(229,231,217)
#EEEFE8
(238,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #949F52 color. Also use rgb(148,159,82) instead hex code.

Text Font Color

.myTextColor { color: #949F52; }

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

This text font color is #949F52.

Background Color

.myBgColor { background-color: #949F52; }

<div style="background-color:#949F52">Inner text</div>

This div background color is #949F52.

Border color

.myBorderColor { border: 1px solid #949F52; }

<div style="border:3px solid #949F52">Div</div>

This div border color is #949F52.

Opacity

.myOpacity80 { color: #949F52; opacity: 0.8; }

<p style="color:#949F52;opacity:0.8;">80%</p>

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

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

This text has shadow with #949F52 color.


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

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

This text has shadow with #949F52 primary color and red secondary color.


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

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

This text has shadow with #949F52 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #949F52.

Preview

Color preview on black background

This text has color #949F52 on black background.


Color preview on white background

This text has color #949F52 on white background.


Black color preview on #949F52 background

This text has black color on #949F52 background.


White color preview on #949F52 background

This text has white color on #949F52 background.


Related colors

Complementary color

Complementary color for #hex is #6B60AD.


I love getcolorcode.com

Triadic colors

1 #52949F and #9F5294 with #949F52 are triadic colors.

2 #529F94 and #9F9452 with #949F52 are triadic colors.