COLOR #CDB37B

HEX: #CDB37B
RGB: (205,179,123)

Color info

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

RGB color model

#CDB37B color RGB value is (205,179,123).

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

RGB channels and saturation

R 205 of 255 = 80%
G 179 of 255 = 70%
B 123 of 255 = 48%

205
179
123

R + G + B ~ 66%. #CDB37B is quite light color.

Portions of RGB colors in percentages

R + G + B =
205 + 179 + 123 = 507 (100%)
R 205 of 507 ~ 40.43%
G 179 of 507 ~ 35.31%
B 123 of 507 ~ 24.26%

%40.43
%35.31
%24.26

CMYK color model

#CDB37B color CMYK value is (0,13,40,20).

  • cyan value is 0.00%
  • magenta value is 12.68%
  • yellow value is 40.00%
  • key color value is 19.61%
CMYK:
(0,13,40,20)
C0M13Y40K20 
(0%,13%,40%,20%)
(0.00/0.13/0.40/0.20)	

CMYK percentages

%0
%12.68
%40
%19.61

Codes

Color #CDB37B in popluar color models

CDB37B
RGB205179123
HSL41°45.05%64.31%
HSB/HSV41°40.00%80.39%
CMYK0.00%12.68%40.00%
19.61%

Color #CDB37B in popluar number systems.

HEXCDB37B
Decimal205179123
Binary11001101101100111111011
Octal315263173

Shades and tints

Shades of #CDB37B

#CDB37B
(205,179,123)
#BBA370
(187,163,112)
#A99365
(169,147,101)
#97835A
(151,131,90)
#85734F
(133,115,79)
#736344
(115,99,68)
#615339
(97,83,57)
#4F432E
(79,67,46)
#3D3323
(61,51,35)
#2B2318
(43,35,24)
#19130D
(25,19,13)
#000000
(0,0,0)

Tints of #CDB37B

#CDB37B
(205,179,123)
#D1B987
(209,185,135)
#D5BF93
(213,191,147)
#D9C59F
(217,197,159)
#DDCBAB
(221,203,171)
#E1D1B7
(225,209,183)
#E5D7C3
(229,215,195)
#E9DDCF
(233,221,207)
#EDE3DB
(237,227,219)
#F1E9E7
(241,233,231)
#F5EFF3
(245,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CDB37B; }

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

This text font color is #CDB37B.


Background Color

.myBgColor { background-color: #CDB37B; }

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

This div background color is #CDB37B.


Border color

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

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

This div border color is #CDB37B.


Opacity

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

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

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

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

This text has shadow with #CDB37B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CDB37B on black background.


Color preview on white background

This text has color #CDB37B on white background.



Black color preview on #CDB37B background

This text has black color on #CDB37B background.


White color preview on #CDB37B background

This text has white color on #CDB37B background.