COLOR #CFB53B

HEX: #CFB53B
RGB: (207,181,59)

Color info

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

RGB color model

#CFB53B color RGB value is (207,181,59).

  • red value is 207;
  • green value is 181;
  • blue value is 59.
RGB:
(207,181,59)
(81%,71%,23%)

RGB channels and saturation

R 207 of 255 = 81%
G 181 of 255 = 71%
B 59 of 255 = 23%

207
181
59

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

Portions of RGB colors in percentages

R + G + B =
207 + 181 + 59 = 447 (100%)
R 207 of 447 ~ 46.31%
G 181 of 447 ~ 40.49%
B 59 of 447 ~ 13.2%

%46.31
%40.49
%13.2

CMYK color model

#CFB53B color CMYK value is (0,13,71,19).

  • cyan value is 0.00%
  • magenta value is 12.56%
  • yellow value is 71.50%
  • key color value is 18.82%
CMYK:
(0,13,71,19)
C0M13Y71K19 
(0%,13%,71%,19%)
(0.00/0.13/0.71/0.19)	

CMYK percentages

%0
%12.56
%71.5
%18.82

Codes

Color #CFB53B in popluar color models

CFB53B
RGB20718159
HSL49°60.66%52.16%
HSB/HSV49°71.50%81.18%
CMYK0.00%12.56%71.50%
18.82%

Color #CFB53B in popluar number systems.

HEXCFB53B
Decimal20718159
Binary1100111110110101111011
Octal31726573

Shades and tints

Shades of #CFB53B

#CFB53B
(207,181,59)
#BDA536
(189,165,54)
#AB9531
(171,149,49)
#99852C
(153,133,44)
#877527
(135,117,39)
#756522
(117,101,34)
#63551D
(99,85,29)
#514518
(81,69,24)
#3F3513
(63,53,19)
#2D250E
(45,37,14)
#1B1509
(27,21,9)
#000000
(0,0,0)

Tints of #CFB53B

#CFB53B
(207,181,59)
#D3BB4C
(211,187,76)
#D7C15D
(215,193,93)
#DBC76E
(219,199,110)
#DFCD7F
(223,205,127)
#E3D390
(227,211,144)
#E7D9A1
(231,217,161)
#EBDFB2
(235,223,178)
#EFE5C3
(239,229,195)
#F3EBD4
(243,235,212)
#F7F1E5
(247,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFB53B color. Also use rgb(207,181,59) instead hex code.

Text Font Color

.myTextColor { color: #CFB53B; }

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

This text font color is #CFB53B.


Background Color

.myBgColor { background-color: #CFB53B; }

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

This div background color is #CFB53B.


Border color

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

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

This div border color is #CFB53B.


Opacity

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

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

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

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

This text has shadow with #CFB53B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFB53B on black background.


Color preview on white background

This text has color #CFB53B on white background.



Black color preview on #CFB53B background

This text has black color on #CFB53B background.


White color preview on #CFB53B background

This text has white color on #CFB53B background.