COLOR #C38223

HEX: #C38223
RGB: (195,130,35)

Color info

#C38223 contains mainly red color. Web safe color of #C38223 is #CC9933 (or #C93).

RGB color model

#C38223 color RGB value is (195,130,35).

  • red value is 195;
  • green value is 130;
  • blue value is 35.
RGB:
(195,130,35)
(76%,51%,14%)

RGB channels and saturation

R 195 of 255 = 76%
G 130 of 255 = 51%
B 35 of 255 = 14%

195
130
35

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

Portions of RGB colors in percentages

R + G + B =
195 + 130 + 35 = 360 (100%)
R 195 of 360 ~ 54.17%
G 130 of 360 ~ 36.11%
B 35 of 360 ~ 9.72%

%54.17
%36.11
%9.72

CMYK color model

#C38223 color CMYK value is (0,33,82,24).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 82.05%
  • key color value is 23.53%
CMYK:
(0,33,82,24)
C0M33Y82K24 
(0%,33%,82%,24%)
(0.00/0.33/0.82/0.24)	

CMYK percentages

%0
%33.33
%82.05
%23.53

Codes

Color #C38223 in popluar color models

C38223
RGB19513035
HSL36°69.57%45.10%
HSB/HSV36°82.05%76.47%
CMYK0.00%33.33%82.05%
23.53%

Color #C38223 in popluar number systems.

HEXC38223
Decimal19513035
Binary1100001110000010100011
Octal30320243

Shades and tints

Shades of #C38223

#C38223
(195,130,35)
#B27720
(178,119,32)
#A16C1D
(161,108,29)
#90611A
(144,97,26)
#7F5617
(127,86,23)
#6E4B14
(110,75,20)
#5D4011
(93,64,17)
#4C350E
(76,53,14)
#3B2A0B
(59,42,11)
#2A1F08
(42,31,8)
#191405
(25,20,5)
#000000
(0,0,0)

Tints of #C38223

#C38223
(195,130,35)
#C88D37
(200,141,55)
#CD984B
(205,152,75)
#D2A35F
(210,163,95)
#D7AE73
(215,174,115)
#DCB987
(220,185,135)
#E1C49B
(225,196,155)
#E6CFAF
(230,207,175)
#EBDAC3
(235,218,195)
#F0E5D7
(240,229,215)
#F5F0EB
(245,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C38223 color. Also use rgb(195,130,35) instead hex code.

Text Font Color

.myTextColor { color: #C38223; }

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

This text font color is #C38223.


Background Color

.myBgColor { background-color: #C38223; }

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

This div background color is #C38223.


Border color

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

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

This div border color is #C38223.


Opacity

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

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

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

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

This text has shadow with #C38223 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C38223 on black background.


Color preview on white background

This text has color #C38223 on white background.



Black color preview on #C38223 background

This text has black color on #C38223 background.


White color preview on #C38223 background

This text has white color on #C38223 background.