COLOR #949F65

HEX: #949F65 RGB: (148,159,101)

Color info

#949F65 contains red, green and blue colors in about the same proportion. Web safe color of #949F65 is #999966 (or #996).

RGB color model

#949F65 color RGB value is (148,159,101).

RGB: (148,159,101) (58%, 62%, 40%)

RGB channels and saturation

R 148 of 255 = 58%
G 159 of 255 = 62%
B 101 of 255 = 40%

148
159
101

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

Portions of RGB colors in percentages

R + G + B = 148 + 159 + 101 = 408 (100%)
R 148 of 408 ~ 36.27%
G 159 of 408 ~ 38.97%
B 101 of 408 ~ 24.75'%

%36.27
%38.97
%24.75

CMYK color model

#949F65 color CMYK value is (7,0,36,38).

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

CMYK: (7,0,36,38)
C7M0Y36K38 (7%, 0%, 36%, 38%)
(0.07 / 0.00 / 0.36 / 0.38)

CMYK percentages

%6.92
%0
%36.48
%37.65

Codes

Color #949F65 in popluar color models

94 9F 65
RGB 148 159 101
HSL 71° 23.20% 50.98%
HSB/HSV 71° 36.48% 62.35%
CMYK 6.92% 0.00% 36.48%
37.65%

Color #949F65 in popluar number systems.

HEX 94 9F 65
Decimal 148 159 101
Binary 10010100 10011111 1100101
Octal 224 237 145

Shades and tints

Shades of #949F65

#949F65
(148,159,101)
#87915C
(135,145,92)
#7A8353
(122,131,83)
#6D754A
(109,117,74)
#606741
(96,103,65)
#535938
(83,89,56)
#464B2F
(70,75,47)
#393D26
(57,61,38)
#2C2F1D
(44,47,29)
#1F2114
(31,33,20)
#12130B
(18,19,11)
#000000
(0,0,0)

Tints of #949F65

#949F65
(148,159,101)
#9DA773
(157,167,115)
#A6AF81
(166,175,129)
#AFB78F
(175,183,143)
#B8BF9D
(184,191,157)
#C1C7AB
(193,199,171)
#CACFB9
(202,207,185)
#D3D7C7
(211,215,199)
#DCDFD5
(220,223,213)
#E5E7E3
(229,231,227)
#EEEFF1
(238,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #949F65; }

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

This text font color is #949F65.

Background Color

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

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

This div background color is #949F65.

Border color

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

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

This div border color is #949F65.

Opacity

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

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

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

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

This text has shadow with #949F65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #949F65.

Preview

Color preview on black background

This text has color #949F65 on black background.


Color preview on white background

This text has color #949F65 on white background.


Black color preview on #949F65 background

This text has black color on #949F65 background.


White color preview on #949F65 background

This text has white color on #949F65 background.


Related colors

Complementary color

Complementary color for #hex is #6B609A.


I love getcolorcode.com

Triadic colors

1 #65949F and #9F6594 with #949F65 are triadic colors.

2 #659F94 and #9F9465 with #949F65 are triadic colors.