COLOR #CB673D

HEX: #CB673D
RGB: (203,103,61)

Color info

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

RGB color model

#CB673D color RGB value is (203,103,61).

  • red value is 203;
  • green value is 103;
  • blue value is 61.
RGB:
(203,103,61)
(80%,40%,24%)

RGB channels and saturation

R 203 of 255 = 80%
G 103 of 255 = 40%
B 61 of 255 = 24%

203
103
61

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

Portions of RGB colors in percentages

R + G + B =
203 + 103 + 61 = 367 (100%)
R 203 of 367 ~ 55.31%
G 103 of 367 ~ 28.07%
B 61 of 367 ~ 16.62%

%55.31
%28.07
%16.62

CMYK color model

#CB673D color CMYK value is (0,49,70,20).

  • cyan value is 0.00%
  • magenta value is 49.26%
  • yellow value is 69.95%
  • key color value is 20.39%
CMYK:
(0,49,70,20)
C0M49Y70K20 
(0%,49%,70%,20%)
(0.00/0.49/0.70/0.20)	

CMYK percentages

%0
%49.26
%69.95
%20.39

Codes

Color #CB673D in popluar color models

CB673D
RGB20310361
HSL18°57.72%51.76%
HSB/HSV18°69.95%79.61%
CMYK0.00%49.26%69.95%
20.39%

Color #CB673D in popluar number systems.

HEXCB673D
Decimal20310361
Binary110010111100111111101
Octal31314775

Shades and tints

Shades of #CB673D

#CB673D
(203,103,61)
#B95E38
(185,94,56)
#A75533
(167,85,51)
#954C2E
(149,76,46)
#834329
(131,67,41)
#713A24
(113,58,36)
#5F311F
(95,49,31)
#4D281A
(77,40,26)
#3B1F15
(59,31,21)
#291610
(41,22,16)
#170D0B
(23,13,11)
#000000
(0,0,0)

Tints of #CB673D

#CB673D
(203,103,61)
#CF744E
(207,116,78)
#D3815F
(211,129,95)
#D78E70
(215,142,112)
#DB9B81
(219,155,129)
#DFA892
(223,168,146)
#E3B5A3
(227,181,163)
#E7C2B4
(231,194,180)
#EBCFC5
(235,207,197)
#EFDCD6
(239,220,214)
#F3E9E7
(243,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB673D color. Also use rgb(203,103,61) instead hex code.

Text Font Color

.myTextColor { color: #CB673D; }

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

This text font color is #CB673D.


Background Color

.myBgColor { background-color: #CB673D; }

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

This div background color is #CB673D.


Border color

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

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

This div border color is #CB673D.


Opacity

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

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

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

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

This text has shadow with #CB673D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB673D on black background.


Color preview on white background

This text has color #CB673D on white background.



Black color preview on #CB673D background

This text has black color on #CB673D background.


White color preview on #CB673D background

This text has white color on #CB673D background.