COLOR #CB994A

HEX: #CB994A
RGB: (203,153,74)

Color info

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

RGB color model

#CB994A color RGB value is (203,153,74).

  • red value is 203;
  • green value is 153;
  • blue value is 74.
RGB:
(203,153,74)
(80%,60%,29%)

RGB channels and saturation

R 203 of 255 = 80%
G 153 of 255 = 60%
B 74 of 255 = 29%

203
153
74

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

Portions of RGB colors in percentages

R + G + B =
203 + 153 + 74 = 430 (100%)
R 203 of 430 ~ 47.21%
G 153 of 430 ~ 35.58%
B 74 of 430 ~ 17.21%

%47.21
%35.58
%17.21

CMYK color model

#CB994A color CMYK value is (0,25,64,20).

  • cyan value is 0.00%
  • magenta value is 24.63%
  • yellow value is 63.55%
  • key color value is 20.39%
CMYK:
(0,25,64,20)
C0M25Y64K20 
(0%,25%,64%,20%)
(0.00/0.25/0.64/0.20)	

CMYK percentages

%0
%24.63
%63.55
%20.39

Codes

Color #CB994A in popluar color models

CB994A
RGB20315374
HSL37°55.36%54.31%
HSB/HSV37°63.55%79.61%
CMYK0.00%24.63%63.55%
20.39%

Color #CB994A in popluar number systems.

HEXCB994A
Decimal20315374
Binary11001011100110011001010
Octal313231112

Shades and tints

Shades of #CB994A

#CB994A
(203,153,74)
#B98C44
(185,140,68)
#A77F3E
(167,127,62)
#957238
(149,114,56)
#836532
(131,101,50)
#71582C
(113,88,44)
#5F4B26
(95,75,38)
#4D3E20
(77,62,32)
#3B311A
(59,49,26)
#292414
(41,36,20)
#17170E
(23,23,14)
#000000
(0,0,0)

Tints of #CB994A

#CB994A
(203,153,74)
#CFA25A
(207,162,90)
#D3AB6A
(211,171,106)
#D7B47A
(215,180,122)
#DBBD8A
(219,189,138)
#DFC69A
(223,198,154)
#E3CFAA
(227,207,170)
#E7D8BA
(231,216,186)
#EBE1CA
(235,225,202)
#EFEADA
(239,234,218)
#F3F3EA
(243,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB994A color. Also use rgb(203,153,74) instead hex code.

Text Font Color

.myTextColor { color: #CB994A; }

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

This text font color is #CB994A.


Background Color

.myBgColor { background-color: #CB994A; }

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

This div background color is #CB994A.


Border color

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

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

This div border color is #CB994A.


Opacity

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

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

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

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

This text has shadow with #CB994A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB994A on black background.


Color preview on white background

This text has color #CB994A on white background.



Black color preview on #CB994A background

This text has black color on #CB994A background.


White color preview on #CB994A background

This text has white color on #CB994A background.