COLOR #C3B136

HEX: #C3B136
RGB: (195,177,54)

Color info

#C3B136 contains mainly red and green colors. Web safe color of #C3B136 is #CC9933 (or #C93).

RGB color model

#C3B136 color RGB value is (195,177,54).

  • red value is 195;
  • green value is 177;
  • blue value is 54.
RGB:
(195,177,54)
(76%,69%,21%)

RGB channels and saturation

R 195 of 255 = 76%
G 177 of 255 = 69%
B 54 of 255 = 21%

195
177
54

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

Portions of RGB colors in percentages

R + G + B =
195 + 177 + 54 = 426 (100%)
R 195 of 426 ~ 45.77%
G 177 of 426 ~ 41.55%
B 54 of 426 ~ 12.68%

%45.77
%41.55
%12.68

CMYK color model

#C3B136 color CMYK value is (0,9,72,24).

  • cyan value is 0.00%
  • magenta value is 9.23%
  • yellow value is 72.31%
  • key color value is 23.53%
CMYK:
(0,9,72,24)
C0M9Y72K24 
(0%,9%,72%,24%)
(0.00/0.09/0.72/0.24)	

CMYK percentages

%0
%9.23
%72.31
%23.53

Codes

Color #C3B136 in popluar color models

C3B136
RGB19517754
HSL52°56.63%48.82%
HSB/HSV52°72.31%76.47%
CMYK0.00%9.23%72.31%
23.53%

Color #C3B136 in popluar number systems.

HEXC3B136
Decimal19517754
Binary1100001110110001110110
Octal30326166

Shades and tints

Shades of #C3B136

#C3B136
(195,177,54)
#B2A132
(178,161,50)
#A1912E
(161,145,46)
#90812A
(144,129,42)
#7F7126
(127,113,38)
#6E6122
(110,97,34)
#5D511E
(93,81,30)
#4C411A
(76,65,26)
#3B3116
(59,49,22)
#2A2112
(42,33,18)
#19110E
(25,17,14)
#000000
(0,0,0)

Tints of #C3B136

#C3B136
(195,177,54)
#C8B848
(200,184,72)
#CDBF5A
(205,191,90)
#D2C66C
(210,198,108)
#D7CD7E
(215,205,126)
#DCD490
(220,212,144)
#E1DBA2
(225,219,162)
#E6E2B4
(230,226,180)
#EBE9C6
(235,233,198)
#F0F0D8
(240,240,216)
#F5F7EA
(245,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3B136 color. Also use rgb(195,177,54) instead hex code.

Text Font Color

.myTextColor { color: #C3B136; }

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

This text font color is #C3B136.


Background Color

.myBgColor { background-color: #C3B136; }

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

This div background color is #C3B136.


Border color

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

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

This div border color is #C3B136.


Opacity

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

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

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

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

This text has shadow with #C3B136 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3B136 on black background.


Color preview on white background

This text has color #C3B136 on white background.



Black color preview on #C3B136 background

This text has black color on #C3B136 background.


White color preview on #C3B136 background

This text has white color on #C3B136 background.