COLOR #CB9825

HEX: #CB9825 RGB: (203,152,37)

Color info

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

RGB color model

#CB9825 color RGB value is (203,152,37).

RGB: (203,152,37) (80%, 60%, 15%)

RGB channels and saturation

R 203 of 255 = 80%
G 152 of 255 = 60%
B 37 of 255 = 15%

203
152
37

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

Portions of RGB colors in percentages

R + G + B = 203 + 152 + 37 = 392 (100%)
R 203 of 392 ~ 51.79%
G 152 of 392 ~ 38.78%
B 37 of 392 ~ 9.44'%

%51.79
%38.78

CMYK color model

#CB9825 color CMYK value is (0,25,82,20).

  • cyan value is 0.00%
  • magenta value is 25.12%
  • yellow value is 81.77%
  • key color value is 20.39%

CMYK: (0,25,82,20)
C0M25Y82K20 (0%, 25%, 82%, 20%)
(0.00 / 0.25 / 0.82 / 0.20)

CMYK percentages

%0
%25.12
%81.77
%20.39

Codes

Color #CB9825 in popluar color models

CB 98 25
RGB 203 152 37
HSL 42° 69.17% 47.06%
HSB/HSV 42° 81.77% 79.61%
CMYK 0.00% 25.12% 81.77%
20.39%

Color #CB9825 in popluar number systems.

HEX CB 98 25
Decimal 203 152 37
Binary 11001011 10011000 100101
Octal 313 230 45

Shades and tints

Shades of #CB9825

#CB9825
(203,152,37)
#B98B22
(185,139,34)
#A77E1F
(167,126,31)
#95711C
(149,113,28)
#836419
(131,100,25)
#715716
(113,87,22)
#5F4A13
(95,74,19)
#4D3D10
(77,61,16)
#3B300D
(59,48,13)
#29230A
(41,35,10)
#171607
(23,22,7)
#000000
(0,0,0)

Tints of #CB9825

#CB9825
(203,152,37)
#CFA138
(207,161,56)
#D3AA4B
(211,170,75)
#D7B35E
(215,179,94)
#DBBC71
(219,188,113)
#DFC584
(223,197,132)
#E3CE97
(227,206,151)
#E7D7AA
(231,215,170)
#EBE0BD
(235,224,189)
#EFE9D0
(239,233,208)
#F3F2E3
(243,242,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB9825 color. Also use rgb(203,152,37) instead hex code.

Text Font Color

.myTextColor { color: #CB9825; }

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

This text font color is #CB9825.

Background Color

.myBgColor { background-color: #CB9825; }

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

This div background color is #CB9825.

Border color

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

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

This div border color is #CB9825.

Opacity

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

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

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

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

This text has shadow with #CB9825 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CB9825.

Preview

Color preview on black background

This text has color #CB9825 on black background.


Color preview on white background

This text has color #CB9825 on white background.


Black color preview on #CB9825 background

This text has black color on #CB9825 background.


White color preview on #CB9825 background

This text has white color on #CB9825 background.


Related colors

Complementary color

Complementary color for #hex is #3467DA.


I love getcolorcode.com

Triadic colors

1 #25CB98 and #9825CB with #CB9825 are triadic colors.

2 #2598CB and #98CB25 with #CB9825 are triadic colors.