COLOR #CC7B45

HEX: #CC7B45
RGB: (204,123,69)

Color info

#CC7B45 contains mainly red color. Web safe color of #CC7B45 is #CC6633 (or #C63).

RGB color model

#CC7B45 color RGB value is (204,123,69).

  • red value is 204;
  • green value is 123;
  • blue value is 69.
RGB:
(204,123,69)
(80%,48%,27%)

RGB channels and saturation

R 204 of 255 = 80%
G 123 of 255 = 48%
B 69 of 255 = 27%

204
123
69

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

Portions of RGB colors in percentages

R + G + B =
204 + 123 + 69 = 396 (100%)
R 204 of 396 ~ 51.52%
G 123 of 396 ~ 31.06%
B 69 of 396 ~ 17.42%

%51.52
%31.06
%17.42

CMYK color model

#CC7B45 color CMYK value is (0,40,66,20).

  • cyan value is 0.00%
  • magenta value is 39.71%
  • yellow value is 66.18%
  • key color value is 20.00%
CMYK:
(0,40,66,20)
C0M40Y66K20 
(0%,40%,66%,20%)
(0.00/0.40/0.66/0.20)	

CMYK percentages

%0
%39.71
%66.18
%20

Codes

Color #CC7B45 in popluar color models

CC7B45
RGB20412369
HSL24°56.96%53.53%
HSB/HSV24°66.18%80.00%
CMYK0.00%39.71%66.18%
20.00%

Color #CC7B45 in popluar number systems.

HEXCC7B45
Decimal20412369
Binary1100110011110111000101
Octal314173105

Shades and tints

Shades of #CC7B45

#CC7B45
(204,123,69)
#BA703F
(186,112,63)
#A86539
(168,101,57)
#965A33
(150,90,51)
#844F2D
(132,79,45)
#724427
(114,68,39)
#603921
(96,57,33)
#4E2E1B
(78,46,27)
#3C2315
(60,35,21)
#2A180F
(42,24,15)
#180D09
(24,13,9)
#000000
(0,0,0)

Tints of #CC7B45

#CC7B45
(204,123,69)
#D08755
(208,135,85)
#D49365
(212,147,101)
#D89F75
(216,159,117)
#DCAB85
(220,171,133)
#E0B795
(224,183,149)
#E4C3A5
(228,195,165)
#E8CFB5
(232,207,181)
#ECDBC5
(236,219,197)
#F0E7D5
(240,231,213)
#F4F3E5
(244,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC7B45 color. Also use rgb(204,123,69) instead hex code.

Text Font Color

.myTextColor { color: #CC7B45; }

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

This text font color is #CC7B45.


Background Color

.myBgColor { background-color: #CC7B45; }

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

This div background color is #CC7B45.


Border color

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

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

This div border color is #CC7B45.


Opacity

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

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

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

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

This text has shadow with #CC7B45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC7B45 on black background.


Color preview on white background

This text has color #CC7B45 on white background.



Black color preview on #CC7B45 background

This text has black color on #CC7B45 background.


White color preview on #CC7B45 background

This text has white color on #CC7B45 background.