COLOR #C38843

HEX: #C38843
RGB: (195,136,67)

Color info

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

RGB color model

#C38843 color RGB value is (195,136,67).

  • red value is 195;
  • green value is 136;
  • blue value is 67.
RGB:
(195,136,67)
(76%,53%,26%)

RGB channels and saturation

R 195 of 255 = 76%
G 136 of 255 = 53%
B 67 of 255 = 26%

195
136
67

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

Portions of RGB colors in percentages

R + G + B =
195 + 136 + 67 = 398 (100%)
R 195 of 398 ~ 48.99%
G 136 of 398 ~ 34.17%
B 67 of 398 ~ 16.83%

%48.99
%34.17
%16.83

CMYK color model

#C38843 color CMYK value is (0,30,66,24).

  • cyan value is 0.00%
  • magenta value is 30.26%
  • yellow value is 65.64%
  • key color value is 23.53%
CMYK:
(0,30,66,24)
C0M30Y66K24 
(0%,30%,66%,24%)
(0.00/0.30/0.66/0.24)	

CMYK percentages

%0
%30.26
%65.64
%23.53

Codes

Color #C38843 in popluar color models

C38843
RGB19513667
HSL32°51.61%51.37%
HSB/HSV32°65.64%76.47%
CMYK0.00%30.26%65.64%
23.53%

Color #C38843 in popluar number systems.

HEXC38843
Decimal19513667
Binary11000011100010001000011
Octal303210103

Shades and tints

Shades of #C38843

#C38843
(195,136,67)
#B27C3D
(178,124,61)
#A17037
(161,112,55)
#906431
(144,100,49)
#7F582B
(127,88,43)
#6E4C25
(110,76,37)
#5D401F
(93,64,31)
#4C3419
(76,52,25)
#3B2813
(59,40,19)
#2A1C0D
(42,28,13)
#191007
(25,16,7)
#000000
(0,0,0)

Tints of #C38843

#C38843
(195,136,67)
#C89254
(200,146,84)
#CD9C65
(205,156,101)
#D2A676
(210,166,118)
#D7B087
(215,176,135)
#DCBA98
(220,186,152)
#E1C4A9
(225,196,169)
#E6CEBA
(230,206,186)
#EBD8CB
(235,216,203)
#F0E2DC
(240,226,220)
#F5ECED
(245,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C38843 color. Also use rgb(195,136,67) instead hex code.

Text Font Color

.myTextColor { color: #C38843; }

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

This text font color is #C38843.


Background Color

.myBgColor { background-color: #C38843; }

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

This div background color is #C38843.


Border color

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

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

This div border color is #C38843.


Opacity

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

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

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

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

This text has shadow with #C38843 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C38843 on black background.


Color preview on white background

This text has color #C38843 on white background.



Black color preview on #C38843 background

This text has black color on #C38843 background.


White color preview on #C38843 background

This text has white color on #C38843 background.