COLOR #252C17

HEX: #252C17
RGB: (37,44,23)

Color info

#252C17 contains red, green and blue colors in about the same proportion. Web safe color of #252C17 is #333300 (or #330).

RGB color model

#252C17 color RGB value is (37,44,23).

  • red value is 37;
  • green value is 44;
  • blue value is 23.
RGB:
(37,44,23)
(15%,17%,9%)

RGB channels and saturation

R 37 of 255 = 15%
G 44 of 255 = 17%
B 23 of 255 = 9%

37
44
23

R + G + B ~ 14%. #252C17 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 44 + 23 = 104 (100%)
R 37 of 104 ~ 35.58%
G 44 of 104 ~ 42.31%
B 23 of 104 ~ 22.12%

%35.58
%42.31
%22.12

CMYK color model

#252C17 color CMYK value is (16,0,48,83).

  • cyan value is 15.91%
  • magenta value is 0.00%
  • yellow value is 47.73%
  • key color value is 82.75%
CMYK:
(16,0,48,83)
C16M0Y48K83 
(16%,0%,48%,83%)
(0.16/0.00/0.48/0.83)	

CMYK percentages

%15.91
%0
%47.73
%82.75

Codes

Color #252C17 in popluar color models

252C17
RGB374423
HSL80°31.34%13.14%
HSB/HSV80°47.73%17.25%
CMYK15.91%0.00%47.73%
82.75%

Color #252C17 in popluar number systems.

HEX252C17
Decimal374423
Binary10010110110010111
Octal455427

Shades and tints

Shades of #252C17

#252C17
(37,44,23)
#222815
(34,40,21)
#1F2413
(31,36,19)
#1C2011
(28,32,17)
#191C0F
(25,28,15)
#16180D
(22,24,13)
#13140B
(19,20,11)
#101009
(16,16,9)
#0D0C07
(13,12,7)
#0A0805
(10,8,5)
#070403
(7,4,3)
#000000
(0,0,0)

Tints of #252C17

#252C17
(37,44,23)
#383F2C
(56,63,44)
#4B5241
(75,82,65)
#5E6556
(94,101,86)
#71786B
(113,120,107)
#848B80
(132,139,128)
#979E95
(151,158,149)
#AAB1AA
(170,177,170)
#BDC4BF
(189,196,191)
#D0D7D4
(208,215,212)
#E3EAE9
(227,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #252C17 color. Also use rgb(37,44,23) instead hex code.

Text Font Color

.myTextColor { color: #252C17; }

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

This text font color is #252C17.


Background Color

.myBgColor { background-color: #252C17; }

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

This div background color is #252C17.


Border color

.myBorderColor { border: 1px solid #252C17; }

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

This div border color is #252C17.


Opacity

.myOpacity80 { color: #252C17; opacity: 0.8; }

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

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

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

This text has shadow with #252C17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #252C17 on black background.


Color preview on white background

This text has color #252C17 on white background.



Black color preview on #252C17 background

This text has black color on #252C17 background.


White color preview on #252C17 background

This text has white color on #252C17 background.