COLOR #C1B37B

HEX: #C1B37B
RGB: (193,179,123)

Color info

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

RGB color model

#C1B37B color RGB value is (193,179,123).

  • red value is 193;
  • green value is 179;
  • blue value is 123.
RGB:
(193,179,123)
(76%,70%,48%)

RGB channels and saturation

R 193 of 255 = 76%
G 179 of 255 = 70%
B 123 of 255 = 48%

193
179
123

R + G + B ~ 65%. #C1B37B is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 179 + 123 = 495 (100%)
R 193 of 495 ~ 38.99%
G 179 of 495 ~ 36.16%
B 123 of 495 ~ 24.85%

%38.99
%36.16
%24.85

CMYK color model

#C1B37B color CMYK value is (0,7,36,24).

  • cyan value is 0.00%
  • magenta value is 7.25%
  • yellow value is 36.27%
  • key color value is 24.31%
CMYK:
(0,7,36,24)
C0M7Y36K24 
(0%,7%,36%,24%)
(0.00/0.07/0.36/0.24)	

CMYK percentages

%0
%7.25
%36.27
%24.31

Codes

Color #C1B37B in popluar color models

C1B37B
RGB193179123
HSL48°36.08%61.96%
HSB/HSV48°36.27%75.69%
CMYK0.00%7.25%36.27%
24.31%

Color #C1B37B in popluar number systems.

HEXC1B37B
Decimal193179123
Binary11000001101100111111011
Octal301263173

Shades and tints

Shades of #C1B37B

#C1B37B
(193,179,123)
#B0A370
(176,163,112)
#9F9365
(159,147,101)
#8E835A
(142,131,90)
#7D734F
(125,115,79)
#6C6344
(108,99,68)
#5B5339
(91,83,57)
#4A432E
(74,67,46)
#393323
(57,51,35)
#282318
(40,35,24)
#17130D
(23,19,13)
#000000
(0,0,0)

Tints of #C1B37B

#C1B37B
(193,179,123)
#C6B987
(198,185,135)
#CBBF93
(203,191,147)
#D0C59F
(208,197,159)
#D5CBAB
(213,203,171)
#DAD1B7
(218,209,183)
#DFD7C3
(223,215,195)
#E4DDCF
(228,221,207)
#E9E3DB
(233,227,219)
#EEE9E7
(238,233,231)
#F3EFF3
(243,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1B37B color. Also use rgb(193,179,123) instead hex code.

Text Font Color

.myTextColor { color: #C1B37B; }

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

This text font color is #C1B37B.


Background Color

.myBgColor { background-color: #C1B37B; }

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

This div background color is #C1B37B.


Border color

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

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

This div border color is #C1B37B.


Opacity

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

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

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

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

This text has shadow with #C1B37B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1B37B on black background.


Color preview on white background

This text has color #C1B37B on white background.



Black color preview on #C1B37B background

This text has black color on #C1B37B background.


White color preview on #C1B37B background

This text has white color on #C1B37B background.