COLOR #C4B937

HEX: #C4B937 RGB: (196,185,55)

Color info

#C4B937 contains mainly red and green colors. Web safe color of #C4B937 is #CCCC33 (or #CC3).

RGB color model

#C4B937 color RGB value is (196,185,55).

RGB: (196,185,55) (77%, 73%, 22%)

RGB channels and saturation

R 196 of 255 = 77%
G 185 of 255 = 73%
B 55 of 255 = 22%

196
185
55

R + G + B ~ 57%. #C4B937 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 196 + 185 + 55 = 436 (100%)
R 196 of 436 ~ 44.95%
G 185 of 436 ~ 42.43%
B 55 of 436 ~ 12.61'%

%44.95
%42.43
%12.61

CMYK color model

#C4B937 color CMYK value is (0,6,72,23).

  • cyan value is 0.00%
  • magenta value is 5.61%
  • yellow value is 71.94%
  • key color value is 23.14%

CMYK: (0,6,72,23)
C0M6Y72K23 (0%, 6%, 72%, 23%)
(0.00 / 0.06 / 0.72 / 0.23)

CMYK percentages

%0
%5.61
%71.94
%23.14

Codes

Color #C4B937 in popluar color models

C4 B9 37
RGB 196 185 55
HSL 55° 56.18% 49.22%
HSB/HSV 55° 71.94% 76.86%
CMYK 0.00% 5.61% 71.94%
23.14%

Color #C4B937 in popluar number systems.

HEX C4 B9 37
Decimal 196 185 55
Binary 11000100 10111001 110111
Octal 304 271 67

Shades and tints

Shades of #C4B937

#C4B937
(196,185,55)
#B3A932
(179,169,50)
#A2992D
(162,153,45)
#918928
(145,137,40)
#807923
(128,121,35)
#6F691E
(111,105,30)
#5E5919
(94,89,25)
#4D4914
(77,73,20)
#3C390F
(60,57,15)
#2B290A
(43,41,10)
#1A1905
(26,25,5)
#000000
(0,0,0)

Tints of #C4B937

#C4B937
(196,185,55)
#C9BF49
(201,191,73)
#CEC55B
(206,197,91)
#D3CB6D
(211,203,109)
#D8D17F
(216,209,127)
#DDD791
(221,215,145)
#E2DDA3
(226,221,163)
#E7E3B5
(231,227,181)
#ECE9C7
(236,233,199)
#F1EFD9
(241,239,217)
#F6F5EB
(246,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4B937 color. Also use rgb(196,185,55) instead hex code.

Text Font Color

.myTextColor { color: #C4B937; }

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

This text font color is #C4B937.

Background Color

.myBgColor { background-color: #C4B937; }

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

This div background color is #C4B937.

Border color

.myBorderColor { border: 1px solid #C4B937; }

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

This div border color is #C4B937.

Opacity

.myOpacity80 { color: #C4B937; opacity: 0.8; }

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

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

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

This text has shadow with #C4B937 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4B937.

Preview

Color preview on black background

This text has color #C4B937 on black background.


Color preview on white background

This text has color #C4B937 on white background.


Black color preview on #C4B937 background

This text has black color on #C4B937 background.


White color preview on #C4B937 background

This text has white color on #C4B937 background.


Related colors

Complementary color

Complementary color for #hex is #3B46C8.


I love getcolorcode.com

Triadic colors

1 #37C4B9 and #B937C4 with #C4B937 are triadic colors.

2 #37B9C4 and #B9C437 with #C4B937 are triadic colors.