COLOR #CD6A34

HEX: #CD6A34 RGB: (205,106,52)

Color info

#CD6A34 contains mainly red color. Web safe color of #CD6A34 is #CC6633 (or #C63).

RGB color model

#CD6A34 color RGB value is (205,106,52).

RGB: (205,106,52) (80%, 42%, 20%)

RGB channels and saturation

R 205 of 255 = 80%
G 106 of 255 = 42%
B 52 of 255 = 20%

205
106
52

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

Portions of RGB colors in percentages

R + G + B = 205 + 106 + 52 = 363 (100%)
R 205 of 363 ~ 56.47%
G 106 of 363 ~ 29.2%
B 52 of 363 ~ 14.33'%

%56.47
%29.2
%14.33

CMYK color model

#CD6A34 color CMYK value is (0,48,75,20).

  • cyan value is 0.00%
  • magenta value is 48.29%
  • yellow value is 74.63%
  • key color value is 19.61%

CMYK: (0,48,75,20)
C0M48Y75K20 (0%, 48%, 75%, 20%)
(0.00 / 0.48 / 0.75 / 0.20)

CMYK percentages

%0
%48.29
%74.63
%19.61

Codes

Color #CD6A34 in popluar color models

CD 6A 34
RGB 205 106 52
HSL 21° 60.47% 50.39%
HSB/HSV 21° 74.63% 80.39%
CMYK 0.00% 48.29% 74.63%
19.61%

Color #CD6A34 in popluar number systems.

HEX CD 6A 34
Decimal 205 106 52
Binary 11001101 1101010 110100
Octal 315 152 64

Shades and tints

Shades of #CD6A34

#CD6A34
(205,106,52)
#BB6130
(187,97,48)
#A9582C
(169,88,44)
#974F28
(151,79,40)
#854624
(133,70,36)
#733D20
(115,61,32)
#61341C
(97,52,28)
#4F2B18
(79,43,24)
#3D2214
(61,34,20)
#2B1910
(43,25,16)
#19100C
(25,16,12)
#000000
(0,0,0)

Tints of #CD6A34

#CD6A34
(205,106,52)
#D17746
(209,119,70)
#D58458
(213,132,88)
#D9916A
(217,145,106)
#DD9E7C
(221,158,124)
#E1AB8E
(225,171,142)
#E5B8A0
(229,184,160)
#E9C5B2
(233,197,178)
#EDD2C4
(237,210,196)
#F1DFD6
(241,223,214)
#F5ECE8
(245,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CD6A34 color. Also use rgb(205,106,52) instead hex code.

Text Font Color

.myTextColor { color: #CD6A34; }

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

This text font color is #CD6A34.

Background Color

.myBgColor { background-color: #CD6A34; }

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

This div background color is #CD6A34.

Border color

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

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

This div border color is #CD6A34.

Opacity

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

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

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

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

This text has shadow with #CD6A34 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CD6A34.

Preview

Color preview on black background

This text has color #CD6A34 on black background.


Color preview on white background

This text has color #CD6A34 on white background.


Black color preview on #CD6A34 background

This text has black color on #CD6A34 background.


White color preview on #CD6A34 background

This text has white color on #CD6A34 background.


Related colors

Complementary color

Complementary color for #hex is #3295CB.


I love getcolorcode.com

Triadic colors

1 #34CD6A and #6A34CD with #CD6A34 are triadic colors.

2 #346ACD and #6ACD34 with #CD6A34 are triadic colors.