COLOR #C7B253

HEX: #C7B253 RGB: (199,178,83)

Color info

#C7B253 contains mainly red and green colors. Web safe color of #C7B253 is #CC9966 (or #C96).

RGB color model

#C7B253 color RGB value is (199,178,83).

RGB: (199,178,83) (78%, 70%, 33%)

RGB channels and saturation

R 199 of 255 = 78%
G 178 of 255 = 70%
B 83 of 255 = 33%

199
178
83

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

Portions of RGB colors in percentages

R + G + B = 199 + 178 + 83 = 460 (100%)
R 199 of 460 ~ 43.26%
G 178 of 460 ~ 38.7%
B 83 of 460 ~ 18.04'%

%43.26
%38.7
%18.04

CMYK color model

#C7B253 color CMYK value is (0,11,58,22).

  • cyan value is 0.00%
  • magenta value is 10.55%
  • yellow value is 58.29%
  • key color value is 21.96%

CMYK: (0,11,58,22)
C0M11Y58K22 (0%, 11%, 58%, 22%)
(0.00 / 0.11 / 0.58 / 0.22)

CMYK percentages

%0
%10.55
%58.29
%21.96

Codes

Color #C7B253 in popluar color models

C7 B2 53
RGB 199 178 83
HSL 49° 50.88% 55.29%
HSB/HSV 49° 58.29% 78.04%
CMYK 0.00% 10.55% 58.29%
21.96%

Color #C7B253 in popluar number systems.

HEX C7 B2 53
Decimal 199 178 83
Binary 11000111 10110010 1010011
Octal 307 262 123

Shades and tints

Shades of #C7B253

#C7B253
(199,178,83)
#B5A24C
(181,162,76)
#A39245
(163,146,69)
#91823E
(145,130,62)
#7F7237
(127,114,55)
#6D6230
(109,98,48)
#5B5229
(91,82,41)
#494222
(73,66,34)
#37321B
(55,50,27)
#252214
(37,34,20)
#13120D
(19,18,13)
#000000
(0,0,0)

Tints of #C7B253

#C7B253
(199,178,83)
#CCB962
(204,185,98)
#D1C071
(209,192,113)
#D6C780
(214,199,128)
#DBCE8F
(219,206,143)
#E0D59E
(224,213,158)
#E5DCAD
(229,220,173)
#EAE3BC
(234,227,188)
#EFEACB
(239,234,203)
#F4F1DA
(244,241,218)
#F9F8E9
(249,248,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7B253 color. Also use rgb(199,178,83) instead hex code.

Text Font Color

.myTextColor { color: #C7B253; }

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

This text font color is #C7B253.

Background Color

.myBgColor { background-color: #C7B253; }

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

This div background color is #C7B253.

Border color

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

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

This div border color is #C7B253.

Opacity

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

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

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

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

This text has shadow with #C7B253 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7B253.

Preview

Color preview on black background

This text has color #C7B253 on black background.


Color preview on white background

This text has color #C7B253 on white background.


Black color preview on #C7B253 background

This text has black color on #C7B253 background.


White color preview on #C7B253 background

This text has white color on #C7B253 background.


Related colors

Complementary color

Complementary color for #hex is #384DAC.


I love getcolorcode.com

Triadic colors

1 #53C7B2 and #B253C7 with #C7B253 are triadic colors.

2 #53B2C7 and #B2C753 with #C7B253 are triadic colors.