COLOR #C3B367

HEX: #C3B367 RGB: (195,179,103)

Color info

#C3B367 contains mainly red and green colors. Web safe color of #C3B367 is #CC9966 (or #C96).

RGB color model

#C3B367 color RGB value is (195,179,103).

RGB: (195,179,103) (76%, 70%, 40%)

RGB channels and saturation

R 195 of 255 = 76%
G 179 of 255 = 70%
B 103 of 255 = 40%

195
179
103

R + G + B ~ 62%. #C3B367 is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 179 + 103 = 477 (100%)
R 195 of 477 ~ 40.88%
G 179 of 477 ~ 37.53%
B 103 of 477 ~ 21.59'%

%40.88
%37.53
%21.59

CMYK color model

#C3B367 color CMYK value is (0,8,47,24).

  • cyan value is 0.00%
  • magenta value is 8.21%
  • yellow value is 47.18%
  • key color value is 23.53%
CMYK: (0,8,47,24) C0M8Y47K24 (0%,8%,47%,24%) (0.00/0.08/0.47/0.24) 

CMYK percentages

%0
%8.21
%47.18
%23.53

Codes

Color #C3B367 in popluar color models

C3 B3 67
RGB 195 179 103
HSL 50° 43.40% 58.43%
HSB/HSV 50° 47.18% 76.47%
CMYK 0.00% 8.21% 47.18%
23.53%

Color #C3B367 in popluar number systems.

HEX C3 B3 67
Decimal 195 179 103
Binary 11000011 10110011 1100111
Octal 303 263 147

Shades and tints

Shades of #C3B367

#C3B367
(195,179,103)
#B2A35E
(178,163,94)
#A19355
(161,147,85)
#90834C
(144,131,76)
#7F7343
(127,115,67)
#6E633A
(110,99,58)
#5D5331
(93,83,49)
#4C4328
(76,67,40)
#3B331F
(59,51,31)
#2A2316
(42,35,22)
#19130D
(25,19,13)
#000000
(0,0,0)

Tints of #C3B367

#C3B367
(195,179,103)
#C8B974
(200,185,116)
#CDBF81
(205,191,129)
#D2C58E
(210,197,142)
#D7CB9B
(215,203,155)
#DCD1A8
(220,209,168)
#E1D7B5
(225,215,181)
#E6DDC2
(230,221,194)
#EBE3CF
(235,227,207)
#F0E9DC
(240,233,220)
#F5EFE9
(245,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3B367 color. Also use rgb(195,179,103) instead hex code.

Text Font Color

.myTextColor { color: #C3B367; }

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

This text font color is #C3B367.

Background Color

.myBgColor { background-color: #C3B367; }

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

This div background color is #C3B367.

Border color

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

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

This div border color is #C3B367.

Opacity

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

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

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

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

This text has shadow with #C3B367 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3B367.

Preview

Color preview on black background

This text has color #C3B367 on black background.


Color preview on white background

This text has color #C3B367 on white background.


Black color preview on #C3B367 background

This text has black color on #C3B367 background.


White color preview on #C3B367 background

This text has white color on #C3B367 background.


Related colors

Complementary color

Complementary color for #hex is #3C4C98.


I love getcolorcode.com

Triadic colors

1 #67C3B3 and #B367C3 with #C3B367 are triadic colors.

2 #67B3C3 and #B3C367 with #C3B367 are triadic colors.