COLOR #CC780B

HEX: #CC780B
RGB: (204,120,11)

Color info

#CC780B contains mainly red color. Web safe color of #CC780B is #CC6600 (or #C60).

RGB color model

#CC780B color RGB value is (204,120,11).

  • red value is 204;
  • green value is 120;
  • blue value is 11.
RGB:
(204,120,11)
(80%,47%,4%)

RGB channels and saturation

R 204 of 255 = 80%
G 120 of 255 = 47%
B 11 of 255 = 4%

204
120
11

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

Portions of RGB colors in percentages

R + G + B =
204 + 120 + 11 = 335 (100%)
R 204 of 335 ~ 60.9%
G 120 of 335 ~ 35.82%
B 11 of 335 ~ 3.28%

%60.9
%35.82

CMYK color model

#CC780B color CMYK value is (0,41,95,20).

  • cyan value is 0.00%
  • magenta value is 41.18%
  • yellow value is 94.61%
  • key color value is 20.00%
CMYK:
(0,41,95,20)
C0M41Y95K20 
(0%,41%,95%,20%)
(0.00/0.41/0.95/0.20)	

CMYK percentages

%0
%41.18
%94.61
%20

Codes

Color #CC780B in popluar color models

CC780B
RGB20412011
HSL34°89.77%42.16%
HSB/HSV34°94.61%80.00%
CMYK0.00%41.18%94.61%
20.00%

Color #CC780B in popluar number systems.

HEXCC780B
Decimal20412011
Binary1100110011110001011
Octal31417013

Shades and tints

Shades of #CC780B

#CC780B
(204,120,11)
#BA6E0A
(186,110,10)
#A86409
(168,100,9)
#965A08
(150,90,8)
#845007
(132,80,7)
#724606
(114,70,6)
#603C05
(96,60,5)
#4E3204
(78,50,4)
#3C2803
(60,40,3)
#2A1E02
(42,30,2)
#181401
(24,20,1)
#000000
(0,0,0)

Tints of #CC780B

#CC780B
(204,120,11)
#D08421
(208,132,33)
#D49037
(212,144,55)
#D89C4D
(216,156,77)
#DCA863
(220,168,99)
#E0B479
(224,180,121)
#E4C08F
(228,192,143)
#E8CCA5
(232,204,165)
#ECD8BB
(236,216,187)
#F0E4D1
(240,228,209)
#F4F0E7
(244,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC780B color. Also use rgb(204,120,11) instead hex code.

Text Font Color

.myTextColor { color: #CC780B; }

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

This text font color is #CC780B.


Background Color

.myBgColor { background-color: #CC780B; }

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

This div background color is #CC780B.


Border color

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

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

This div border color is #CC780B.


Opacity

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

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

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

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

This text has shadow with #CC780B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC780B on black background.


Color preview on white background

This text has color #CC780B on white background.



Black color preview on #CC780B background

This text has black color on #CC780B background.


White color preview on #CC780B background

This text has white color on #CC780B background.