COLOR #C38458

HEX: #C38458
RGB: (195,132,88)

Color info

#C38458 contains mainly red color. Web safe color of #C38458 is #CC9966 (or #C96).

RGB color model

#C38458 color RGB value is (195,132,88).

  • red value is 195;
  • green value is 132;
  • blue value is 88.
RGB:
(195,132,88)
(76%,52%,35%)

RGB channels and saturation

R 195 of 255 = 76%
G 132 of 255 = 52%
B 88 of 255 = 35%

195
132
88

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

Portions of RGB colors in percentages

R + G + B =
195 + 132 + 88 = 415 (100%)
R 195 of 415 ~ 46.99%
G 132 of 415 ~ 31.81%
B 88 of 415 ~ 21.2%

%46.99
%31.81
%21.2

CMYK color model

#C38458 color CMYK value is (0,32,55,24).

  • cyan value is 0.00%
  • magenta value is 32.31%
  • yellow value is 54.87%
  • key color value is 23.53%
CMYK:
(0,32,55,24)
C0M32Y55K24 
(0%,32%,55%,24%)
(0.00/0.32/0.55/0.24)	

CMYK percentages

%0
%32.31
%54.87
%23.53

Codes

Color #C38458 in popluar color models

C38458
RGB19513288
HSL25°47.14%55.49%
HSB/HSV25°54.87%76.47%
CMYK0.00%32.31%54.87%
23.53%

Color #C38458 in popluar number systems.

HEXC38458
Decimal19513288
Binary11000011100001001011000
Octal303204130

Shades and tints

Shades of #C38458

#C38458
(195,132,88)
#B27850
(178,120,80)
#A16C48
(161,108,72)
#906040
(144,96,64)
#7F5438
(127,84,56)
#6E4830
(110,72,48)
#5D3C28
(93,60,40)
#4C3020
(76,48,32)
#3B2418
(59,36,24)
#2A1810
(42,24,16)
#190C08
(25,12,8)
#000000
(0,0,0)

Tints of #C38458

#C38458
(195,132,88)
#C88F67
(200,143,103)
#CD9A76
(205,154,118)
#D2A585
(210,165,133)
#D7B094
(215,176,148)
#DCBBA3
(220,187,163)
#E1C6B2
(225,198,178)
#E6D1C1
(230,209,193)
#EBDCD0
(235,220,208)
#F0E7DF
(240,231,223)
#F5F2EE
(245,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C38458 color. Also use rgb(195,132,88) instead hex code.

Text Font Color

.myTextColor { color: #C38458; }

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

This text font color is #C38458.


Background Color

.myBgColor { background-color: #C38458; }

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

This div background color is #C38458.


Border color

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

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

This div border color is #C38458.


Opacity

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

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

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

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

This text has shadow with #C38458 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C38458 on black background.


Color preview on white background

This text has color #C38458 on white background.



Black color preview on #C38458 background

This text has black color on #C38458 background.


White color preview on #C38458 background

This text has white color on #C38458 background.