COLOR #C59023

HEX: #C59023 RGB: (197,144,35)

Color info

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

RGB color model

#C59023 color RGB value is (197,144,35).

RGB: (197,144,35) (77%, 56%, 14%)

RGB channels and saturation

R 197 of 255 = 77%
G 144 of 255 = 56%
B 35 of 255 = 14%

197
144
35

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

Portions of RGB colors in percentages

R + G + B = 197 + 144 + 35 = 376 (100%)
R 197 of 376 ~ 52.39%
G 144 of 376 ~ 38.3%
B 35 of 376 ~ 9.31'%

%52.39
%38.3

CMYK color model

#C59023 color CMYK value is (0,27,82,23).

  • cyan value is 0.00%
  • magenta value is 26.90%
  • yellow value is 82.23%
  • key color value is 22.75%

CMYK: (0,27,82,23)
C0M27Y82K23 (0%, 27%, 82%, 23%)
(0.00 / 0.27 / 0.82 / 0.23)

CMYK percentages

%0
%26.9
%82.23
%22.75

Codes

Color #C59023 in popluar color models

C5 90 23
RGB 197 144 35
HSL 40° 69.83% 45.49%
HSB/HSV 40° 82.23% 77.25%
CMYK 0.00% 26.90% 82.23%
22.75%

Color #C59023 in popluar number systems.

HEX C5 90 23
Decimal 197 144 35
Binary 11000101 10010000 100011
Octal 305 220 43

Shades and tints

Shades of #C59023

#C59023
(197,144,35)
#B48320
(180,131,32)
#A3761D
(163,118,29)
#92691A
(146,105,26)
#815C17
(129,92,23)
#704F14
(112,79,20)
#5F4211
(95,66,17)
#4E350E
(78,53,14)
#3D280B
(61,40,11)
#2C1B08
(44,27,8)
#1B0E05
(27,14,5)
#000000
(0,0,0)

Tints of #C59023

#C59023
(197,144,35)
#CA9A37
(202,154,55)
#CFA44B
(207,164,75)
#D4AE5F
(212,174,95)
#D9B873
(217,184,115)
#DEC287
(222,194,135)
#E3CC9B
(227,204,155)
#E8D6AF
(232,214,175)
#EDE0C3
(237,224,195)
#F2EAD7
(242,234,215)
#F7F4EB
(247,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C59023 color. Also use rgb(197,144,35) instead hex code.

Text Font Color

.myTextColor { color: #C59023; }

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

This text font color is #C59023.

Background Color

.myBgColor { background-color: #C59023; }

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

This div background color is #C59023.

Border color

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

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

This div border color is #C59023.

Opacity

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

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

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

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

This text has shadow with #C59023 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C59023.

Preview

Color preview on black background

This text has color #C59023 on black background.


Color preview on white background

This text has color #C59023 on white background.


Black color preview on #C59023 background

This text has black color on #C59023 background.


White color preview on #C59023 background

This text has white color on #C59023 background.


Related colors

Complementary color

Complementary color for #hex is #3A6FDC.


I love getcolorcode.com

Triadic colors

1 #23C590 and #9023C5 with #C59023 are triadic colors.

2 #2390C5 and #90C523 with #C59023 are triadic colors.