COLOR #264831

HEX: #264831
RGB: (38,72,49)

Color info

#264831 contains red, green and blue colors in about the same proportion. Web safe color of #264831 is #333333 (or #333).

RGB color model

#264831 color RGB value is (38,72,49).

  • red value is 38;
  • green value is 72;
  • blue value is 49.
RGB:
(38,72,49)
(15%,28%,19%)

RGB channels and saturation

R 38 of 255 = 15%
G 72 of 255 = 28%
B 49 of 255 = 19%

38
72
49

R + G + B ~ 21%. #264831 is dark color.

Portions of RGB colors in percentages

R + G + B =
38 + 72 + 49 = 159 (100%)
R 38 of 159 ~ 23.9%
G 72 of 159 ~ 45.28%
B 49 of 159 ~ 30.82%

%23.9
%45.28
%30.82

CMYK color model

#264831 color CMYK value is (47,0,32,72).

  • cyan value is 47.22%
  • magenta value is 0.00%
  • yellow value is 31.94%
  • key color value is 71.76%
CMYK:
(47,0,32,72)
C47M0Y32K72 
(47%,0%,32%,72%)
(0.47/0.00/0.32/0.72)	

CMYK percentages

%47.22
%0
%31.94
%71.76

Codes

Color #264831 in popluar color models

264831
RGB387249
HSL139°30.91%21.57%
HSB/HSV139°47.22%28.24%
CMYK47.22%0.00%31.94%
71.76%

Color #264831 in popluar number systems.

HEX264831
Decimal387249
Binary1001101001000110001
Octal4611061

Shades and tints

Shades of #264831

#264831
(38,72,49)
#23422D
(35,66,45)
#203C29
(32,60,41)
#1D3625
(29,54,37)
#1A3021
(26,48,33)
#172A1D
(23,42,29)
#142419
(20,36,25)
#111E15
(17,30,21)
#0E1811
(14,24,17)
#0B120D
(11,18,13)
#080C09
(8,12,9)
#000000
(0,0,0)

Tints of #264831

#264831
(38,72,49)
#395843
(57,88,67)
#4C6855
(76,104,85)
#5F7867
(95,120,103)
#728879
(114,136,121)
#85988B
(133,152,139)
#98A89D
(152,168,157)
#ABB8AF
(171,184,175)
#BEC8C1
(190,200,193)
#D1D8D3
(209,216,211)
#E4E8E5
(228,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #264831 color. Also use rgb(38,72,49) instead hex code.

Text Font Color

.myTextColor { color: #264831; }

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

This text font color is #264831.


Background Color

.myBgColor { background-color: #264831; }

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

This div background color is #264831.


Border color

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

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

This div border color is #264831.


Opacity

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

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

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

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

This text has shadow with #264831 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #264831 on black background.


Color preview on white background

This text has color #264831 on white background.



Black color preview on #264831 background

This text has black color on #264831 background.


White color preview on #264831 background

This text has white color on #264831 background.