COLOR #267C48

HEX: #267C48
RGB: (38,124,72)

Color info

#267C48 contains mainly green and blue colors. Web safe color of #267C48 is #336633 (or #363).

RGB color model

#267C48 color RGB value is (38,124,72).

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

RGB channels and saturation

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

38
124
72

R + G + B ~ 31%. #267C48 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
38 + 124 + 72 = 234 (100%)
R 38 of 234 ~ 16.24%
G 124 of 234 ~ 52.99%
B 72 of 234 ~ 30.77%

%16.24
%52.99
%30.77

CMYK color model

#267C48 color CMYK value is (69,0,42,51).

  • cyan value is 69.35%
  • magenta value is 0.00%
  • yellow value is 41.94%
  • key color value is 51.37%
CMYK:
(69,0,42,51)
C69M0Y42K51 
(69%,0%,42%,51%)
(0.69/0.00/0.42/0.51)	

CMYK percentages

%69.35
%0
%41.94
%51.37

Codes

Color #267C48 in popluar color models

267C48
RGB3812472
HSL144°53.09%31.76%
HSB/HSV144°69.35%48.63%
CMYK69.35%0.00%41.94%
51.37%

Color #267C48 in popluar number systems.

HEX267C48
Decimal3812472
Binary10011011111001001000
Octal46174110

Shades and tints

Shades of #267C48

#267C48
(38,124,72)
#237142
(35,113,66)
#20663C
(32,102,60)
#1D5B36
(29,91,54)
#1A5030
(26,80,48)
#17452A
(23,69,42)
#143A24
(20,58,36)
#112F1E
(17,47,30)
#0E2418
(14,36,24)
#0B1912
(11,25,18)
#080E0C
(8,14,12)
#000000
(0,0,0)

Tints of #267C48

#267C48
(38,124,72)
#398758
(57,135,88)
#4C9268
(76,146,104)
#5F9D78
(95,157,120)
#72A888
(114,168,136)
#85B398
(133,179,152)
#98BEA8
(152,190,168)
#ABC9B8
(171,201,184)
#BED4C8
(190,212,200)
#D1DFD8
(209,223,216)
#E4EAE8
(228,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #267C48; }

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

This text font color is #267C48.


Background Color

.myBgColor { background-color: #267C48; }

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

This div background color is #267C48.


Border color

.myBorderColor { border: 1px solid #267C48; }

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

This div border color is #267C48.


Opacity

.myOpacity80 { color: #267C48; opacity: 0.8; }

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

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

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

This text has shadow with #267C48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #267C48 on black background.


Color preview on white background

This text has color #267C48 on white background.



Black color preview on #267C48 background

This text has black color on #267C48 background.


White color preview on #267C48 background

This text has white color on #267C48 background.